Package jp.vmi.selenium.runner.model
Interface ITest<C extends ICommand>
- Type Parameters:
C- type of command.
- All Superinterfaces:
Id
- All Known Implementing Classes:
SideTest
public interface ITest<C extends ICommand> extends Id
Test case.
-
Method Summary
Modifier and Type Method Description List<C>getCommands()Get list of commands.
-
Method Details
-
getCommands
Get list of commands.- Returns:
- list of commands.
-