AssertionError

AssertionError

Assertions will throw this error when a test fails

Constructor

new AssertionError(message, actualopt, expectedopt)

Source:
Parameters:
Name Type Attributes Description
message string Error message
actual * <optional>
Actual value
expected * <optional>
Expected value