6 references to Test
Microsoft.AspNetCore.JsonPatch.SystemTextJson.Tests (6)
IntegrationTests\AnonymousObjectIntegrationTest.cs (2)
136patchDocument.Test("StringProperty", "A"); 153patchDocument.Test("StringProperty", "B");
IntegrationTests\DictionaryIntegrationTest.cs (3)
20patchDocument.Test("/DictionaryOfStringToInteger/two", 2); 150patchDocument.Test($"/DictionaryOfStringToCustomer/{key1}/Name", "James"); 165patchDocument.Test($"/DictionaryOfStringToCustomer/{key1}/Name", "Mike");
IntegrationTests\SimpleObjectIntegrationTest.cs (1)
23patchDocument.Test("DoubleValue", 9.8);