public class TestFailedException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private TestResult |
_result |
Constructor and Description |
---|
TestFailedException(TestResult result) |
Modifier and Type | Method and Description |
---|---|
TestResult |
getResult() |
private TestResult _result
public TestFailedException(TestResult result)
public TestResult getResult()