Uses of Class
junit.framework.JUnit4TestAdapterCache

Packages that use JUnit4TestAdapterCache
junit.framework Provides JUnit v3.x core classes. 
 

Uses of JUnit4TestAdapterCache in junit.framework
 

Methods in junit.framework that return JUnit4TestAdapterCache
static JUnit4TestAdapterCache JUnit4TestAdapterCache.getDefault()
           
 

Constructors in junit.framework with parameters of type JUnit4TestAdapterCache
JUnit4TestAdapter(Class<?> newTestClass, JUnit4TestAdapterCache cache)