Skip to content

Commit fc53747

Browse files
authored
xds: annotate XdsRoutingLoadBalancerTest with RunWith (#6855)
This is required inside google for all tests.
1 parent 2e3ad1d commit fc53747

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xds/src/test/java/io/grpc/xds/XdsRoutingLoadBalancerTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,14 @@
6161
import org.junit.After;
6262
import org.junit.Before;
6363
import org.junit.Test;
64+
import org.junit.runner.RunWith;
65+
import org.junit.runners.JUnit4;
6466
import org.mockito.ArgumentCaptor;
6567
import org.mockito.Mock;
6668
import org.mockito.MockitoAnnotations;
6769

6870
/** Tests for {@link XdsRoutingLoadBalancer}. */
71+
@RunWith(JUnit4.class)
6972
public class XdsRoutingLoadBalancerTest {
7073

7174
private final List<LoadBalancer> fooBalancers = new ArrayList<>();

0 commit comments

Comments
 (0)