Update linuxmain

This commit is contained in:
Mathew Polzin
2019-08-05 14:51:48 -07:00
parent 9a07cf7066
commit 32d584099f
+43
View File
@@ -173,6 +173,24 @@ extension DocumentTests {
]
}
extension EmptyObjectDecoderTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__EmptyObjectDecoderTests = [
("testEmptyArray", testEmptyArray),
("testEmptyStruct", testEmptyStruct),
("testKeysAndCodingPath", testKeysAndCodingPath),
("testNonEmptyArray", testNonEmptyArray),
("testNonEmptyStruct", testNonEmptyStruct),
("testWantingNestedKeyed", testWantingNestedKeyed),
("testWantingNestedUnkeyed", testWantingNestedUnkeyed),
("testWantingNil", testWantingNil),
("testWantingSingleValue", testWantingSingleValue),
("testWantsSuper", testWantsSuper),
]
}
extension EntityTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
@@ -406,6 +424,28 @@ extension ResourceBodyTests {
("test_manyResourceBodyMerge", test_manyResourceBodyMerge),
("test_singleResourceBody", test_singleResourceBody),
("test_singleResourceBody_encode", test_singleResourceBody_encode),
("test_SparseManyBodyEncode", test_SparseManyBodyEncode),
("test_SparseSingleBodyEncode", test_SparseSingleBodyEncode),
]
}
extension SparseFieldEncoderTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__SparseFieldEncoderTests = [
("test_placeholder", test_placeholder),
]
}
extension SparseFieldsetTests {
// DO NOT MODIFY: This is autogenerated, use:
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__SparseFieldsetTests = [
("test_FullEncode", test_FullEncode),
("test_PartialEncode", test_PartialEncode),
("test_sparseFieldsMethod", test_sparseFieldsMethod),
]
}
@@ -427,6 +467,7 @@ public func __allTests() -> [XCTestCaseEntry] {
testCase(ComputedPropertiesTests.__allTests__ComputedPropertiesTests),
testCase(CustomAttributesTests.__allTests__CustomAttributesTests),
testCase(DocumentTests.__allTests__DocumentTests),
testCase(EmptyObjectDecoderTests.__allTests__EmptyObjectDecoderTests),
testCase(EntityTests.__allTests__EntityTests),
testCase(IncludedTests.__allTests__IncludedTests),
testCase(LinksTests.__allTests__LinksTests),
@@ -435,6 +476,8 @@ public func __allTests() -> [XCTestCaseEntry] {
testCase(PolyTests.__allTests__PolyTests),
testCase(RelationshipTests.__allTests__RelationshipTests),
testCase(ResourceBodyTests.__allTests__ResourceBodyTests),
testCase(SparseFieldEncoderTests.__allTests__SparseFieldEncoderTests),
testCase(SparseFieldsetTests.__allTests__SparseFieldsetTests),
testCase(TransformerTests.__allTests__TransformerTests),
]
}