Files
JSONAPI/Tests/JSONAPIArbitraryTests/XCTestManifests.swift
T
2019-01-20 18:34:24 -08:00

16 lines
269 B
Swift

import XCTest
extension PlaceholderTests {
static let __allTests = [
("test_Placeholder", test_Placeholder),
]
}
#if !os(macOS)
public func __allTests() -> [XCTestCaseEntry] {
return [
testCase(PlaceholderTests.__allTests),
]
}
#endif