blob: 576d3491cdcf4cf2acf0ea7541e354270e434a00 (
plain) (
tree)
|
|
//
// ManaPlusTests.m
// ManaPlusTests
//
// Created by Philippe Groarke on 2012-12-03.
// Copyright (c) 2012 evolonline. All rights reserved.
//
#import "ManaPlusTests.h"
@implementation ManaPlusTests
- (void)setUp
{
[super setUp];
// Set-up code here.
}
- (void)tearDown
{
// Tear-down code here.
[super tearDown];
}
- (void)testExample
{
STFail(@"Unit tests are not implemented yet in ManaPlusTests");
}
@end
|