Skip to content

Instantly share code, notes, and snippets.

@chriswebb09
Created May 11, 2017 10:47
Show Gist options
  • Save chriswebb09/78881bd3eee9f9f328595ec233a1bf40 to your computer and use it in GitHub Desktop.
Save chriswebb09/78881bd3eee9f9f328595ec233a1bf40 to your computer and use it in GitHub Desktop.
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