mirror of https://github.com/grpc/grpc-java.git
xds: annotate XdsRoutingLoadBalancerTest with RunWith (#6855)
This is required inside google for all tests.
This commit is contained in:
parent
2e3ad1de25
commit
fc53747f1f
|
|
@ -61,11 +61,14 @@ import java.util.List;
|
|||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.JUnit4;
|
||||
import org.mockito.ArgumentCaptor;
|
||||
import org.mockito.Mock;
|
||||
import org.mockito.MockitoAnnotations;
|
||||
|
||||
/** Tests for {@link XdsRoutingLoadBalancer}. */
|
||||
@RunWith(JUnit4.class)
|
||||
public class XdsRoutingLoadBalancerTest {
|
||||
|
||||
private final List<LoadBalancer> fooBalancers = new ArrayList<>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue