Test.AssertionError Class
Error is thrown whenever an assertion fails. It provides methods to more easily get at error information and also provides a base class from which more specific assertion errors can be derived.
Constructor
Test.AssertionError
(
-
message
Parameters:
-
message
StringThe message to display when the error occurs.