From 32d584099f0b1640bd564755b9b485e3bc867083 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Mon, 5 Aug 2019 14:51:48 -0700 Subject: [PATCH] Update linuxmain --- Tests/JSONAPITests/XCTestManifests.swift | 43 ++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/Tests/JSONAPITests/XCTestManifests.swift b/Tests/JSONAPITests/XCTestManifests.swift index 46edbba..3011985 100644 --- a/Tests/JSONAPITests/XCTestManifests.swift +++ b/Tests/JSONAPITests/XCTestManifests.swift @@ -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), ] }