Expansions.Missions.TestGroup.TestGroup |
( |
MENode |
node | ) |
|
|
inline |
Expansions.Missions.TestGroup.TestGroup |
( |
MENode |
node, |
|
|
string |
title |
|
) |
| |
|
inline |
void Expansions.Missions.TestGroup.AddTestModule |
( |
string |
testName, |
|
|
ConfigNode |
cfg |
|
) |
| |
|
inline |
Use reflection to add a test module to the test group
- Parameters
-
testName | The name of the test module to be added |
cfg | Optional config node to parse to fill in the parameters of the test module |
virtual void Expansions.Missions.TestGroup.Cleared |
( |
| ) |
|
|
inlinevirtual |
Method to overide if you want to do stuff when a node is deactivated
virtual void Expansions.Missions.TestGroup.Initialized |
( |
| ) |
|
|
inlinevirtual |
Method to overide if you want to do stuff when a node is activated
void Expansions.Missions.TestGroup.Load |
( |
ConfigNode |
node | ) |
|
|
inline |
virtual void Expansions.Missions.TestGroup.OnCloned |
( |
TestGroup |
testGroupBase | ) |
|
|
inlinevirtual |
Override this to add custom Validation checks and results to this object
- Parameters
-
validator | The MissionValidator that the results will be added to |
void Expansions.Missions.TestGroup.Save |
( |
ConfigNode |
node | ) |
|
|
inline |
bool Expansions.Missions.TestGroup.Test |
( |
| ) |
|
|
inline |
Check if all the tests in this group are true
- Returns
- Whether all the tests returned true
string Expansions.Missions.TestGroup.description = "" |
List<ITestModule> Expansions.Missions.TestGroup.testModules |
List of tests that are used to check if this test group has passed
string Expansions.Missions.TestGroup.title = "" |
The display name for this
bool Expansions.Missions.TestGroup.isActive |
|
getset |
MENode Expansions.Missions.TestGroup.node |
|
getset |
The documentation for this class was generated from the following file: