Package jp.vmi.selenium.selenese
Class TestCaseMap
public class TestCaseMap extends AbstractMap<String,TestCase>
Map of test-case.
-
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
Fields Modifier and Type Field Description static TestCaseMapEMPTYEmpty map of test-case. -
Constructor Summary
Constructors Constructor Description TestCaseMap()Constructor. -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
EMPTY
Empty map of test-case.
-
-
Constructor Details
-
TestCaseMap
public TestCaseMap()Constructor.
-
-
Method Details
-
put
Add test-case.- Parameters:
testCase- test-case.
-
put
-
getById
Get test-case by id.- Parameters:
id- test-case id.- Returns:
- test-case or null.
-
entrySet
-