diff options
Diffstat (limited to 'third_party/ocmock/OCMock/OCMConstraintTests.h')
-rw-r--r-- | third_party/ocmock/OCMock/OCMConstraintTests.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/ocmock/OCMock/OCMConstraintTests.h b/third_party/ocmock/OCMock/OCMConstraintTests.h new file mode 100644 index 0000000..ce5822f --- /dev/null +++ b/third_party/ocmock/OCMock/OCMConstraintTests.h @@ -0,0 +1,14 @@ +//--------------------------------------------------------------------------------------- +// $Id: OCMockRecorderTests.h 2 2004-08-24 17:00:05Z erik $ +// Copyright (c) 2004-2008 by Mulle Kybernetik. See License file for details. +//--------------------------------------------------------------------------------------- + +#import <SenTestingKit/SenTestingKit.h> + + +@interface OCMConstraintTests : SenTestCase +{ + BOOL didCallCustomConstraint; +} + +@end |