mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Migrate away fully from MockitoJUnitRunner
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=192291786
This commit is contained in:
parent
8f1848e32e
commit
183dae6e80
14 changed files with 134 additions and 128 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue