public interface ITestExecStatus
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
message()
The test execution message displayed in the Execution Controller grid.
|
String |
status()
The test execution status.
|
int |
testId()
The test Id.
|
int |
testInstance()
The number of this instance of the design test in the test set.
|
Object |
tsTestId()
The ID of the test instance for the current run.
|
int testId()
The test Id.
Getter method for the COM property "TestId"
String message()
The test execution message displayed in the Execution Controller grid.
Getter method for the COM property "Message"
String status()
The test execution status.
Getter method for the COM property "Status"
Object tsTestId()
The ID of the test instance for the current run.
Getter method for the COM property "TSTestId"
int testInstance()
The number of this instance of the design test in the test set.
Getter method for the COM property "TestInstance"
Copyright © 2020. All rights reserved.