Uses of Class
com.carrotsearch.ant.tasks.junit4.JUnit4.NoTestsAction
-
Packages that use JUnit4.NoTestsAction Package Description com.carrotsearch.ant.tasks.junit4 -
-
Uses of JUnit4.NoTestsAction in com.carrotsearch.ant.tasks.junit4
Fields in com.carrotsearch.ant.tasks.junit4 declared as JUnit4.NoTestsAction Modifier and Type Field Description private JUnit4.NoTestsAction
JUnit4. ifNoTests
Methods in com.carrotsearch.ant.tasks.junit4 that return JUnit4.NoTestsAction Modifier and Type Method Description static JUnit4.NoTestsAction
JUnit4.NoTestsAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JUnit4.NoTestsAction[]
JUnit4.NoTestsAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-