diff options
Diffstat (limited to 'third_party/ocmock/OCMock/OCObserverMockObjectTest.h')
-rw-r--r-- | third_party/ocmock/OCMock/OCObserverMockObjectTest.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/ocmock/OCMock/OCObserverMockObjectTest.h b/third_party/ocmock/OCMock/OCObserverMockObjectTest.h new file mode 100644 index 0000000..2ed46c3 --- /dev/null +++ b/third_party/ocmock/OCMock/OCObserverMockObjectTest.h @@ -0,0 +1,16 @@ +//--------------------------------------------------------------------------------------- +// $Id: OCObserverMockObject.h $ +// Copyright (c) 2009 by Mulle Kybernetik. See License file for details. +//--------------------------------------------------------------------------------------- + +#import <SenTestingKit/SenTestingKit.h> + + +@interface OCObserverMockObjectTest : SenTestCase +{ + NSNotificationCenter *center; + + id mock; +} + +@end |