We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d355740 commit 2fbd4cbCopy full SHA for 2fbd4cb
google-http-client/src/test/java/com/google/api/client/http/javanet/NetHttpTransportTest.java
@@ -37,12 +37,15 @@
37
import java.util.concurrent.Executors;
38
import junit.framework.TestCase;
39
import org.junit.Test;
40
+import org.junit.runner.RunWith;
41
+import org.junit.runners.JUnit4;
42
43
/**
44
* Tests {@link NetHttpTransport}.
45
*
46
* @author Yaniv Inbar
47
*/
48
+@RunWith(JUnit4.class)
49
public class NetHttpTransportTest extends TestCase {
50
51
private static final String[] METHODS = {
0 commit comments