public class TestCaseList extends Object
Constructor and Description |
---|
TestCaseList() |
Modifier and Type | Method and Description |
---|---|
void |
add(Testable tc) |
void |
add(TestCaseEdit tc,
int i) |
void |
add(TestCaseList tcl) |
Testable |
get(int i) |
List |
getList() |
void |
remove(int i) |
int |
size() |
public 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)
Copyright © 2023. All rights reserved.