
Public Member Functions | |
| boolean | hasTestGroup () |
| void | reset () |
| SeleniumTestSuitePage (WOContext context) | |
| void | setTestPath (String testPath) |
| String | testContents () |
| NSArray< File > | testFiles () |
| SeleniumTestFilter | testFilter () |
| String | testGroupName () |
| String | testLink () |
| String | testPath () |
Public Attributes | |
| File | testFile |
Protected Member Functions | |
| void | checkTestPath () |
| File | testDir () |
| File | testsRoot () |
Private Attributes | |
| File | groupDir |
| NSArray< File > | testFiles |
| SeleniumCompositeTestFilter | testFilter |
| String | testPath |
Static Private Attributes | |
| static final String | DEFAULT_EXPORTER_NAME = "xhtml" |
| static final String | DEFAULT_SELENIUM_TESTS_ROOT |
| static final Logger | log = Logger.getLogger(SeleniumTestSuitePage.class) |
| SeleniumTestSuitePage | ( | WOContext | context | ) |
| void checkTestPath | ( | ) | [protected] |
| boolean hasTestGroup | ( | ) |
| void reset | ( | ) |
Reimplemented from ERXStatelessComponent.
| void setTestPath | ( | String | testPath | ) |
| String testContents | ( | ) |
| File testDir | ( | ) | [protected] |
| NSArray<File> testFiles | ( | ) |
| String testGroupName | ( | ) |
| String testLink | ( | ) |
| File testsRoot | ( | ) | [protected] |
final String DEFAULT_EXPORTER_NAME = "xhtml" [static, private] |
final String DEFAULT_SELENIUM_TESTS_ROOT [static, private] |
Initial value:
ERXProperties.booleanForKeyWithDefault("NSProjectBundleEnabled", false) ? "./Resources/Selenium" : "./Contents/Resources/Selenium"
File groupDir [private] |
final Logger log = Logger.getLogger(SeleniumTestSuitePage.class) [static, private] |
| File testFile |
NSArray<File> testFiles [private] |
SeleniumCompositeTestFilter testFilter [private] |
1.5.8