Loading...
Searching...
No Matches
TestStep Interface Reference

Attribute which marks a method as part of the testing process. More...

Public Member Functions

void TestStep (TestStage stage=TestStage.Main, int timeoutS=0, int timeoutMs=0)
 

Public Attributes

TestStage Stage
 
int TimeoutS
 
int TimeoutMs
 

Detailed Description

Attribute which marks a method as part of the testing process.

Constructor & Destructor Documentation

◆ TestStep()

void TestStep.TestStep ( TestStage stage = TestStage::Main,
int timeoutS = 0,
int timeoutMs = 0 )

Member Data Documentation

◆ Stage

TestStage TestStep.Stage

◆ TimeoutMs

int TestStep.TimeoutMs

◆ TimeoutS

int TestStep.TimeoutS

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