public class TestCaseList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.ArrayList |
tests |
Constructor and Description |
---|
TestCaseList() |
Modifier and Type | Method and Description |
---|---|
void |
add(Testable tc) |
void |
add(TestCaseEdit tc,
int i) |
void |
add(TestCaseList tcl) |
private static void |
arrayAdd(java.util.ArrayList list,
java.lang.Object o,
int index)
A shim for ArrayList.add(Object, int)
|
Testable |
get(int i) |
java.util.List |
getList() |
void |
remove(int i) |
int |
size() |
public java.util.List getList()
public int size()
public Testable get(int i)
public void add(Testable tc)
public void add(TestCaseEdit tc, int i)
public void add(TestCaseList tcl)
public void remove(int i)
private static void arrayAdd(java.util.ArrayList list, java.lang.Object o, int index)
list
- ArrayList to add too
- object to addindex
- index to add at