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.
34 lines
472 B
34 lines
472 B
9 years ago
|
//
|
||
|
// 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
|