Uses of Package
org.junit
Packages that use org.junit
-
Classes in org.junit used by org.junit.internalClassDescriptionThis class allows the user to choose the order of execution of the methods within a test class.
-
Classes in org.junit used by org.junit.rulesClassDescriptionAn exception class used to implement assumptions (state in which a given test is meaningful and should or should not be executed).
-
Classes in org.junit used by org.junit.runnersClassDescriptionThe
Test
annotation tells JUnit that thepublic void
method to which it is attached can be run as a test case.