mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02:00
Add missing @Test, @Before, or @After annotations to JUnit4 test, setUp, or tearDown methods; reduce the visibility of test helper methods to prevent them from being confused for tests; and/or add @Ignore to purposely disabled tests.
This paves the way for [] which expands the set of classes Blaze will check for possible test methods that are not properly annotated. For more details and FAQs please see: [] Tested: TAP --sample for global presubmit queue [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=161795590
This commit is contained in:
parent
fc327ec9fb
commit
ea4572b4b5
2 changed files with 10 additions and 0 deletions
|
@ -169,6 +169,7 @@ public class SetupOteCommandTest extends CommandTestCase<SetupOteCommand> {
|
|||
verifyRegistrarCreation("blobio-4", "blobio-ga", passwords.get(3), ipAddresses);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testSuccess_alternatePremiumList() throws Exception {
|
||||
runCommandForced(
|
||||
"--ip_whitelist=1.1.1.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue