Enfusion Script API
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Test Interface Reference

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

Public Member Functions

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

Public Attributes

string Suite
 
int TimeoutS
 
int TimeoutMs
 

Detailed Description

Attribute used for tests annotation and assignment to Suites.

Constructor & Destructor Documentation

◆ Test()

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

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

Member Data Documentation

◆ Suite

string Test.Suite

◆ TimeoutMs

int Test.TimeoutMs

◆ TimeoutS

int Test.TimeoutS

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