![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Classes | |
| class | TestBase |
| Test base class. More... | |
| class | TestHarness |
| Collection of suites and main interface of the Testing framework. More... | |
| class | TestResultBase |
| class | TestResultTimeout |
| class | TestSuite |
| Collection of tests. Provides API for environment preparation. More... | |
| class | Test |
| Attribute used for tests annotation and assignment to Suites. More... | |
| class | TestStep |
| Attribute which marks a method as part of the testing process. More... | |
Enumerations | |
| enum | TestStage { Setup , Main , TearDown , Setup , Main , TearDown } |
| Stage definition used in conjunction with TestStep attribute. More... | |
| enum | TestStage { Setup , Main , TearDown , Setup , Main , TearDown } |
Variables | |
| class Test | EStage |
| class TestStep | Step |
For framework description, see Script Testing Framework.
| enum TestStage |
Stage definition used in conjunction with TestStep attribute.
| Enumerator | |
|---|---|
| Setup | |
| Main | |
| TearDown | |
| Setup | |
| Main | |
| TearDown | |
Definition at line 13 of file TestStage.c.
| enum TestStage |
| Enumerator | |
|---|---|
| Setup | |
| Main | |
| TearDown | |
| Setup | |
| Main | |
| TearDown | |
Definition at line 13 of file TestStage.c.
| class Test EStage |
| class TestStep Step |