Package jp.vmi.selenium.runner.model
Interface ISuite<T extends ITest<C>,C extends ICommand>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>getTests()Get list of test cases.intgetTimeout()Get timeout.booleanisParallel()Get parallel flag.booleanisPersistSession()Get persist session flag.
-