Uses of Enum
com.carrotsearch.ant.tasks.junit4.JUnit4.NoTestsAction
Packages that use JUnit4.NoTestsAction
-
Uses of JUnit4.NoTestsAction in com.carrotsearch.ant.tasks.junit4
Subclasses with type arguments of type JUnit4.NoTestsAction in com.carrotsearch.ant.tasks.junit4Modifier and TypeClassDescriptionstatic enumWhat to do when there were no executed tests (all ignored or none at all?).Fields in com.carrotsearch.ant.tasks.junit4 declared as JUnit4.NoTestsActionMethods in com.carrotsearch.ant.tasks.junit4 that return JUnit4.NoTestsActionModifier and TypeMethodDescriptionstatic JUnit4.NoTestsActionReturns 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.