|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ListInterface in <Unnamed> |
---|
Methods in <Unnamed> that return ListInterface | |
---|---|
static ListInterface<java.lang.Integer> |
Driver.createTestList(Driver.TestType testType,
Driver.ListType listType)
This method is called by the runTestCase() method to obtain a test list. |
static ListInterface<java.lang.Integer> |
Driver.initializeTestList(ListInterface<java.lang.Integer> testList,
int firstNumber,
int lastNumber,
int increment)
This method is called by the createTestList() method to initialize the test list. |
Methods in <Unnamed> with parameters of type ListInterface | |
---|---|
static ListInterface<java.lang.Integer> |
Driver.initializeTestList(ListInterface<java.lang.Integer> testList,
int firstNumber,
int lastNumber,
int increment)
This method is called by the createTestList() method to initialize the test list. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |