Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
TestHarness.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13class TestHarness: Managed
14{
16 [Obsolete("Switch to instantiating tests and suites manually.")]
17 static proto int GetNSuites();
19 [Obsolete("Switch to instantiating tests and suites manually.")]
20 static proto TestSuite GetSuite(int handle);
22 static proto TestSuite ActiveSuite();
24 static proto bool Finished();
26 static proto void Begin(array<ref TestSuite> suites = null);
29 static proto bool Run();
31 static proto void End();
33 static proto string Report(bool omitSkipped = false);
47 static proto string EscapeForXml(string text);
49 static proto void GetTestTypes(notnull out array<typename> outTypes);
50}
51
override void Run()
@ Report
Collection of suites and main interface of the Testing framework.
Definition TestHarness.c:14
Collection of tests. Provides API for environment preparation.
Definition TestSuite.c:14