google-nomulus/javatests/google/registry/ui/server/registrar
guyben 01591ff88e Clarify diff display of MutatingCommand
Tools inheriting from MutatingCommand print out the change they are going to
make and then ask the user to confirm that this is indeed what they wanted to
do.

The change is outputted as a list of updated values in the form

key -> [oldValue, newValue]

e.g.

dnsPaused -> [true, false]

This CL will change the output to be clearer:

key: oldValue -> newValue

e.g.

dnsPaused: true -> false

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=170853745
2017-10-04 16:16:45 -04:00
..
testdata Clarify diff display of MutatingCommand 2017-10-04 16:16:45 -04:00
BUILD Change registrar console login code in preparation for removing requireLogin 2017-06-21 09:56:10 -04:00
ConsoleUiActionTest.java Allow admins to access registrar console without a RegistrarContact 2017-08-29 15:43:36 -04:00
ContactSettingsTest.java Make Registrar load methods return Optionals instead of Nullables 2017-08-01 16:58:59 -04:00
RegistrarPaymentActionTest.java Make Registrar load methods return Optionals instead of Nullables 2017-08-01 16:58:59 -04:00
RegistrarPaymentSetupActionTest.java Make Registrar load methods return Optionals instead of Nullables 2017-08-01 16:58:59 -04:00
RegistrarSettingsActionTest.java Make Registrar load methods return Optionals instead of Nullables 2017-08-01 16:58:59 -04:00
RegistrarSettingsActionTestCase.java Make Registrar load methods return Optionals instead of Nullables 2017-08-01 16:58:59 -04:00
SecuritySettingsTest.java Make Registrar load methods return Optionals instead of Nullables 2017-08-01 16:58:59 -04:00
SendEmailUtilsTest.java Remove some unnecessary uses of MockitoJUnitRunner, which is discouraged 2017-04-26 10:45:45 -04:00
SessionUtilsTest.java Allow admins to access registrar console without a RegistrarContact 2017-08-29 15:43:36 -04:00
WhoisSettingsTest.java Make Registrar load methods return Optionals instead of Nullables 2017-08-01 16:58:59 -04:00