summaryrefslogtreecommitdiffstats
path: root/third_party/ocmock/OCMock/OCObserverMockObjectTest.h
blob: 2ed46c32af891ac43963c2281e88fe4085a563eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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