Package jp.vmi.selenium.selenese
Class TestCaseMap
- java.lang.Object
-
- java.util.AbstractMap<String,TestCase>
-
- jp.vmi.selenium.selenese.TestCaseMap
-
-
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<String,TestCase>>entrySet()TestCasegetById(String id)Get test-case by id.TestCaseput(String name, TestCase testCase)voidput(TestCase testCase)Add test-case.-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Field Detail
-
EMPTY
public static final TestCaseMap EMPTY
Empty map of test-case.
-
-