mirror of
https://github.com/google/nomulus.git
synced 2025-06-28 23:33:36 +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
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue