We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3ad1d commit fc53747Copy full SHA for fc53747
xds/src/test/java/io/grpc/xds/XdsRoutingLoadBalancerTest.java
@@ -61,11 +61,14 @@
61
import org.junit.After;
62
import org.junit.Before;
63
import org.junit.Test;
64
+import org.junit.runner.RunWith;
65
+import org.junit.runners.JUnit4;
66
import org.mockito.ArgumentCaptor;
67
import org.mockito.Mock;
68
import org.mockito.MockitoAnnotations;
69
70
/** Tests for {@link XdsRoutingLoadBalancer}. */
71
+@RunWith(JUnit4.class)
72
public class XdsRoutingLoadBalancerTest {
73
74
private final List<LoadBalancer> fooBalancers = new ArrayList<>();
0 commit comments