Skip to content

Instantly share code, notes, and snippets.

@thexande
Created December 20, 2018 05:03
Show Gist options
  • Save thexande/ee295c477925118bfa6a1f30688258ed to your computer and use it in GitHub Desktop.
Save thexande/ee295c477925118bfa6a1f30688258ed to your computer and use it in GitHub Desktop.
extension XCTestCase {
func withCache(initialRecords: RecordSet? = nil,
execute test: (NormalizedCache) throws -> ()) rethrows {
return try InMemoryTestCacheProvider.withCache(initialRecords: initialRecords,
execute: test)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment