What You May Need to Know About Assertions
When a test is executed, and the response type returned is different from the type expected, the assertion is skipped. For example, you are expecting a fault (RemoteFault
) to be returned for a specific message, but a response (BpelResponseMessage
) is instead returned.
As a best practice, always assert and emulate the expected behavior.