| Package | Description |
|---|---|
| org.apache.royale.test.ant.launcher.contexts | |
| org.apache.royale.test.ant.tasks |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlaywrightExecutionContext
Basis for executing a Playwright command.
|
interface |
ProcessExecutionContext
Basis for executing a process command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultContext
Deprecated.
|
class |
DefaultPlaywrightContext |
class |
DefaultProcessContext |
class |
HeadlessContext
Context used to wrap a call to the player command in a start and stop of a vncserver.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutionContext |
ExecutionContextFactory.createContext(OperatingSystem os,
boolean headless,
int display)
Used to generate new instances of an execution context based on the OS and whether the build should run
headlessly.
|
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 ExecutionContext |
TestRun.obtainContext(TestRunCommand command) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.