Package junit.framework
Class JUnit4TestAdapterCache
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Description,
Test>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final JUnit4TestAdapterCache
private static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasTest
(Description description) asTestList
(Description description) (package private) Test
createTest
(Description description) static JUnit4TestAdapterCache
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
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
fInstance
-
-
Constructor Details
-
JUnit4TestAdapterCache
public JUnit4TestAdapterCache()
-
-
Method Details
-
getDefault
-
asTest
-
createTest
-
getNotifier
-
asTestList
-