Uses of Class
org.junit.runner.manipulation.NoTestsRemainException

Packages that use NoTestsRemainException
junit.framework Provides JUnit v3.x core classes. 
org.junit.runner.manipulation Provides classes to filter or sort tests. 
org.junit.runners Provides standard Runner implementations. 
 

 

Methods in junit.framework that throw NoTestsRemainException
 void JUnit4TestAdapter.filter(Filter filter)
           
 

 

Methods in org.junit.runner.manipulation that throw NoTestsRemainException
 void Filter.apply(Object child)
          Invoke with a Runner to cause all tests it intends to run to first be checked with the filter.
 void Filterable.filter(Filter filter)
          Remove tests that don't pass the parameter filter.
 

 

Methods in org.junit.runners that throw NoTestsRemainException
 void ParentRunner.filter(Filter filter)
           
 

Copyright © 2002–2021 JUnit. All rights reserved.