diff options
Diffstat (limited to 'Unit Tests/mcpKitTest.h')
-rw-r--r-- | Unit Tests/mcpKitTest.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Unit Tests/mcpKitTest.h b/Unit Tests/mcpKitTest.h new file mode 100644 index 00000000..e692cd3c --- /dev/null +++ b/Unit Tests/mcpKitTest.h @@ -0,0 +1,18 @@ +// +// mcpKitTest.h +// sequel-pro +// +// Created by J Knight on 17/05/09. +// Copyright 2009 TalonEdge Ltd.. All rights reserved. +// + +#import <SenTestingKit/SenTestingKit.h> +#import "CMMCPConnection.h" +#import "CMMCPResult.h" + +@interface mcpKitTest : SenTestCase { + + CMMCPConnection *mySQLConnection; +} + +@end |