Chris@30: // Chris@30: // native_fft_testTests.m Chris@30: // native-fft-testTests Chris@30: // Chris@30: // Created by Chris Cannam on 17/10/2015. Chris@30: // Copyright (c) 2015 Chris Cannam. All rights reserved. Chris@30: // Chris@30: Chris@30: #import Chris@30: #import Chris@30: Chris@30: @interface native_fft_testTests : XCTestCase Chris@30: Chris@30: @end Chris@30: Chris@30: @implementation native_fft_testTests Chris@30: Chris@30: - (void)setUp { Chris@30: [super setUp]; Chris@30: // Put setup code here. This method is called before the invocation of each test method in the class. Chris@30: } Chris@30: Chris@30: - (void)tearDown { Chris@30: // Put teardown code here. This method is called after the invocation of each test method in the class. Chris@30: [super tearDown]; Chris@30: } Chris@30: Chris@30: - (void)testExample { Chris@30: // This is an example of a functional test case. Chris@30: XCTAssert(YES, @"Pass"); Chris@30: } Chris@30: Chris@30: - (void)testPerformanceExample { Chris@30: // This is an example of a performance test case. Chris@30: [self measureBlock:^{ Chris@30: // Put the code you want to measure the time of here. Chris@30: }]; Chris@30: } Chris@30: Chris@30: @end