Loading...
Searching...
No Matches
Test Interface Reference

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

Public Member Functions

void Test (string suiteStr="", TypeName suite=void, int timeoutS=0, int timeoutMs=0, int maxAttempts=1)
 Defines a suite the test belongs to and its timeout value.
 

Public Attributes

TypeName Suite
 
int TimeoutS
 
int TimeoutMs
 
int MaxAttempts
 

Detailed Description

Attribute used for tests annotation and assignment to Suites.

Constructor & Destructor Documentation

◆ Test()

void Test.Test ( string suiteStr = "",
TypeName suite = void,
int timeoutS = 0,
int timeoutMs = 0,
int maxAttempts = 1 )

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

Member Data Documentation

◆ MaxAttempts

int Test.MaxAttempts

◆ Suite

TypeName Test.Suite

◆ TimeoutMs

int Test.TimeoutMs

◆ TimeoutS

int Test.TimeoutS

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