TestResult
collects the results of executing a test case. Acknowledgement: the code in this class is adapted from JUnit.
TestResult
collects the results of executing a test case. It is an instance of the Collecting Parameter pattern. The test framework distinguishes between failures and errors. A failure is anticipated and checked for with assertions. Errors are unanticipated problems like an {@link ArrayIndexOutOfBoundsException}.
@see Test
The result of each test in Munit
@author Mulesoft Inc. @since 3.3.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|