|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||

See:
Description
| Class Summary | |
|---|---|
| CloneableTester | This tester checks class which implements Clonable and has therefore the clone method implemented. |
| CollectionTester | If you want to assert that the content of two collections are equals use this tester here. |
| ComparableTester | This utility class checks classes which implements the Comparable
interface. |
| FileTester | The Class FileTester. |
| IOTester | With the IOTester you can assert if two files have equals content or if two directories have the same structure with equal files. |
| MapTester | This class asserts (among other things) that two maps are equals. |
| ObjectTester | This is a utility class to check some important methods of a class like the. |
| ProxyRunner | This is a JUnit runner which delegates the call one (or perhaps several) other JUnit runners. |
| RuntimeTester | This is a tester to do some runtime checking like memory checks and other stuff. |
| SerializableTester | This is a utility class to check the serializable nature of classes. |
| SmokeRunner | This is the eXtended Runner for JUnit 4 which handles the SmokeTest and other annotations. |
| SmokeSuite | Suite implementation which understand the same annotations like the
SmokeRunner class. |
| StringTester | This tester provides some special assert methods for strings to simplify JUnit testing. |
| Error Summary | |
|---|---|
| Failures | For the ObjectTester and other tester classes we need a chance to collect the thrown Assertions and throw it at the end of a combined or complex check. |
Here you find the SmokeRunner for JUnit.
The SmokeRunner can be used together with the
@RunWith annotation provided by JUnit 4.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||