public class JUnit4TestAdapterCache extends HashMap<org.junit.runner.Description,Test>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
JUnit4TestAdapterCache() |
| Modifier and Type | Method and Description |
|---|---|
Test |
asTest(org.junit.runner.Description description) |
List<Test> |
asTestList(org.junit.runner.Description description) |
static JUnit4TestAdapterCache |
getDefault() |
org.junit.runner.notification.RunNotifier |
getNotifier(TestResult result,
JUnit4TestAdapter adapter) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic static JUnit4TestAdapterCache getDefault()
public Test asTest(org.junit.runner.Description description)
public org.junit.runner.notification.RunNotifier getNotifier(TestResult result, JUnit4TestAdapter adapter)
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.