mirror of
https://github.com/google/nomulus.git
synced 2025-07-30 14:36:28 +02: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:
parent
276c188e9d
commit
835f93f555
1 changed files with 6 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue