| Modifier and Type | Method and Description |
|---|---|
static TestRunCommand |
TestRunCommandFactory.createCommand(OperatingSystem os,
String player,
File customCommand,
String[] customCommandArgs,
boolean localTrusted)
Factory method to create the appropriate player and provide it with a set of defaults for
the executing platform.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlayerCommand
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdlCommand |
class |
CustomPlayerCommand |
class |
DefaultPlayerCommand |
class |
FlashPlayerCommand
Abstracts the assembly of a command-line call to the Flash player for all platforms.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlaywrightCommand
Class used to abstract
Playwright that has its own handle to a Project
and can setup context for using the project |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPlaywrightCommand |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessCommand
Class used to abstract an extension of
Execute that has its own
handle to a Project and can setup context for using the project |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionContext |
ExecutionContextFactory.createContext(TestRunCommand command,
OperatingSystem os,
boolean headless,
int display)
Used to generate new instances of an execution context based on the test
run command, the OS, and whether the build should run headlessly.
|
| Modifier and Type | Method and Description |
|---|---|
protected TestRunCommand |
TestRun.obtainTestRunCommand()
Fetch the test run command to execute the tests.
|
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionContext |
TestRun.obtainContext(TestRunCommand command) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.