Uses of Class
org.junit.runner.manipulation.NoTestsRemainException
-
Packages that use NoTestsRemainException Package Description junit.framework Provides JUnit v3.x core classes.org.junit.internal.runners Provides implementations ofRunnerorg.junit.runner.manipulation org.junit.runners Provides standardRunnerimplementations. -
-
Uses of NoTestsRemainException in junit.framework
Methods in junit.framework that throw NoTestsRemainException Modifier and Type Method Description voidJUnit4TestAdapter. filter(Filter filter) -
Uses of NoTestsRemainException in org.junit.internal.runners
Methods in org.junit.internal.runners that throw NoTestsRemainException Modifier and Type Method Description voidJUnit38ClassRunner. filter(Filter filter)voidJUnit4ClassRunner. filter(Filter filter)Deprecated. -
Uses of NoTestsRemainException in org.junit.runner.manipulation
Methods in org.junit.runner.manipulation that throw NoTestsRemainException Modifier and Type Method Description voidFilter. apply(java.lang.Object child)Invoke with aRunnerto cause all tests it intends to run to first be checked with the filter.voidFilterable. filter(Filter filter)Remove tests that don't pass the parameterfilter. -
Uses of NoTestsRemainException in org.junit.runners
Methods in org.junit.runners that throw NoTestsRemainException Modifier and Type Method Description voidParentRunner. filter(Filter filter)
-