Package junit.framework
Class JUnit4TestAdapterCache
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<Description,Test>
-
- junit.framework.JUnit4TestAdapterCache
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<Description,Test>
public class JUnit4TestAdapterCache extends java.util.HashMap<Description,Test>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JUnit4TestAdapterCache()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Test
asTest(Description description)
java.util.List<Test>
asTestList(Description description)
static JUnit4TestAdapterCache
getDefault()
RunNotifier
getNotifier(TestResult result, JUnit4TestAdapter adapter)
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Constructor Detail
-
JUnit4TestAdapterCache
public JUnit4TestAdapterCache()
-
-
Method Detail
-
getDefault
public static JUnit4TestAdapterCache getDefault()
-
asTest
public Test asTest(Description description)
-
getNotifier
public RunNotifier getNotifier(TestResult result, JUnit4TestAdapter adapter)
-
asTestList
public java.util.List<Test> asTestList(Description description)
-
-