11 references to Move
Microsoft.AspNetCore.JsonPatch.Tests (11)
CustomNamingStrategyTests.cs (1)
75patchDocument.Move("StringProperty", "AnotherStringProperty");
IntegrationTests\AnonymousObjectIntegrationTest.cs (1)
136patchDocument.Move("StringProperty", "AnotherStringProperty");
IntegrationTests\DictionaryIntegrationTest.cs (2)
72patchDocument.Move("/DictionaryOfStringToInteger/one", "/DictionaryOfStringToInteger/two"); 235patchDocument.Move($"/DictionaryOfStringToCustomer/{key1}/Name", $"/DictionaryOfStringToCustomer/{key2}/Name");
IntegrationTests\DynamicObjectIntegrationTest.cs (2)
96patchDocument.Move("StringProperty", "AnotherStringProperty"); 116patchDocument.Move("StringProperty", "SimpleObject/AnotherStringProperty");
IntegrationTests\ExpandoObjectIntegrationTest.cs (2)
225patchDocument.Move("IntegerValue", "AnotherIntegerValue"); 247patchDocument.Move("StringProperty", "AnotherStringProperty");
IntegrationTests\ListIntegrationTest.cs (1)
303patchDocument.Move("IntegerValue", "IntegerList/-");
IntegrationTests\SimpleObjectIntegrationTest.cs (2)
80patchDocument.Move("IntegerValue", "AnotherIntegerValue"); 155document.Move("/Object", "/Object/goodbye");