From eb8562037968800396d50d53e01597f8195f7783 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Sun, 20 Oct 2019 22:30:15 -0700 Subject: [PATCH] regenerate swift test manifest --- Tests/JSONAPITests/XCTestManifests.swift | 49 ++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/Tests/JSONAPITests/XCTestManifests.swift b/Tests/JSONAPITests/XCTestManifests.swift index 4cde925..cd6323d 100644 --- a/Tests/JSONAPITests/XCTestManifests.swift +++ b/Tests/JSONAPITests/XCTestManifests.swift @@ -42,6 +42,17 @@ extension Attribute_FunctorTests { ] } +extension BasicJSONAPIErrorTests { + // DO NOT MODIFY: This is autogenerated, use: + // `swift test --generate-linuxmain` + // to regenerate. + static let __allTests__BasicJSONAPIErrorTests = [ + ("test_decodeAFewExamples", test_decodeAFewExamples), + ("test_definedFields", test_definedFields), + ("test_initAndEquality", test_initAndEquality), + ] +} + extension ComputedPropertiesTests { // DO NOT MODIFY: This is autogenerated, use: // `swift test --generate-linuxmain` @@ -145,6 +156,8 @@ extension DocumentTests { ("test_singleDocumentSomeIncludesWithMetadata_encode", test_singleDocumentSomeIncludesWithMetadata_encode), ("test_singleDocumentSomeIncludesWithMetadataWithAPIDescription", test_singleDocumentSomeIncludesWithMetadataWithAPIDescription), ("test_singleDocumentSomeIncludesWithMetadataWithAPIDescription_encode", test_singleDocumentSomeIncludesWithMetadataWithAPIDescription_encode), + ("test_singleSuccessDocumentNoIncludesAddIncludingType", test_singleSuccessDocumentNoIncludesAddIncludingType), + ("test_singleSuccessDocumentSomeIncludesAddIncludes", test_singleSuccessDocumentSomeIncludesAddIncludes), ("test_sparseIncludeFullPrimaryResource", test_sparseIncludeFullPrimaryResource), ("test_sparseIncludeSparsePrimaryResource", test_sparseIncludeSparsePrimaryResource), ("test_sparsePrimaryResource", test_sparsePrimaryResource), @@ -196,6 +209,21 @@ extension EmptyObjectDecoderTests { ] } +extension GenericJSONAPIErrorTests { + // DO NOT MODIFY: This is autogenerated, use: + // `swift test --generate-linuxmain` + // to regenerate. + static let __allTests__GenericJSONAPIErrorTests = [ + ("test_decodeKnown", test_decodeKnown), + ("test_decodeUnknown", test_decodeUnknown), + ("test_definedFields", test_definedFields), + ("test_encode", test_encode), + ("test_encodeUnknown", test_encodeUnknown), + ("test_initAndEquality", test_initAndEquality), + ("test_payloadAccess", test_payloadAccess), + ] +} + extension IncludedTests { // DO NOT MODIFY: This is autogenerated, use: // `swift test --generate-linuxmain` @@ -205,6 +233,8 @@ extension IncludedTests { ("test_ComboSparseAndFullIncludeTypes", test_ComboSparseAndFullIncludeTypes), ("test_EightDifferentIncludes", test_EightDifferentIncludes), ("test_EightDifferentIncludes_encode", test_EightDifferentIncludes_encode), + ("test_ElevenDifferentIncludes", test_ElevenDifferentIncludes), + ("test_ElevenDifferentIncludes_encode", test_ElevenDifferentIncludes_encode), ("test_FiveDifferentIncludes", test_FiveDifferentIncludes), ("test_FiveDifferentIncludes_encode", test_FiveDifferentIncludes_encode), ("test_FourDifferentIncludes", test_FourDifferentIncludes), @@ -323,6 +353,22 @@ extension ResourceBodyTests { ] } +extension ResourceObjectReplacingTests { + // DO NOT MODIFY: This is autogenerated, use: + // `swift test --generate-linuxmain` + // to regenerate. + static let __allTests__ResourceObjectReplacingTests = [ + ("test_replaceImmutableAttributes", test_replaceImmutableAttributes), + ("test_replaceImmutableRelationships", test_replaceImmutableRelationships), + ("test_replaceMutableAttributes", test_replaceMutableAttributes), + ("test_replaceMutableRelationships", test_replaceMutableRelationships), + ("test_tapImmutableAttributes", test_tapImmutableAttributes), + ("test_tapImmutableRelationships", test_tapImmutableRelationships), + ("test_tapMutableAttributes", test_tapMutableAttributes), + ("test_tapMutableRelationships", test_tapMutableRelationships), + ] +} + extension ResourceObjectTests { // DO NOT MODIFY: This is autogenerated, use: // `swift test --generate-linuxmain` @@ -442,16 +488,19 @@ public func __allTests() -> [XCTestCaseEntry] { testCase(APIDescriptionTests.__allTests__APIDescriptionTests), testCase(AttributeTests.__allTests__AttributeTests), testCase(Attribute_FunctorTests.__allTests__Attribute_FunctorTests), + testCase(BasicJSONAPIErrorTests.__allTests__BasicJSONAPIErrorTests), testCase(ComputedPropertiesTests.__allTests__ComputedPropertiesTests), testCase(CustomAttributesTests.__allTests__CustomAttributesTests), testCase(DocumentTests.__allTests__DocumentTests), testCase(EmptyObjectDecoderTests.__allTests__EmptyObjectDecoderTests), + testCase(GenericJSONAPIErrorTests.__allTests__GenericJSONAPIErrorTests), testCase(IncludedTests.__allTests__IncludedTests), testCase(LinksTests.__allTests__LinksTests), testCase(NonJSONAPIRelatableTests.__allTests__NonJSONAPIRelatableTests), testCase(PolyProxyTests.__allTests__PolyProxyTests), testCase(RelationshipTests.__allTests__RelationshipTests), testCase(ResourceBodyTests.__allTests__ResourceBodyTests), + testCase(ResourceObjectReplacingTests.__allTests__ResourceObjectReplacingTests), testCase(ResourceObjectTests.__allTests__ResourceObjectTests), testCase(SparseFieldEncoderTests.__allTests__SparseFieldEncoderTests), testCase(SparseFieldsetTests.__allTests__SparseFieldsetTests),