PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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

string Suite
 
int TimeoutS
 
int TimeoutMs
 
int SortOrder
 

Detailed Description

Attribute used for tests annotation and assignment to Suites.

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.

References SortOrder, Suite, TimeoutMs, and TimeoutS.

Field Documentation

◆ SortOrder

int SortOrder
private

Referenced by Test().

◆ Suite

string Suite
private

Referenced by Test().

◆ TimeoutMs

int TimeoutMs
private

Referenced by Test().

◆ TimeoutS

int TimeoutS
private

Referenced by Test().


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