mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 08:52:12 +02: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:
parent
52bb8a5773
commit
8f0f701ff7
9 changed files with 43 additions and 46 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue