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, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, 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–2024 JUnit. All rights reserved.