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 standardRunnerimplementations. -
-
Uses of MethodSorters in org.junit
Methods in org.junit that return MethodSorters Modifier and Type Method Description MethodSortersvalue()Optionally specifyvalueto 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 MethodSortersMethodSorters. 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.
-