Interface ITestSequence
-
- All Superinterfaces:
ITestable
- All Known Implementing Classes:
TestSequence
public interface ITestSequence extends ITestable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ITestable>getElements()intgetSize()
-
-
-
Method Detail
-
getSize
int getSize()
-
getElements
java.util.List<ITestable> getElements()
-
-