Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
TestHarness.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
13
class
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
Run
override void Run()
Definition
SCR_ImageSetGenerator.c:297
Report
@ Report
Definition
TextureImportTool.c:40
TestHarness
Collection of suites and main interface of the Testing framework.
Definition
TestHarness.c:14
TestSuite
Collection of tests. Provides API for environment preparation.
Definition
TestSuite.c:14
Obsolete
typedef Obsolete
Definition
HelicopterAutopilotHelperComponent.c:16
scripts
GameLib
generated
ScriptTestingFramework
TestHarness.c
Generated by
1.17.0