Created
May 11, 2017 10:47
-
-
Save chriswebb09/78881bd3eee9f9f328595ec233a1bf40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import XCTest | |
import AVFoundation | |
@testable import Musicly | |
class MusiclyTests: XCTestCase { | |
// Boiler plate | |
func testDataStore() { | |
let dataSource = iTrackDataStore(searchTerm: "new") | |
let expect = expectation(description: "Data store calls APIClient to access server data and returns iTrack data array.") | |
// Rest of test | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment