Add [Mock] metadata to allow marking fields of the test class that should be mocked.
A parameter arguments='nameOfFieldWithArrayOfArguments|
functionReturningArrayOfArguments' would be used to specify any arguments needed to create mock instance
A parameter name='' would be used to specify name of the mock object.
Requested on a mailing list http://groups.google.pl/group/mockito-flex/browse_thread/thread/6a03997db1a78473.
Add [Mock] metadata to allow marking fields of the test class that should be mocked.
A parameter arguments='nameOfFieldWithArrayOfArguments| functionReturningArrayOfArguments' would be used to specify any arguments needed to create mock instance
A parameter name='' would be used to specify name of the mock object.