Ark Server API (ASA) - Wiki
|
#include <AutomationTest.h>
Simple class to store the automation test info
Definition at line 267 of file AutomationTest.h.
|
inline |
Definition at line 272 of file AutomationTest.h.
|
inline |
Constructor
InDisplayName | - Name used in the UI |
InTestName | - The test command string |
InTestFlag | - Test flags |
InParameterName | - optional parameter. e.g. asset name |
Definition at line 286 of file AutomationTest.h.
Add a test flag if a parent node.
@Param InTestFlags - the child test flag to add.
Definition at line 307 of file AutomationTest.h.
Gets the asset potentially associated with the test.
Definition at line 377 of file AutomationTest.h.
Get the display name of this test.
Definition at line 317 of file AutomationTest.h.
Gets the full path for this test if you wanted to run it.
Definition at line 327 of file AutomationTest.h.
Get the number of devices running this test
Definition at line 423 of file AutomationTest.h.
Get the number of participant this test needs in order to be run
Definition at line 433 of file AutomationTest.h.
Gets the open command potentially associated with the test.
Definition at line 387 of file AutomationTest.h.
Get the source file this test originated in.
Definition at line 357 of file AutomationTest.h.
Get the line number in the source file this test originated on.
Definition at line 367 of file AutomationTest.h.
|
inline |
Get the test name of this test.
Definition at line 337 of file AutomationTest.h.
Get the type of parameter. This will be the asset name for linked assets.
Definition at line 347 of file AutomationTest.h.
|
inline |
Be notified of a new device running the test so we should update our flag counting these
Definition at line 413 of file AutomationTest.h.
|
inline |
Zero the number of devices running this test
Definition at line 405 of file AutomationTest.h.
Set the display name of the child node.
@Param InDisplayName - the new child test name.
Definition at line 444 of file AutomationTest.h.
Set the number of participant this test needs in order to be run
@Param NumRequired - The new number of participants needed
Definition at line 454 of file AutomationTest.h.
|
private |
The asset path associated with the test.
Definition at line 478 of file AutomationTest.h.
|
private |
Display name used in the UI
Definition at line 461 of file AutomationTest.h.
|
private |
Definition at line 463 of file AutomationTest.h.
|
private |
The number of devices which have been given this test to run
Definition at line 490 of file AutomationTest.h.
|
private |
The number of participants this test requires
Definition at line 487 of file AutomationTest.h.
|
private |
A custom open command for the test.
Definition at line 481 of file AutomationTest.h.
|
private |
The source file this test originated in.
Definition at line 472 of file AutomationTest.h.
|
private |
The line number in the source file this test originated on.
Definition at line 475 of file AutomationTest.h.
|
private |
The test flags.
Definition at line 484 of file AutomationTest.h.
|
private |
Test name used to run the test
Definition at line 466 of file AutomationTest.h.
|
private |
Parameter - e.g. an asset name or map name
Definition at line 469 of file AutomationTest.h.