mirror of
https://github.com/google/nomulus
synced 2026-09-21 07:24:26 +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:
@@ -45,7 +45,12 @@ import org.junit.jupiter.api.BeforeEach;
|
|||||||
import org.junit.jupiter.api.Disabled;
|
import org.junit.jupiter.api.Disabled;
|
||||||
import org.junit.jupiter.api.Test;
|
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> {
|
class RdapDomainActionTest extends RdapActionBaseTestCase<RdapDomainAction> {
|
||||||
|
|
||||||
RdapDomainActionTest() {
|
RdapDomainActionTest() {
|
||||||
|
|||||||
Reference in New Issue
Block a user