mirror of
https://github.com/google/nomulus
synced 2026-09-05 15:46:55 +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:
@@ -43,7 +43,7 @@ public class EppConsoleActionTest extends ShardableTestCase {
|
||||
.build();
|
||||
|
||||
@Test
|
||||
public void doTest() {
|
||||
public void testAction() {
|
||||
EppConsoleAction action = new EppConsoleAction();
|
||||
action.inputXmlBytes = INPUT_XML_BYTES;
|
||||
action.session = new FakeHttpSession();
|
||||
|
||||
Reference in New Issue
Block a user