Reference: AUnit Test Actions
Actions | Description | Example |
|---|---|---|
continue_to_next
| Continues the AUnit test on the next element in your
assembly. |
|
invoke
| Invokes the endpoint specified by the out-transport of your
assembly. |
|
mock
| Simulates a response message returned by the out-transport by
specifying an input file containing the response message. |
|
mock_exception
| Simulates an exception thrown by the out-transport by specifying an
instance of this class: com.capeclear.capeconnect.transport.BadRequestException(String
msg) |
|
terminate
| Terminates the test. |
|