public class TestExecutionException extends RuntimeException
| Constructor and Description |
|---|
TestExecutionException() |
TestExecutionException(Result result) |
TestExecutionException(String message) |
TestExecutionException(Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
Result |
getResult() |
boolean |
hasErrors() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TestExecutionException()
public TestExecutionException(Result result)
public TestExecutionException(String message)
public TestExecutionException(Throwable throwable)
public boolean hasErrors()
public Result getResult()
Copyright © 2005–2019 GraphWalker. All rights reserved.