Package | Description |
---|---|
org.safs.ios |
Modifier and Type | Method and Description |
---|---|
static ProcessCapture |
Utilities.launchInstrumentsTest(java.lang.String template)
Launch the Instruments SDK tool with the specified template using other default parameters.
|
static ProcessCapture |
Utilities.launchInstrumentsTest(java.lang.String sourcedir,
java.lang.String script,
java.lang.String template)
Launch the Instruments SDK tool with the specified template.
|
static ProcessCapture |
Utilities.nextInstrumentsTest()
Activates the Instruments application and attempts to find and click the "Start Script" button using default settings.
|
static ProcessCapture |
Utilities.nextInstrumentsTest(java.lang.String ascriptdir,
java.lang.String script)
Activates the Instruments application and attempts to find and click the "Start Script" button.
|
static ProcessCapture |
Utilities.runAppleScript(java.lang.String sourcedir,
java.lang.String script,
java.lang.String arguments,
boolean wait,
long secstimeout)
Run an AppleScript via osascript.
|
static ProcessCapture |
Utilities.startInstrumentsTest()
calls startInstrumentsTest with null to use defaults.
|
static ProcessCapture |
Utilities.startInstrumentsTest(java.lang.String sourcedir,
java.lang.String script)
Start the Instruments SDK tool Record Trace.
|
static ProcessCapture |
Utilities.stopInstrumentsTest()
calls stopInstrumentsTest with nulls to use defaults.
|
static ProcessCapture |
Utilities.stopInstrumentsTest(java.lang.String sourcedir,
java.lang.String script)
Stop the Instruments SDK tool Record Trace.
|
Copyright © SAS Institute. All Rights Reserved.