new TestGroup(testSuite, data) → {rooibos.TestGroup}
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
name |
string | test state |
testSuite |
invalid | |
setupFunctionName |
invalid | |
tearDownFunctionName |
invalid | |
beforeEachFunctionName |
invalid | |
afterEachFunctionName |
invalid | |
isSolo |
boolean | |
isLegacy |
boolean | |
isIgnored |
boolean | |
stats |
invalid | |
scene |
invalid | |
lineNumber |
integer | |
top |
invalid | |
valid |
boolean | |
hasFailures |
boolean | |
isNodeTest |
boolean | |
nodeName |
invalid | |
testsData |
invalid | |
tests |
dynamic | |
deferred |
invalid |
Parameters:
| Name | Type | Description |
|---|---|---|
testSuite |
rooibos.BaseTestSuite | |
data |
roAssociativeArray |
Returns:
- Type
- rooibos.TestGroup
Methods
run() → {dynamic}
- Description:
TODO CONVERT THIS TO ASYNC
- Source:
Returns:
- Type
- dynamic
runAsync() → {dynamic}
- Source:
Returns:
- Type
- dynamic
runSync() → {dynamic}
- Source:
Returns:
- Type
- dynamic