xUnit

XUnit is the name for various frameworks for automated software testing. These frameworks allow the checking of various elements (units) of software, such as functions and classes. The first xUnit framework was designed by Kent Beck under the name SUnit for the Smalltalk programming language.

The most well-known representative is JUnit for Java language. More are NUnit for. NET Framework from Microsoft, PHPUnit for PHP, CppUnit for C , DUnit for Delphi and others.

831347
de