summaryrefslogtreecommitdiffstats
path: root/third_party/ocmock/OCMockRecorderTests.h
blob: f0783e18565c550660c7f8c96493dfec9a4ab4e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//---------------------------------------------------------------------------------------
//  $Id: OCMockRecorderTests.h 21 2008-01-24 18:59:39Z erik $
//  Copyright (c) 2004-2008 by Mulle Kybernetik. See License file for details.
//---------------------------------------------------------------------------------------

#import <SenTestingKit/SenTestingKit.h>

@interface OCMockRecorderTests : SenTestCase 
{
	NSInvocation *testInvocation;
}

@end