![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
Indicator for an error during test execution. More...
Inherits Exception.
Public Member Functions | |
| boolean | causeIsException () |
| Return true, if the TestError instance was created based on an exception. | |
| String | getOriginalStackTrace () |
| Retrieve the stack trace of the exception that caused the test error. | |
| Result | getResult () |
| TestError (Result result) | |
| TestError (String errorMessage, Result result) | |
| TestError (String errorMessage, Result result, Throwable exception) | |
Indicator for an error during test execution.
| org.lflang.tests.TestError.TestError | ( | String | errorMessage, |
| Result | result, | ||
| Throwable | exception ) |
| org.lflang.tests.TestError.TestError | ( | String | errorMessage, |
| Result | result ) |
| org.lflang.tests.TestError.TestError | ( | Result | result | ) |
| boolean org.lflang.tests.TestError.causeIsException | ( | ) |
Return true, if the TestError instance was created based on an exception.
| String org.lflang.tests.TestError.getOriginalStackTrace | ( | ) |
Retrieve the stack trace of the exception that caused the test error.
| Result org.lflang.tests.TestError.getResult | ( | ) |