Uses of Package
org.junit
-
Packages that use org.junit Package Description org.junit.internal org.junit.rules org.junit.runners Provides standardRunner
implementations. -
Classes in org.junit used by org.junit.internal Class Description FixMethodOrder This 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.rules Class Description AssumptionViolatedException An 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.runners Class Description Test TheTest
annotation tells JUnit that thepublic void
method to which it is attached can be run as a test case.