12 references to Test
Microsoft.AspNetCore.JsonPatch.Tests (12)
IntegrationTests\AnonymousObjectIntegrationTest.cs (2)
160patchDocument.Test("StringProperty", "A"); 177patchDocument.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\DynamicObjectIntegrationTest.cs (2)
205patchDocument.Test("Property", "A"); 222patchDocument.Test("Nested/IntegerList/0", 2);
IntegrationTests\ExpandoObjectIntegrationTest.cs (4)
116patchDocument.Test("Test", 1); 130patchDocument.Test("Test", ""); 144patchDocument.Test("Test", "TestValue"); 165patchDocument.Test("Test", "TestValue");
IntegrationTests\SimpleObjectIntegrationTest.cs (1)
23patchDocument.Test("DoubleValue", 9.8);