Package | Description |
---|---|
com.consol.citrus.container | |
com.consol.citrus.context | |
com.consol.citrus.exceptions |
Modifier and Type | Field and Description |
---|---|
protected CitrusRuntimeException |
Timer.timerException |
Modifier and Type | Method and Description |
---|---|
CitrusRuntimeException |
TestContext.handleError(String testName,
String packageName,
String message,
Exception cause)
Handles error creating a new CitrusRuntimeException and
informs test listeners.
|
Modifier and Type | Method and Description |
---|---|
List<CitrusRuntimeException> |
TestContext.getExceptions()
Gets the value of the exceptions property.
|
Modifier and Type | Method and Description |
---|---|
void |
TestContext.addException(CitrusRuntimeException exception)
Add new exception to the context marking the test as failed.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionTimeoutException
Throw this exception in case you did not receive a message on a destination in time.
|
class |
InvalidFunctionUsageException
Use this exception in case a function is called with invalid parameters.
|
class |
MissingExpectedMessageException
This exception is thrown when a message receiving action
does not specify any expected content.
|
class |
NoSuchFunctionException
Unknown functions cause this exception.
|
class |
NoSuchFunctionLibraryException
In case no function library exists for a given prefix this exception is thrown.
|
class |
NoSuchValidationMatcherException
Unknown validation matchers cause this exception.
|
class |
NoSuchValidationMatcherLibraryException
In case no function library exists for a given prefix this exception is thrown.
|
class |
NoSuchVariableException
Throw this exception in case an unknown variable is read from test context.
|
class |
ParallelContainerException
Special exception thrown in case several actions in a parallel container have failed.
|
class |
TestCaseFailedException
Base exception marking failure of test case.
|
class |
UnknownElementException
Thrown in case an element is not found.
|
class |
ValidationException
This exception marks errors during validation in Citrus.
|
class |
VariableNullValueException
Variable value evaluates to null.
|
Constructor and Description |
---|
ParallelContainerException(List<CitrusRuntimeException> nestedExceptions) |
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.