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:
ctingue 2016-09-13 14:32:03 -07:00 committed by Ben McIlwain
parent 1a050554fe
commit 75203918a9
7 changed files with 404 additions and 5 deletions

View file

@ -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() {