Constants - test

  • ANY string __ANY__
  • Represents the placeholder to be given for object or record type arguments

  • INVALID_OBJECT_ERROR string InvalidObjectError
  • Represents the reason for the mock object related errors.

  • FUNCTION_NOT_FOUND_ERROR string FunctionNotFoundError
  • Represents the reason for the non-existing member function related errors.

  • FUNCTION_SIGNATURE_MISMATCH_ERROR string FunctionSignatureMismatchError
  • Represents the reason for the function signature related errors.

  • INVALID_MEMBER_FIELD_ERROR string InvalidMemberFieldError
  • Represents the reason for the object member field related errors.

  • FUNCTION_CALL_ERROR string FunctionCallError
  • Represents the reason for function mocking related errors.