Uses of Class
org.junit.runners.MethodSorters
-
Packages that use MethodSorters Package Description org.junit Provides JUnit core classes and annotations.org.junit.runners Provides standardRunner
implementations. -
-
Uses of MethodSorters in org.junit
Methods in org.junit that return MethodSorters Modifier and Type Method Description MethodSorters
value()
Optionally specifyvalue
to have the methods executed in a particular order -
Uses of MethodSorters in org.junit.runners
Methods in org.junit.runners that return MethodSorters Modifier and Type Method Description static MethodSorters
MethodSorters. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MethodSorters[]
MethodSorters. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-