Skip to content

Updated dependencies #160

Updated dependencies

Updated dependencies #160

GitHub Actions / Unit Test Results succeeded Apr 13, 2024 in 0s

All 232 tests pass in 0s

    1 files  ±0      1 suites  ±0   0s ⏱️ ±0s
232 tests  - 1  232 ✔️  - 1  0 💤 ±0  0 ±0 
235 runs   - 1  235 ✔️  - 1  0 💤 ±0  0 ±0 

Results for commit c7d5c55. ± Comparison against earlier commit 9acc02c.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

232 tests found

There are 232 tests, see "Raw output" for the full list of tests.
Raw output
SystemTextJsonPatch.CustomNamingStrategyTests ‑ SystemTextJsonPatch.CustomNamingStrategyTests.AddPropertyToDynamicTestObjectWithCustomNamingStrategy
SystemTextJsonPatch.CustomNamingStrategyTests ‑ SystemTextJsonPatch.CustomNamingStrategyTests.CopyPropertyValueToDynamicTestObjectWithCustomNamingStrategy
SystemTextJsonPatch.CustomNamingStrategyTests ‑ SystemTextJsonPatch.CustomNamingStrategyTests.MovePropertyValueForExpandoObjectWithCustomNamingStrategy
SystemTextJsonPatch.CustomNamingStrategyTests ‑ SystemTextJsonPatch.CustomNamingStrategyTests.PatchDocumentOfTPathPropertyShouldFollowNamingPolicy
SystemTextJsonPatch.CustomNamingStrategyTests ‑ SystemTextJsonPatch.CustomNamingStrategyTests.PatchDocumentOfTPathPropertyShouldFollowNamingPolicyNested
SystemTextJsonPatch.CustomNamingStrategyTests ‑ SystemTextJsonPatch.CustomNamingStrategyTests.PatchDocumentOfTPathPropertyShouldNotChangeWhenNoOptionsDefined
SystemTextJsonPatch.CustomNamingStrategyTests ‑ SystemTextJsonPatch.CustomNamingStrategyTests.RemovePropertyDynamicTestObjectWithCustomNamingStrategy
SystemTextJsonPatch.CustomNamingStrategyTests ‑ SystemTextJsonPatch.CustomNamingStrategyTests.RemovePropertyFromDictionaryObjectWithCustomNamingStrategy
SystemTextJsonPatch.CustomNamingStrategyTests ‑ SystemTextJsonPatch.CustomNamingStrategyTests.ReplacePropertyValueForExpandoObjectWithCustomNamingStrategy
SystemTextJsonPatch.IntegrationTests.AnonymousObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.AnonymousObjectIntegrationTest.AddDoesNotReplace
SystemTextJsonPatch.IntegrationTests.AnonymousObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.AnonymousObjectIntegrationTest.AddNewPropertyShouldFail
SystemTextJsonPatch.IntegrationTests.AnonymousObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.AnonymousObjectIntegrationTest.AddNewPropertyToNestedAnonymousObjectShouldFail
SystemTextJsonPatch.IntegrationTests.AnonymousObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.AnonymousObjectIntegrationTest.MovePropertyShouldFail
SystemTextJsonPatch.IntegrationTests.AnonymousObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.AnonymousObjectIntegrationTest.RemovePropertyShouldFail
SystemTextJsonPatch.IntegrationTests.AnonymousObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.AnonymousObjectIntegrationTest.ReplacePropertyShouldFail
SystemTextJsonPatch.IntegrationTests.AnonymousObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.AnonymousObjectIntegrationTest.TestStringPropertyFails
SystemTextJsonPatch.IntegrationTests.AnonymousObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.AnonymousObjectIntegrationTest.TestStringPropertyIsSuccessful
SystemTextJsonPatch.IntegrationTests.DictionaryTest ‑ SystemTextJsonPatch.IntegrationTests.DictionaryTest.AddIntegerValueSucceeds
SystemTextJsonPatch.IntegrationTests.DictionaryTest ‑ SystemTextJsonPatch.IntegrationTests.DictionaryTest.AddReplacesPocoObjectSucceeds
SystemTextJsonPatch.IntegrationTests.DictionaryTest ‑ SystemTextJsonPatch.IntegrationTests.DictionaryTest.CopyIntegerValueSucceeds
SystemTextJsonPatch.IntegrationTests.DictionaryTest ‑ SystemTextJsonPatch.IntegrationTests.DictionaryTest.CopyPocoObjectSucceeds
SystemTextJsonPatch.IntegrationTests.DictionaryTest ‑ SystemTextJsonPatch.IntegrationTests.DictionaryTest.MoveIntegerValueSucceeds
SystemTextJsonPatch.IntegrationTests.DictionaryTest ‑ SystemTextJsonPatch.IntegrationTests.DictionaryTest.MovePocoObjectSucceeds
SystemTextJsonPatch.IntegrationTests.DictionaryTest ‑ SystemTextJsonPatch.IntegrationTests.DictionaryTest.RemoveIntegerValueSucceeds
SystemTextJsonPatch.IntegrationTests.DictionaryTest ‑ SystemTextJsonPatch.IntegrationTests.DictionaryTest.RemovePocoObjectSucceeds
SystemTextJsonPatch.IntegrationTests.DictionaryTest ‑ SystemTextJsonPatch.IntegrationTests.DictionaryTest.ReplaceIntegerValueSucceeds
SystemTextJsonPatch.IntegrationTests.DictionaryTest ‑ SystemTextJsonPatch.IntegrationTests.DictionaryTest.ReplacePocoObjectSucceeds
SystemTextJsonPatch.IntegrationTests.DictionaryTest ‑ SystemTextJsonPatch.IntegrationTests.DictionaryTest.ReplacePocoObjectWithEscapingSucceeds
SystemTextJsonPatch.IntegrationTests.DictionaryTest ‑ SystemTextJsonPatch.IntegrationTests.DictionaryTest.TestIntegerValueIsSuccessful
SystemTextJsonPatch.IntegrationTests.DictionaryTest ‑ SystemTextJsonPatch.IntegrationTests.DictionaryTest.TestPocoObjectFailsWhenTestValueIsNotEqualToObjectValue
SystemTextJsonPatch.IntegrationTests.DictionaryTest ‑ SystemTextJsonPatch.IntegrationTests.DictionaryTest.TestPocoObjectSucceeds
SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest.AddResultsShouldReplaceExistingPropertyValueInNestedDynamicObject
SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest.CopyPropertiesInNestedDynamicObject
SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest.MovePropertyValueFromDynamicObjectToTypedObject
SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest.MoveToNonExistingPropertyInDynamicObjectShouldAddNewProperty
SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest.RemoveFromNestedObjectInDynamicObjectMixedCaseThrowsPathNotFoundException
SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest.RemoveNestedPropertyFromDynamicObject
SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest.ReplaceNestedTypedObjectInDynamicObject
SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest.ShouldNotBeAbleToAddToNonExistingPropertyThatIsNotTheRoot
SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest.TestIntegerPropertyValueThrowsJsonPatchExceptionIfTestFails
SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.DynamicObjectIntegrationTest.TestStringPropertyValueIsSuccessful
SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest.AddNewIntProperty
SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest.AddNewPropertyToTypedObjectInExpandoObject
SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest.AddReplacesExistingProperty
SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest.AddReplacesExistingPropertyInNestedExpandoObject
SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest.CopyNullStringPropertyToAnotherStringProperty
SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest.CopyStringPropertyToAnotherStringProperty
SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest.MoveIntegerValueToAnotherIntegerProperty
SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest.MoveToNonExistingProperty
SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest.RemoveNestedProperty
SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest.RemoveStringProperty
SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest.ReplaceGuid
SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest.ShouldNotReplacePropertyWithDifferentCase
SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest.TestEmptyPropertyIsSuccessful
SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest.TestIntegerPropertyIsSuccessful
SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest.TestStringPropertyThrowsJsonPatchExceptionIfTestFails
SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ExpandoObjectIntegrationTest.TestValueAgainstEmptyPropertyThrowsJsonPatchExceptionIsSuccessful
SystemTextJsonPatch.IntegrationTests.HeterogenousCollectionTests ‑ SystemTextJsonPatch.IntegrationTests.HeterogenousCollectionTests.AddItemToList
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.AddToComplextTypeListSpecifyIndex
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.AddToIntegerIList
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.AddToListAppend
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.CopyFromListToEndOfList
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.CopyFromListToNonList
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.MoveFromListToNonListBetweenHierarchy
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.MoveKeepsObjectReferenceInList
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.MoveToEndOfList
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.RemoveFromEndOfList
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.RemoveFromList
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.RemoveFromListInvalidPosition(position: "-1")
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.RemoveFromListInvalidPosition(position: "3")
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.ReplaceAtEndOfList
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.ReplaceFullGenericListWithCollection
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.ReplaceFullListWithCollection
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.ReplaceInListInvalidPosition
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.TestInListInvalidPosition
SystemTextJsonPatch.IntegrationTests.ListIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.ListIntegrationTest.TestInListIsSuccessful
SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest.AddNewPropertyToExpandoOjectInTypedObject
SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest.AddReplacesExistingStringProperty
SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest.CopyBreaksObjectReference
SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest.CopyDeepClonesObject
SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest.CopyKeepsObjectType
SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest.CopyNullStringPropertyToAnotherStringProperty
SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest.CopyStringPropertyToAnotherStringProperty
SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest.MoveIntegerValueToAnotherIntegerProperty
SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest.MoveKeepsObjectReference
SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest.RemoveStringProperty
SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest.ReplaceDtoWithNullCheck
SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest.ReplaceNestedObjectWithSerialization
SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest.TestNestedObject
SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.NestedObjectIntegrationTest.TestStringPropertyInNestedObject
SystemTextJsonPatch.IntegrationTests.SimpleObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.SimpleObjectIntegrationTest.AddReplacesGuid
SystemTextJsonPatch.IntegrationTests.SimpleObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.SimpleObjectIntegrationTest.CopyNullStringPropertyToAnotherStringProperty
SystemTextJsonPatch.IntegrationTests.SimpleObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.SimpleObjectIntegrationTest.CopyStringPropertyToAnotherStringProperty
SystemTextJsonPatch.IntegrationTests.SimpleObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.SimpleObjectIntegrationTest.MoveIntegerPropertyToAnotherIntegerProperty
SystemTextJsonPatch.IntegrationTests.SimpleObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.SimpleObjectIntegrationTest.RegressionAspNetCore3634
SystemTextJsonPatch.IntegrationTests.SimpleObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.SimpleObjectIntegrationTest.RemoveDecimalPropertyValue
SystemTextJsonPatch.IntegrationTests.SimpleObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.SimpleObjectIntegrationTest.ReplaceGuid
SystemTextJsonPatch.IntegrationTests.SimpleObjectIntegrationTest ‑ SystemTextJsonPatch.IntegrationTests.SimpleObjectIntegrationTest.TestDoubleValueProperty
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddAppendsAtTheEnd(targetObject: [5, 10], expected: [5, 10, 20])
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddAppendsAtTheEnd(targetObject: [], expected: [20])
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddCompatibleTypeWorks
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddDifferentComplexTypeWorks(targetObject: ["a", "b"], value: "c", position: "-", expected: ["a", "b", "c"])
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddDifferentComplexTypeWorks(targetObject: ["a", "b"], value: "c", position: "0", expected: ["c", "a", "b"])
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddDifferentComplexTypeWorks(targetObject: ["a", "b"], value: "c", position: "1", expected: ["a", "c", "b"])
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddDifferentComplexTypeWorks(targetObject: [], value: "a", position: "-", expected: ["a"])
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddKeepsObjectReference(targetObject: [SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }, SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }], value: SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }, position: "-", expected: [SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }, SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }, SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }])
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddKeepsObjectReference(targetObject: [SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }, SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }], value: SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }, position: "0", expected: [SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }, SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }, SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }])
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddKeepsObjectReference(targetObject: [SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }, SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }], value: SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }, position: "1", expected: [SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }, SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }, SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }])
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddKeepsObjectReference(targetObject: [], value: SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }, position: "-", expected: [SimpleObject { AnotherIntegerValue = 0, AnotherStringProperty = null, DecimalValue = 0, DoubleValue = 0, FloatValue = 0, ··· }])
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddNonCompatibleTypeFails
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddNullObjectToReferenceTypeListWorks
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddWithIndexSameAsNumberOfElementsWorks
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddWithOutOfBoundsIndexFails(position: "-1")
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddWithOutOfBoundsIndexFails(position: "-2")
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.AddWithOutOfBoundsIndexFails(position: "3")
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.Get(input: [10, 20], position: "0", expected: 10)
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.Get(input: [10, 20], position: "1", expected: 20)
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.Get(input: [10], position: "0", expected: 10)
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.GetIndexOutOfBounds(input: [10, 20], position: "-1")
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.GetIndexOutOfBounds(input: [10, 20], position: "2")
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.GetIndexOutOfBounds(input: [], position: "0")
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.PatchOnArrayObjectFails
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.PatchOnNonGenericListObjectFails
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.PatchWithInvalidPositionFormatFails(position: "_")
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.PatchWithInvalidPositionFormatFails(position: "blah")
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.Remove(input: [10, 20], position: "0", expected: [20])
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.Remove(input: [10, 20], position: "1", expected: [10])
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.Remove(input: [10], position: "0", expected: [])
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.RemoveIndexOutOfBounds(input: [10, 20], position: "-1")
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.RemoveIndexOutOfBounds(input: [10, 20], position: "2")
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.RemoveIndexOutOfBounds(input: [], position: "0")
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.ReplaceNonCompatibleTypeFails
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.ReplaceReplacesValueAtGivenPosition(position: "0", expected: [30, 20])
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.ReplaceReplacesValueAtGivenPosition(position: "1", expected: [10, 30])
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.ReplaceReplacesValueAtTheEnd
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.TestDoesNotThrowExceptionIfTestIsSuccessful
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.TestThrowsJsonPatchExceptionIfListPositionOutOfBounds
SystemTextJsonPatch.Internal.ListAdapterTest ‑ SystemTextJsonPatch.Internal.ListAdapterTest.TestThrowsJsonPatchExceptionIfTestFails
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitDoesNotValidateFinalPathSegment
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitInvalidIndexFormatToArrayFails(position: "-")
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitInvalidIndexFormatToArrayFails(position: "foo")
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitInvalidIndexToArrayFails(position: "-1")
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitInvalidIndexToArrayFails(position: "0")
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitNullInteriorTargetReturnsFalse
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitNullTargetReturnsNullAdapter
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitValidPathReturnsExpandoAdapter(targetObject: Class1 { CountriesAndRegions = [], Items = [···], Name = null, States = [] }, path: "/Name", expectedTargetObject: Class1 { CountriesAndRegions = [], Items = [···], Name = null, States = [] })
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitValidPathReturnsExpandoAdapter(targetObject: Class1Nested { Customers = [Class1 { CountriesAndRegions = [···], Items = [···], Name = null, States = [···] }] }, path: "/Customers/0/Name", expectedTargetObject: Class1 { CountriesAndRegions = [], Items = [···], Name = null, States = [] })
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitValidPathReturnsExpandoAdapter(targetObject: [Class1 { CountriesAndRegions = [], Items = [···], Name = null, States = [] }], path: "/0/Name", expectedTargetObject: Class1 { CountriesAndRegions = [], Items = [···], Name = null, States = [] })
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitValidPathToArrayReturnsListAdapter(targetObject: Class1 { CountriesAndRegions = [], Items = [···], Name = null, States = [] }, path: "/States/-", expectedTargetObject: [])
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitValidPathToArrayReturnsListAdapter(targetObject: Class1Nested { Customers = [Class1 { CountriesAndRegions = [···], Items = [···], Name = null, States = [···] }] }, path: "/Customers/0/States/-", expectedTargetObject: [])
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitValidPathToArrayReturnsListAdapter(targetObject: Class1Nested { Customers = [Class1 { CountriesAndRegions = [···], Items = [···], Name = null, States = [···] }] }, path: "/Customers/0/States/0", expectedTargetObject: [])
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitValidPathToArrayReturnsListAdapter(targetObject: [Class1 { CountriesAndRegions = [], Items = [···], Name = null, States = [] }], path: "/0/States/-", expectedTargetObject: [])
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitValidPathToArrayReturnsListAdapter(targetObject: [], path: "/-", expectedTargetObject: [])
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitValidPathToDictionaryReturnsDictionaryAdapter(targetObject: Class1 { CountriesAndRegions = [], Items = [···], Name = null, States = [] }, path: "/CountriesAndRegions/USA", expectedTargetObject: [])
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitValidPathToDictionaryReturnsDictionaryAdapter(targetObject: Class1Nested { Customers = [Class1 { CountriesAndRegions = [···], Items = [···], Name = null, States = [···] }] }, path: "/Customers/0/CountriesAndRegions/USA", expectedTargetObject: [])
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitValidPathToDictionaryReturnsDictionaryAdapter(targetObject: [Class1 { CountriesAndRegions = [], Items = [···], Name = null, States = [] }], path: "/0/CountriesAndRegions/USA", expectedTargetObject: [])
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitValidPathToDictionaryReturnsDictionaryAdapter(targetObject: [], path: "/USA", expectedTargetObject: [])
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitValidPathToExpandoObjectReturnsExpandoAdapter(targetObject: Class1 { CountriesAndRegions = [], Items = [···], Name = null, States = [] }, path: "/Items/Name", expectedTargetObject: [···])
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitValidPathToExpandoObjectReturnsExpandoAdapter(targetObject: Class1Nested { Customers = [Class1 { CountriesAndRegions = [···], Items = [···], Name = null, States = [···] }] }, path: "/Customers/0/Items/Name", expectedTargetObject: [···])
SystemTextJsonPatch.Internal.ObjectVisitorTest ‑ SystemTextJsonPatch.Internal.ObjectVisitorTest.VisitValidPathToExpandoObjectReturnsExpandoAdapter(targetObject: [Class1 { CountriesAndRegions = [], Items = [···], Name = null, States = [] }], path: "/0/Items/Name", expectedTargetObject: [···])
SystemTextJsonPatch.Internal.ParsedPathTests ‑ SystemTextJsonPatch.Internal.ParsedPathTests.ParsingValidPathShouldSucceed(path: "foo/bar~0/~0/~1~1/~0~0/baz", expected: ["foo", "bar~", "~", "//", "~~", ···])
SystemTextJsonPatch.Internal.ParsedPathTests ‑ SystemTextJsonPatch.Internal.ParsedPathTests.ParsingValidPathShouldSucceed(path: "foo/bar~00baz", expected: ["foo", "bar~0baz"])
SystemTextJsonPatch.Internal.ParsedPathTests ‑ SystemTextJsonPatch.Internal.ParsedPathTests.ParsingValidPathShouldSucceed(path: "foo/bar~01baz", expected: ["foo", "bar~1baz"])
SystemTextJsonPatch.Internal.ParsedPathTests ‑ SystemTextJsonPatch.Internal.ParsedPathTests.ParsingValidPathShouldSucceed(path: "foo/bar~0baz", expected: ["foo", "bar~baz"])
SystemTextJsonPatch.Internal.ParsedPathTests ‑ SystemTextJsonPatch.Internal.ParsedPathTests.ParsingValidPathShouldSucceed(path: "foo/bar~10baz", expected: ["foo", "bar/0baz"])
SystemTextJsonPatch.Internal.ParsedPathTests ‑ SystemTextJsonPatch.Internal.ParsedPathTests.ParsingValidPathShouldSucceed(path: "foo/bar~1baz", expected: ["foo", "bar/baz"])
SystemTextJsonPatch.Internal.ParsedPathTests ‑ SystemTextJsonPatch.Internal.ParsedPathTests.ParsingValidPathShouldSucceed(path: "~0~1foo", expected: ["~/foo"])
SystemTextJsonPatch.Internal.ParsedPathTests ‑ SystemTextJsonPatch.Internal.ParsedPathTests.PathWithInvalidEscapeSequenceShouldFail(path: "foo/bar~")
SystemTextJsonPatch.Internal.ParsedPathTests ‑ SystemTextJsonPatch.Internal.ParsedPathTests.PathWithInvalidEscapeSequenceShouldFail(path: "foo~3bar")
SystemTextJsonPatch.Internal.ParsedPathTests ‑ SystemTextJsonPatch.Internal.ParsedPathTests.PathWithInvalidEscapeSequenceShouldFail(path: "~")
SystemTextJsonPatch.Internal.ParsedPathTests ‑ SystemTextJsonPatch.Internal.ParsedPathTests.PathWithInvalidEscapeSequenceShouldFail(path: "~2")
SystemTextJsonPatch.JsonPatchDocumentGetPathTest ‑ SystemTextJsonPatch.JsonPatchDocumentGetPathTest.ExpressionTypeArrayIndex
SystemTextJsonPatch.JsonPatchDocumentGetPathTest ‑ SystemTextJsonPatch.JsonPatchDocumentGetPathTest.ExpressionTypeCall
SystemTextJsonPatch.JsonPatchDocumentGetPathTest ‑ SystemTextJsonPatch.JsonPatchDocumentGetPathTest.ExpressionTypeConvert
SystemTextJsonPatch.JsonPatchDocumentGetPathTest ‑ SystemTextJsonPatch.JsonPatchDocumentGetPathTest.ExpressionTypeMemberAccess
SystemTextJsonPatch.JsonPatchDocumentGetPathTest ‑ SystemTextJsonPatch.JsonPatchDocumentGetPathTest.ExpressionTypeNotSupported
SystemTextJsonPatch.JsonPatchDocumentGetPathTest ‑ SystemTextJsonPatch.JsonPatchDocumentGetPathTest.ExpressionTypeParameterNullPosition
SystemTextJsonPatch.JsonPatchDocumentGetPathTest ‑ SystemTextJsonPatch.JsonPatchDocumentGetPathTest.ExpressionTypeParameterWithPosition
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ApplyToArrayAdd
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ApplyToArrayAddAndRemove
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ApplyToModelAdd
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ApplyToModelAddNull
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ApplyToModelCopy
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ApplyToModelMove
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ApplyToModelRemove
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ApplyToModelReplace
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ApplyToModelReplaceNull
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ApplyToModelTest1
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ApplyToModelTest2
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ReplaceArrayCell
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ReplaceJsonDocumentWithNewJson
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ReplaceJsonElementWithNewJson
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ReplaceJsonNodeWithNewJson
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ReplaceJsonObjInArray0Idx
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ReplaceJsonObjInArray1Idx
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ReplaceJsonObjInArrayLastIdx
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ReplaceJsonObjInArrayMultipleTimes
SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonObjectTest.ReplaceJsonProp
SystemTextJsonPatch.JsonPatchDocumentJsonPropertyAttributeTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonPropertyAttributeTest.AddRespectsJsonPropertyAttribute
SystemTextJsonPatch.JsonPatchDocumentJsonPropertyAttributeTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonPropertyAttributeTest.AddRespectsJsonPropertyAttributeWithDotWhitespaceAndBackslashInName
SystemTextJsonPatch.JsonPatchDocumentJsonPropertyAttributeTest ‑ SystemTextJsonPatch.JsonPatchDocumentJsonPropertyAttributeTest.MoveFallsbackToPropertyNameWhenJsonPropertyAttributeNameIsEmpty
SystemTextJsonPatch.JsonPatchDocumentTest ‑ SystemTextJsonPatch.JsonPatchDocumentTest.DeserializationFailsForInvalidJsonPatchDocument
SystemTextJsonPatch.JsonPatchDocumentTest ‑ SystemTextJsonPatch.JsonPatchDocumentTest.DeserializationFailsForInvalidTypedJsonPatchDocument
SystemTextJsonPatch.JsonPatchDocumentTest ‑ SystemTextJsonPatch.JsonPatchDocumentTest.DeserializationFailsWhenCommaMissing
SystemTextJsonPatch.JsonPatchDocumentTest ‑ SystemTextJsonPatch.JsonPatchDocumentTest.DeserializationSucceedsForValidJsonPatchDocumentMultipleOperation
SystemTextJsonPatch.JsonPatchDocumentTest ‑ SystemTextJsonPatch.JsonPatchDocumentTest.DeserializationSucceedsForValidJsonPatchDocumentSingleOperation
SystemTextJsonPatch.JsonPatchDocumentTest ‑ SystemTextJsonPatch.JsonPatchDocumentTest.DeserializationSuccessfulForValidJsonPatchDocument
SystemTextJsonPatch.JsonPatchDocumentTest ‑ SystemTextJsonPatch.JsonPatchDocumentTest.GenericPatchDocToNonGenericMustSerialize
SystemTextJsonPatch.JsonPatchDocumentTest ‑ SystemTextJsonPatch.JsonPatchDocumentTest.InvalidPathAtBeginningShouldThrowException
SystemTextJsonPatch.JsonPatchDocumentTest ‑ SystemTextJsonPatch.JsonPatchDocumentTest.InvalidPathAtEndShouldThrowException
SystemTextJsonPatch.JsonPatchDocumentTest ‑ SystemTextJsonPatch.JsonPatchDocumentTest.NonGenericPatchDocToGenericMustSerialize
SystemTextJsonPatch.Operations.OperationBaseTests ‑ SystemTextJsonPatch.Operations.OperationBaseTests.InvalidOperationTypeSetsOperationTypeInvalid(op: "coppy", operationType: Invalid)
SystemTextJsonPatch.Operations.OperationBaseTests ‑ SystemTextJsonPatch.Operations.OperationBaseTests.InvalidOperationTypeSetsOperationTypeInvalid(op: "invalid", operationType: Invalid)
SystemTextJsonPatch.Operations.OperationBaseTests ‑ SystemTextJsonPatch.Operations.OperationBaseTests.InvalidOperationTypeSetsOperationTypeInvalid(op: "notvalid", operationType: Invalid)
SystemTextJsonPatch.Operations.OperationBaseTests ‑ SystemTextJsonPatch.Operations.OperationBaseTests.SetValidOperationType(op: "ADd", operationType: Add)
SystemTextJsonPatch.Operations.OperationBaseTests ‑ SystemTextJsonPatch.Operations.OperationBaseTests.SetValidOperationType(op: "Copy", operationType: Copy)
SystemTextJsonPatch.Operations.OperationBaseTests ‑ SystemTextJsonPatch.Operations.OperationBaseTests.SetValidOperationType(op: "REMOVE", operationType: Remove)
SystemTextJsonPatch.Operations.OperationBaseTests ‑ SystemTextJsonPatch.Operations.OperationBaseTests.SetValidOperationType(op: "TeSt", operationType: Test)
SystemTextJsonPatch.Operations.OperationBaseTests ‑ SystemTextJsonPatch.Operations.OperationBaseTests.SetValidOperationType(op: "mOVE", operationType: Move)
SystemTextJsonPatch.Operations.OperationBaseTests ‑ SystemTextJsonPatch.Operations.OperationBaseTests.SetValidOperationType(op: "replace", operationType: Replace)
SystemTextJsonPatch.Test.Adapters.AdapterFactoryTests ‑ SystemTextJsonPatch.Test.Adapters.AdapterFactoryTests.GetListAdapterForListTargets
SystemTextJsonPatch.Tests.IntegrationTests.CustomConverterErrorMessagesTest ‑ SystemTextJsonPatch.Tests.IntegrationTests.CustomConverterErrorMessagesTest.JsonExceptionsFromCustomConvertersShouldBeShownAsIs
SystemTextJsonPatch.Tests.IntegrationTests.CustomConverterErrorMessagesTest ‑ SystemTextJsonPatch.Tests.IntegrationTests.CustomConverterErrorMessagesTest.JsonExceptionsFromSystemTextJsonSerializerShouldNotBeShown
SystemTextJsonPatch.Tests.IntegrationTests.CustomConverterIntegrationTest ‑ SystemTextJsonPatch.Tests.IntegrationTests.CustomConverterIntegrationTest.CopyUsesCustomConvertersForSerialization
SystemTextJsonPatch.Tests.IntegrationTests.CustomConverterIntegrationTest ‑ SystemTextJsonPatch.Tests.IntegrationTests.CustomConverterIntegrationTest.CopyUsesCustomConvertersForSerializationWhenDeserializingJsonPatch
SystemTextJsonPatch.Tests.IntegrationTests.DecimalComparisonTest ‑ SystemTextJsonPatch.Tests.IntegrationTests.DecimalComparisonTest.TestValuesShouldBeEqualRegardlessOfNumberOfDecimalZeroes
SystemTextJsonPatch.Tests.IntegrationTests.ErrorMessageTest ‑ SystemTextJsonPatch.Tests.IntegrationTests.ErrorMessageTest.JsonPatchHasErrorNotUsedInOperationDateTime
SystemTextJsonPatch.Tests.IntegrationTests.PatchDocumentParseTest ‑ SystemTextJsonPatch.Tests.IntegrationTests.PatchDocumentParseTest.DeserializeShouldFollowCaseInsensitiveSettingOfSystemTextJsonOptions
SystemTextJsonPatch.Tests.IntegrationTests.PatchDocumentParseTest ‑ SystemTextJsonPatch.Tests.IntegrationTests.PatchDocumentParseTest.DeserializeShouldFollowCaseInsensitiveSettingOfSystemTextJsonOptions2
SystemTextJsonPatch.Tests.IntegrationTests.PatchDocumentParseTest ‑ SystemTextJsonPatch.Tests.IntegrationTests.PatchDocumentParseTest.DeserializeShouldFollowCaseInsensitiveSettingOfSystemTextJsonOptions3
SystemTextJsonPatch.Tests.IntegrationTests.PatchDocumentSerializationTest ‑ SystemTextJsonPatch.Tests.IntegrationTests.PatchDocumentSerializationTest.SerializeShouldNotSerializeEmptyFrom
SystemTextJsonPatch.Tests.IntegrationTests.PatchDocumentSerializationTest ‑ SystemTextJsonPatch.Tests.IntegrationTests.PatchDocumentSerializationTest.SerializeShouldNotSerializeValueWhenOperationIsRemoveCopyMoveInvalid