Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
Test Class Reference

Attribute used for tests annotation and assignment to Suites. More...

Private Member Functions

void Test (string suite, int timeoutS=0, int timeoutMs=0, int sortOrder=0)
 Defines a suite the test belongs to, its timeout value and order within the suite.

Private Attributes

int SortOrder
string Suite
int TimeoutMs
int TimeoutS

Detailed Description

Attribute used for tests annotation and assignment to Suites.

Definition at line 96 of file testingframework.c.

Constructor & Destructor Documentation

◆ Test()

void Test ( string suite,
int timeoutS = 0,
int timeoutMs = 0,
int sortOrder = 0 )
inlineprivate

Defines a suite the test belongs to, its timeout value and order within the suite.

Definition at line 105 of file testingframework.c.

References SortOrder, Suite, TimeoutMs, and TimeoutS.

Field Documentation

◆ SortOrder

int SortOrder
private

Definition at line 102 of file testingframework.c.

Referenced by Test().

◆ Suite

string Suite
private

Definition at line 98 of file testingframework.c.

Referenced by Test().

◆ TimeoutMs

int TimeoutMs
private

Definition at line 101 of file testingframework.c.

Referenced by Test().

◆ TimeoutS

int TimeoutS
private

Definition at line 100 of file testingframework.c.

Referenced by Test().


The documentation for this class was generated from the following file: