Package jp.vmi.selenium.runner.model
Interface IProject<S extends ISuite<T,C>,T extends ITest<C>,C extends ICommand>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFilename()Get filename.StringgetName()Get name.Map<String,S>getSuiteMap()Get map of test suites.List<S>getSuites()Get list of test suites.Map<String,T>getTestMap()Get map of test cases.StringgetUrl()Get base URL.
-