Package | Description |
---|---|
org.imaginea.test.automation.framework.keywordmodel.suite | |
org.imaginea.test.automation.framework.testng.listener |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTest |
Modifier and Type | Method and Description |
---|---|
List<ISimpleTest> |
TestSuite.getAllTestsAsList()
This method internally identifies the supported
ISuiteFileReader implementation in the framework and accordingly parses
the suite file and return ISimpleTest objects for all the tests present in the suite file. |
List<ISimpleTest> |
ISuiteFileReader.read(File file,
List<String> arguments)
Method to parse and return the test instances of the test present inside the said suite file.
|
List<ISimpleTest> |
ExcelSuiteFileReader.read(File file,
List<String> arguments) |
List<ISimpleTest> |
CsvSuiteFileReader.read(File file,
List<String> arguments) |
Constructor and Description |
---|
CustomTestNGMethod(org.testng.ITestNGMethod originalTestNGMethod,
ISimpleTest testDetails) |
Copyright © 2014. All rights reserved.