mirror of
https://github.com/google/nomulus
synced 2026-09-18 22:14:23 +00:00
Migrate away fully from MockitoJUnitRunner
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=192291786
This commit is contained in:
@@ -22,15 +22,12 @@ import com.google.common.collect.ImmutableList;
|
||||
import google.registry.tools.server.ListDomainsAction;
|
||||
import java.util.List;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.mockito.runners.MockitoJUnitRunner;
|
||||
|
||||
/**
|
||||
* Unit tests for {@link ListDomainsCommand}.
|
||||
*
|
||||
* @see ListObjectsCommandTestCase
|
||||
*/
|
||||
@RunWith(MockitoJUnitRunner.class)
|
||||
public class ListDomainsCommandTest extends ListObjectsCommandTestCase<ListDomainsCommand> {
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user