mirror of
https://github.com/encounter/JSONAPI.git
synced 2026-03-30 11:18:38 -07:00
generate linuxmain
This commit is contained in:
@@ -35,6 +35,28 @@ extension Attribute_LiteralTests {
|
||||
]
|
||||
}
|
||||
|
||||
extension AttributesCompareTests {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
// to regenerate.
|
||||
static let __allTests__AttributesCompareTests = [
|
||||
("test_differentAttributes", test_differentAttributes),
|
||||
("test_sameAttributes", test_sameAttributes),
|
||||
]
|
||||
}
|
||||
|
||||
extension DocumentCompareTests {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
// to regenerate.
|
||||
static let __allTests__DocumentCompareTests = [
|
||||
("test_differentData", test_differentData),
|
||||
("test_differentErrors", test_differentErrors),
|
||||
("test_errorAndData", test_errorAndData),
|
||||
("test_same", test_same),
|
||||
]
|
||||
}
|
||||
|
||||
extension EntityCheckTests {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
@@ -58,6 +80,18 @@ extension Id_LiteralTests {
|
||||
]
|
||||
}
|
||||
|
||||
extension IncludesCompareTests {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
// to regenerate.
|
||||
static let __allTests__IncludesCompareTests = [
|
||||
("test_missing", test_missing),
|
||||
("test_same", test_same),
|
||||
("test_typeMismatch", test_typeMismatch),
|
||||
("test_valueMismatch", test_valueMismatch),
|
||||
]
|
||||
}
|
||||
|
||||
extension Relationship_LiteralTests {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
@@ -69,12 +103,26 @@ extension Relationship_LiteralTests {
|
||||
]
|
||||
}
|
||||
|
||||
extension ResourceObjectCompareTests {
|
||||
// DO NOT MODIFY: This is autogenerated, use:
|
||||
// `swift test --generate-linuxmain`
|
||||
// to regenerate.
|
||||
static let __allTests__ResourceObjectCompareTests = [
|
||||
("test_different", test_different),
|
||||
("test_same", test_same),
|
||||
]
|
||||
}
|
||||
|
||||
public func __allTests() -> [XCTestCaseEntry] {
|
||||
return [
|
||||
testCase(Attribute_LiteralTests.__allTests__Attribute_LiteralTests),
|
||||
testCase(AttributesCompareTests.__allTests__AttributesCompareTests),
|
||||
testCase(DocumentCompareTests.__allTests__DocumentCompareTests),
|
||||
testCase(EntityCheckTests.__allTests__EntityCheckTests),
|
||||
testCase(Id_LiteralTests.__allTests__Id_LiteralTests),
|
||||
testCase(IncludesCompareTests.__allTests__IncludesCompareTests),
|
||||
testCase(Relationship_LiteralTests.__allTests__Relationship_LiteralTests),
|
||||
testCase(ResourceObjectCompareTests.__allTests__ResourceObjectCompareTests),
|
||||
]
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user