mirror of
https://github.com/zhigang1992/Progress-backup.git
synced 2026-01-12 16:33:13 +08:00
33 lines
441 B
Objective-C
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
|