Objective-J Test API 0.1.0
Frameworks/OJMoq/CPInvocation+Arguments.j
Go to the documentation of this file.
00001 @implementation CPInvocation (Arguments)
00002 
00003 - (CPArray)arguments
00004 {
00005         return _arguments;
00006 }
00007 
00008 - (CPArray)userArguments
00009 {
00010         return _arguments.slice(2,_arguments.length);
00011 }
00012 
00013 @end
 All Classes Files Functions Variables