Package DE_EPAGES::Test::Mock::MockifyArgumentMatchers
Wrapper functions for Mockify argument matchers
@EXPORT_OK |
Functions
Any
Creates a Mockify argument matcher for any arguments.
Syntax |
Any(); |
Return |
|
ArrayRef
Creates a Mockify argument matcher for array reference arguments.
Syntax |
ArrayRef(); ArrayRef( $Expected ); |
Input |
|
Return |
|
HashRef
Creates a Mockify argument matcher for hash reference arguments.
Syntax |
HashRef(); HashRef( $Expected ); |
Input |
|
Return |
|
Int
Creates a Mockify argument matcher for integer arguments.
Syntax |
Int(); Int( $Expected ); |
Input |
|
Return |
|
Object
Creates a Mockify argument matcher for object arguments.
Syntax |
Object(); Object( $Expected ); |
Input |
|
Return |
|
String
Creates a Mockify argument matcher for string arguments.
Syntax |
String(); String( $Expected ); |
Input |
|
Return |
|
Undef
Creates a Mockify argument matcher for undefined arguments.
Syntax |
Undef(); |
Return |
|