mirror of
https://github.com/google/nomulus.git
synced 2025-05-28 16:30:12 +02:00
Add command for creating LRP tokens
Command allows for both one-off creation and bulk import of assignees via file (the latter will be used for the initial import from Play Store). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133048360
This commit is contained in:
parent
1a050554fe
commit
75203918a9
7 changed files with 404 additions and 5 deletions
|
@ -26,8 +26,7 @@ import org.junit.Before;
|
|||
import org.junit.Test;
|
||||
|
||||
/** Unit tests for {@link GetLrpTokenCommand}. */
|
||||
public class GetLrpTokenCommandTest
|
||||
extends CommandTestCase<GetLrpTokenCommand> {
|
||||
public class GetLrpTokenCommandTest extends CommandTestCase<GetLrpTokenCommand> {
|
||||
|
||||
@Before
|
||||
public void before() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue