google-nomulus/javatests/google/registry/flows
cgoldfeder 0b1781b110 Make LINKED into a virtual status value
* Remove LINKED when loading an EppResource
* Enforce that you can't add it to a resource
* Ignore LINKED on xjc import of contacts and hosts

After running ResaveAllEppResourcesAction we will no
longer have persisted LINKED statuses in datastore.

In the process of writing this I discovered that RDAP
treats LINKED like any other status value and returns
the persisted value rather than the derived one. Since
this is an existing bug and is orthogonal to the changes
in this CL, I am addressing it in a separate CL.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=145585227
2017-01-30 15:03:53 -05:00
..
contact Move ConfigModule and LocalTestConfig into RegistryConfig 2017-01-09 12:01:09 -05:00
custom Add FlowMetadata (containing isSuperuser) to custom flow logic 2017-01-25 12:25:34 -05:00
domain Make LINKED into a virtual status value 2017-01-30 15:03:53 -05:00
host Move the async [] classes out of the flows package 2016-12-19 11:09:19 -05:00
poll Move ExceptionRule up to FlowTestCase 2016-10-14 16:58:07 -04:00
session Remove the unused flags extension 2017-01-09 11:59:04 -05:00
testdata Remove the unused flags extension 2017-01-09 11:59:04 -05:00
BUILD Add MOE equivalence for sync on 2016-12-19 2017-01-09 11:59:04 -05:00
CheckApiActionTest.java Make all but one field on RegistryConfig static 2017-01-09 12:01:09 -05:00
EppCommitLogsTest.java Use enum instead of boolean for TMCH CA mode 2017-01-18 11:11:35 -05:00
EppConsoleActionTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppControllerTest.java Remove old json logging from flows 2016-11-02 15:19:34 -04:00
EppLifecycleContactTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppLifecycleDomainApplicationTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppLifecycleDomainTest.java Flatten the domain and application create flows 2016-10-19 13:08:33 -04:00
EppLifecycleHostTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppLoggedOutTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppLoginAdminUserTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppLoginTlsTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppLoginUserTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppTestCase.java Use enum instead of boolean for TMCH CA mode 2017-01-18 11:11:35 -05:00
EppTestComponent.java Use enum instead of boolean for TMCH CA mode 2017-01-18 11:11:35 -05:00
EppTlsActionTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppToolActionTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppXmlTransformerTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
EppXxeAttackTest.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ExtensionManagerTest.java Simplify the fee extensions. 2016-11-10 11:09:23 -05:00
FlowRunnerTest.java Turn Flow into an interface and inject all its fields 2016-11-02 15:19:34 -04:00
FlowTestCase.java Add FlowMetadata (containing isSuperuser) to custom flow logic 2017-01-25 12:25:34 -05:00
ResourceCheckFlowTestCase.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
ResourceFlowTestCase.java Remove LoggedInFlow 2016-11-02 15:19:34 -04:00