| Package | Description |
|---|---|
| org.jemmy.env |
| Modifier and Type | Method and Description |
|---|---|
TestOut |
TestOut.createErrorOutput()
Creates an output which prints only error messages.
|
static TestOut |
TestOut.getNullOutput()
Creates output which does not print any message anywhere.
|
TestOut |
Environment.getOutput() |
TestOut |
Environment.getOutput(String outputName)
Get's a specific output.
|
TestOut |
Environment.initOutput(String outputName,
TestOut out)
Initializes some specific output only if it is not yet set.
|
TestOut |
Environment.setOutput(String outputName,
TestOut out)
Set some specific output.
|
TestOut |
Environment.setOutput(TestOut out) |
| Modifier and Type | Method and Description |
|---|---|
TestOut |
Environment.initOutput(String outputName,
TestOut out)
Initializes some specific output only if it is not yet set.
|
TestOut |
Environment.setOutput(String outputName,
TestOut out)
Set some specific output.
|
TestOut |
Environment.setOutput(TestOut out) |
Copyright © 2018. All rights reserved.