google-nomulus/javatests/google/registry/rdap
guyben 7202a38f8b Reimplement the RDAP Json creation using Jsonables
Currently we try to reimplemnet the same behavior of the existing code as much
as possible.

We only fix issues that go against the RFC7483, but we don't yet update the
code to follow the latest (15feb19) RDAP Response Profile. That will require a
much bigger change especially for the test files, so it'll wait for a followup
CL.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=246948018
2019-05-13 12:31:32 -04:00
..
testdata Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
AbstractJsonableObjectTest.java Add Jsonable and AbstractJsonableObject for easier RDAP object building 2019-05-06 16:27:59 -04:00
BUILD Add Jsonable and AbstractJsonableObject for easier RDAP object building 2019-05-06 16:27:59 -04:00
RdapActionBaseTest.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapActionBaseTestCase.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapDataStructuresTest.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapDomainActionTest.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapDomainSearchActionTest.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapEntityActionTest.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapEntitySearchActionTest.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapHelpActionTest.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapJsonFormatterTest.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapMetricsTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
RdapNameserverActionTest.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapNameserverSearchActionTest.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00
RdapSearchActionTestCase.java Simplify some of the RDAP Action classes 2019-05-06 16:23:05 -04:00
RdapSearchPatternTest.java Remove unnecessary "throws" declarations 2018-06-18 18:17:56 -04:00
RdapTestHelper.java Reimplement the RDAP Json creation using Jsonables 2019-05-13 12:31:32 -04:00