mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 16:32:11 +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
|
@ -38,7 +38,7 @@ public class TmchSmdrlActionTest extends TmchActionTestCase {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void successSmdrl() throws Exception {
|
||||
public void testSuccess_smdrl() throws Exception {
|
||||
SignedMarkRevocationList smdrl = SignedMarkRevocationList.get();
|
||||
assertThat(smdrl.isSmdRevoked("0000001681375789102250-65535", now)).isFalse();
|
||||
assertThat(smdrl.isSmdRevoked("0000001681375789102250-65536", now)).isFalse();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue