1
0
mirror of https://github.com/google/nomulus synced 2026-01-11 00:10:36 +00:00

Add a reference to RDAP conformance checker (#1358)

* Add a reference to RDAP conformance checker

Make a note of the RDAP conformance checker for the next time that we deal
with the RDAP code - would be nice to have this in the test suite.

* Reformat comment
This commit is contained in:
Michael Muller
2021-10-07 12:34:41 -04:00
committed by GitHub
parent 276c188e9d
commit 835f93f555

View File

@@ -45,7 +45,12 @@ import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
/** Unit tests for {@link RdapDomainAction}. */
/**
* Unit tests for {@link RdapDomainAction}.
*
* <p>TODO(b/26872828): The next time we do any work on RDAP, consider adding the APNIC RDAP
* conformance checker to the unit test suite.
*/
class RdapDomainActionTest extends RdapActionBaseTestCase<RdapDomainAction> {
RdapDomainActionTest() {