junit.framework
Class JUnit4TestAdapterCache
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<org.junit.runner.Description,Test>
junit.framework.JUnit4TestAdapterCache
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<org.junit.runner.Description,Test>
public class JUnit4TestAdapterCache
- extends java.util.HashMap<org.junit.runner.Description,Test>
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
JUnit4TestAdapterCache
public JUnit4TestAdapterCache()
getDefault
public static JUnit4TestAdapterCache getDefault()
asTest
public Test asTest(org.junit.runner.Description description)
getNotifier
public org.junit.runner.notification.RunNotifier getNotifier(TestResult result,
JUnit4TestAdapter adapter)
asTestList
public java.util.List<Test> asTestList(org.junit.runner.Description description)