summaryrefslogtreecommitdiffstats
path: root/third_party/ocmock/OCMock/OCMockObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/ocmock/OCMock/OCMockObject.h')
-rw-r--r--third_party/ocmock/OCMock/OCMockObject.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/third_party/ocmock/OCMock/OCMockObject.h b/third_party/ocmock/OCMock/OCMockObject.h
index a334b57..24477c7 100644
--- a/third_party/ocmock/OCMock/OCMockObject.h
+++ b/third_party/ocmock/OCMock/OCMockObject.h
@@ -1,5 +1,5 @@
//---------------------------------------------------------------------------------------
-// $Id: OCMockObject.h 52 2009-08-14 07:21:10Z erik $
+// $Id: OCMockObject.h 69 2010-08-20 16:05:58Z erik $
// Copyright (c) 2004-2008 by Mulle Kybernetik. See License file for details.
//---------------------------------------------------------------------------------------
@@ -11,6 +11,7 @@
BOOL expectationOrderMatters;
NSMutableArray *recorders;
NSMutableArray *expectations;
+ NSMutableArray *rejections;
NSMutableArray *exceptions;
}
@@ -29,6 +30,7 @@
- (id)stub;
- (id)expect;
+- (id)reject;
- (void)verify;