|
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 |
Attribute which marks a method as part of the testing process.
| void TestStep.TestStep | ( | TestStage | stage = TestStage::Main, |
| int | timeoutS = 0, | ||
| int | timeoutMs = 0 ) |
| TestStage TestStep.Stage |
| int TestStep.TimeoutMs |
| int TestStep.TimeoutS |