Skip to main content
Class representing the contents of a return by an assertion.

Initializers


messageRequired

  • Type: java.lang.String
String message containing information about the result of the assertion.

passRequired

  • Type: java.lang.Boolean
Boolean pass denoting the success of the assertion.

Properties


messageRequired

  • Type: java.lang.String
String message containing information about the result of the assertion.

passRequired

  • Type: java.lang.Boolean
Boolean pass denoting the success of the assertion.