Sha256: 92717d040377e2c3f939b0c7114b2eb086b42f70d68f128813688a67104240b2

Contents?: true

Size: 581 Bytes

Versions: 3

Compression:

Stored size: 581 Bytes

Contents

//
//  CatchOCTestCase.h
//  OCTest
//
//  Created by Phil on 13/11/2010.
//  Copyright 2010 Two Blue Cubes Ltd. All rights reserved.
//
//  Distributed under the Boost Software License, Version 1.0. (See accompanying
//  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef TWOBLUECUBES_CATCHOCTESTCASE_H_INCLUDED
#define TWOBLUECUBES_CATCHOCTESTCASE_H_INCLUDED

#include "catch.hpp"

#import <Cocoa/Cocoa.h>
#import "TestObj.h"

@interface TestFixture : NSObject <OcFixture>
{
    TestObj* obj;
}

@end

#endif // TWOBLUECUBES_CATCHOCTESTCASE_H_INCLUDED

Version data entries

3 entries across 1 versions & 1 rubygems

Version Path
redsnow-0.3.2 ext/snowcrash/ext/markdown-parser/test/ext/Catch/projects/XCode/OCTest/OCTest/CatchOCTestCase.h
redsnow-0.3.2 ext/snowcrash/test/vendor/Catch/projects/XCode3/OCTest/CatchOCTestCase.h
redsnow-0.3.2 ext/snowcrash/test/vendor/Catch/projects/XCode4/OCTest/OCTest/CatchOCTestCase.h