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