Constants -
test
- ANY string __ANY__
-
Represents the placeholder to be given for object or record type arguments
- INVALID_OBJECT_ERROR string {ballerina/test}InvalidObjectError
-
Represents the reason for the mock object related errors.
- FUNCTION_NOT_FOUND_ERROR string {ballerina/test}FunctionNotFoundError
-
Represents the reason for the non-existing member function related errors.
- FUNCTION_SIGNATURE_MISMATCH_ERROR string {ballerina/test}FunctionSignatureMismatchError
-
Represents the reason for the function signature related errors.
- INVALID_MEMBER_FIELD_ERROR string {ballerina/test}InvalidMemberFieldError
-
Represents the reason for the object member field related errors.
- FUNCTION_CALL_ERROR string {ballerina/test}FunctionCallError
-
Represents the reason for function mocking related errors.