Package | Description |
---|---|
org.safs.ios |
Modifier and Type | Method and Description |
---|---|
static void |
Utilities.executeNextInstrumentsTest(java.lang.String script)
calls the following routines using all defaults except the varying script to run:
prepareNextInstruments(script);
nextInstrumentsTest();
waitScriptComplete();
The routine expects that Instruments is already running and Record Trace has already
been started. |
static void |
Utilities.findRunningLastLine(java.lang.String rootRunDir)
Process the assumed to be running Instruments Log file to identify the last valid Script Completed message.
|
static void |
Utilities.waitScriptComplete()
calls waitScriptComplete with null to use preset ROOT_INSTRUMENTS_PROJECT_DIR.
|
static void |
Utilities.waitScriptComplete(java.lang.String rootRunDir)
Repetitively monitor the active "Automation Results" file for "Script Complete" during Instruments script execution.
|
Copyright © SAS Institute. All Rights Reserved.