Uses of Class
junit.framework.JUnit4TestAdapterCache
-
Packages that use JUnit4TestAdapterCache Package Description junit.framework Provides JUnit v3.x core classes. -
-
Uses of JUnit4TestAdapterCache in junit.framework
Fields in junit.framework declared as JUnit4TestAdapterCache Modifier and Type Field Description private JUnit4TestAdapterCache
JUnit4TestAdapter. fCache
private static JUnit4TestAdapterCache
JUnit4TestAdapterCache. fInstance
Methods in junit.framework that return JUnit4TestAdapterCache Modifier and Type Method Description static JUnit4TestAdapterCache
JUnit4TestAdapterCache. getDefault()
Constructors in junit.framework with parameters of type JUnit4TestAdapterCache Constructor Description JUnit4TestAdapter(java.lang.Class<?> newTestClass, JUnit4TestAdapterCache cache)
-