mirror of
https://github.com/encounter/JSONAPI.git
synced 2026-03-30 11:18:38 -07:00
16 lines
269 B
Swift
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
|