public class JUnit4TestAdapterCache extends HashMap<Description,Test>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
JUnit4TestAdapterCache() |
Modifier and Type | Method and Description |
---|---|
Test |
asTest(Description description) |
List<Test> |
asTestList(Description description) |
static JUnit4TestAdapterCache |
getDefault() |
RunNotifier |
getNotifier(TestResult result,
JUnit4TestAdapter adapter) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public static JUnit4TestAdapterCache getDefault()
public Test asTest(Description description)
public RunNotifier getNotifier(TestResult result, JUnit4TestAdapter adapter)
public List<Test> asTestList(Description description)
Copyright © 2002-2017 JUnit. All Rights Reserved.