Files
Progress-backup/ProgressTests/ProgressTests.m
Zhigang Fang 604c3d3ce3 Initial Commit
2012-12-30 16:04:26 +08:00

33 lines
441 B
Objective-C

//
// ProgressTests.m
// ProgressTests
//
// Created by Kyle Fang on 12/30/12.
// Copyright (c) 2012 kylefang. All rights reserved.
//
#import "ProgressTests.h"
@implementation ProgressTests
- (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 ProgressTests");
}
@end