public static final class TestState.Skipped extends TestState
TestState.Failed, TestState.Initialized, TestState.Skipped, TestState.Succeeded, TestState.TestStateType| Constructor and Description |
|---|
Skipped(StringBuilder in_output_stdout,
StringBuilder in_output_stderr,
String in_reason)
Construct a test state.
|
| Modifier and Type | Method and Description |
|---|---|
nu.xom.Element |
toXML(TestName name) |
public Skipped(StringBuilder in_output_stdout, StringBuilder in_output_stderr, String in_reason)
in_output_stdout - The text written to the standard output stream.in_output_stderr - The text written to the standard error stream.in_reason - The reason the test was skipped.public nu.xom.Element toXML(TestName name)
name - The current type.Copyright © 2015 <code@io7m.com> http://io7m.com