Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
TestSuite.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
13class 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
Test base class.
Definition TestBase.c:14
Collection of tests. Provides API for environment preparation.
Definition TestSuite.c:14
int IsEnabled()
Returns true if the light is enabled.