Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
TestSuite.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
13
class
TestSuite
: Managed
14
{
17
proto external
void
SetResult(
TestResultBase
res);
19
proto external
void
SetEnabled(
bool
val);
21
proto external
bool
IsEnabled
();
23
proto external
int
GetNTests();
25
proto external
TestBase
GetTest(
int
handle);
27
proto external
string
GetName
();
28
proto external
void
AddTest(notnull
TestBase
test);
29
}
30
GetName
string GetName()
Definition
SCR_NotificationSenderComponent.c:15
TestBase
Test base class.
Definition
TestBase.c:14
TestResultBase
Definition
TestResultBase.c:17
TestSuite
Collection of tests. Provides API for environment preparation.
Definition
TestSuite.c:14
IsEnabled
int IsEnabled()
Returns true if the light is enabled.
Definition
SCR_BaseManualCameraComponent.c:239
scripts
GameLib
generated
ScriptTestingFramework
TestSuite.c
Generated by
1.17.0