mirror of
https://github.com/google/nomulus
synced 2026-09-19 06:32:00 +00:00
Standardize test methods to be prefixed with "test"
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=131176866
This commit is contained in:
@@ -78,7 +78,7 @@ public class NameserverWhoisResponseTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void getTextOutputTest() {
|
||||
public void testGetTextOutput() {
|
||||
NameserverWhoisResponse nameserverWhoisResponse =
|
||||
new NameserverWhoisResponse(hostResource1, clock.nowUtc());
|
||||
assertThat(nameserverWhoisResponse.getPlainTextOutput(false, "Doodle Disclaimer"))
|
||||
@@ -86,7 +86,7 @@ public class NameserverWhoisResponseTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void getMultipleNameserversResponse() {
|
||||
public void testGetMultipleNameserversResponse() {
|
||||
NameserverWhoisResponse nameserverWhoisResponse =
|
||||
new NameserverWhoisResponse(ImmutableList.of(hostResource1, hostResource2), clock.nowUtc());
|
||||
assertThat(nameserverWhoisResponse.getPlainTextOutput(false, "Doodle Disclaimer"))
|
||||
|
||||
Reference in New Issue
Block a user