• This project
    • Loading...
  • Sign in

iOS / asi-http-request

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • asi-http-request
  • Frameworks
  • GHUnit.framework
  • Versions
  • A
  • Headers
  • GHTestApp.h
  • Ben Copsey's avatar
    Update Mac GHUnit · 189988f4 ...
    189988f4 Browse Files
    Tweak tests that rely on delegates notifying the test to make them more reliable
    Ben Copsey authored 2009-07-26 12:43:41 +0100
GHTestApp.h 393 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
//
//  GHTestApp.h
//  GHUnit
//
//  Created by Gabriel Handford on 1/20/09.
//  Copyright 2009. All rights reserved.
//

#import "GHTestWindowController.h"

#import "GHTestRunner.h"

@interface GHTestApp : NSObject {
	NSMutableArray *topLevelObjects_;
	
	GHTestWindowController *windowController_;
	
	GHTestSuite *suite_;
}

- (id)initWithSuite:(GHTestSuite *)suite;

- (void)runTests;

@end