Modifier and Type | Method and Description |
---|---|
int |
count()
The number of status elements in the object.
|
IList |
eventsList()
Gets the list of the execution events.
|
Object |
eventsList(int index) |
boolean |
finished()
Checks if execution is finished or still in progress.
|
Object |
item(int index)
Gets a TestExecStatus object by index (1-based).
|
Iterator<com4j.Com4jObject> |
iterator()
Gets an ATL.IEnumOnSTLImpl enumerator for the TestExecStatus objects.
|
void |
refreshExecStatusInfo(Object testData,
boolean force)
Refreshes the execution status from the execution controller.
|
advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
forEach, spliterator
int count()
The number of status elements in the object.
Getter method for the COM property "Count"
void refreshExecStatusInfo(Object testData, boolean force)
Refreshes the execution status from the execution controller.
testData
- Mandatory java.lang.Object parameter.force
- Mandatory boolean parameter.boolean finished()
Checks if execution is finished or still in progress.
Getter method for the COM property "Finished"
IList eventsList()
Gets the list of the execution events.
Object eventsList(int index)
Object item(int index)
Gets a TestExecStatus object by index (1-based).
Getter method for the COM property "Item"
index
- Mandatory int parameter.Iterator<com4j.Com4jObject> iterator()
Gets an ATL.IEnumOnSTLImpl enumerator for the TestExecStatus objects. For information on the ATL Class and IEnumOnSTLImpl, see Microsoft documentation.
Getter method for the COM property "_NewEnum"
Copyright © 2020. All rights reserved.