You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
472 B
33 lines
472 B
// |
|
// FeedbackDemoTests.m |
|
// FeedbackDemoTests |
|
// |
|
// Created by Andrew Wooster on 3/18/11. |
|
// Copyright 2011 Apptentive, Inc.. All rights reserved. |
|
// |
|
|
|
#import "FeedbackDemoTests.h" |
|
|
|
|
|
@implementation FeedbackDemoTests |
|
|
|
- (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 FeedbackDemoTests"); |
|
} |
|
|
|
@end
|
|
|