mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-21 10:04:16 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user