public class TestFailException extends Exception
| Constructor and Description |
|---|
TestFailException() |
TestFailException(String message) |
TestFailException(TestCase testCase) |
TestFailException(TestCase testCase,
Collection<JsonPathVerify> jsonPathVerify) |
TestFailException(TestCase testCase,
String message) |
TestFailException(TestCase testCase,
String message,
Throwable cause) |
TestFailException(TestCase testCase,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Collection<JsonPathVerify> |
getJsonPathVerify() |
TestCase |
getTestCase() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic TestFailException()
public TestFailException(String message)
public TestFailException(TestCase testCase)
public TestFailException(TestCase testCase, Collection<JsonPathVerify> jsonPathVerify)
public TestCase getTestCase()
public Collection<JsonPathVerify> getJsonPathVerify()
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.