xUnit
Sign in to savexUnit is a label used for an automated testing software framework that shares significant structure and functionality that is traceable to a common progenitor SUnit.
~3 min read
Encyclopedic overview
9 sectionsContents
- Architecture
- Test case
- Assertions
- Test suite
- Test fixture
- Test runner
- See also
- References
- External links
xUnit is a label used for an automated testing software framework that shares significant structure and functionality that is traceable to a common progenitor SUnit.
The SUnit framework was ported to Java by Kent Beck and Erich Gamma as JUnit which gained wide popularity. Adaptations to other languages were also popular which led some to claim that the structured, object-oriented style works well with popular languages including Java and C#.
Excerpted from Wikipedia’s “xUnit” article, available under the CC BY-SA 4.0 licence.