Files
2015-06-25 23:23:27 -07:00

35 lines
703 B
Objective-C

//
// EZAudioPlayFileExampleTests.m
// EZAudioPlayFileExampleTests
//
// Created by Syed Haris Ali on 12/16/13.
// Copyright (c) 2015 Syed Haris Ali. All rights reserved.
//
#import <XCTest/XCTest.h>
@interface EZAudioPlayFileExampleTests : XCTestCase
@end
@implementation EZAudioPlayFileExampleTests
- (void)setUp
{
[super setUp];
// Put setup code here. This method is called before the invocation of each test method in the class.
}
- (void)tearDown
{
// Put teardown code here. This method is called after the invocation of each test method in the class.
[super tearDown];
}
- (void)testExample
{
XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
}
@end