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