Monotone-Parent: 9b3ca8d1aaa3b15df09c58887d1e37a7aa3e21cc

Monotone-Revision: 198521b8ef49be92b78cac25495a2439d4763792

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-01-08T15:46:00
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-01-08 15:46:00 +00:00
parent 38c31ba2aa
commit 29ddd6719e
7 changed files with 255 additions and 131 deletions
+4 -9
View File
@@ -29,23 +29,18 @@
@class NSArray;
@class NSMutableArray;
typedef enum {
SOGoTestFailureSuccess = 0,
SOGoTestFailureFailure = 1,
SOGoTestFailureError = 2,
} SOGoTestFailureCode;
@class SOGoTestRunner;
@interface SOGoTest : NSObject
{
NSMutableArray *messages;
int testCount;
int failuresCount;
int errorsCount;
SOGoTestRunner *testRunner;
BOOL hasFailed;
}
+ (NSArray *) allTestClasses;
- (void) setTestRunner: (SOGoTestRunner *) newTestRunner;
- (void) setUp;
- (void) tearDown;