Skip to content

Commit 2fbd4cb

Browse files
committed
fix assumption ii
1 parent d355740 commit 2fbd4cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google-http-client/src/test/java/com/google/api/client/http/javanet/NetHttpTransportTest.java

+3
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,15 @@
3737
import java.util.concurrent.Executors;
3838
import junit.framework.TestCase;
3939
import org.junit.Test;
40+
import org.junit.runner.RunWith;
41+
import org.junit.runners.JUnit4;
4042

4143
/**
4244
* Tests {@link NetHttpTransport}.
4345
*
4446
* @author Yaniv Inbar
4547
*/
48+
@RunWith(JUnit4.class)
4649
public class NetHttpTransportTest extends TestCase {
4750

4851
private static final String[] METHODS = {

0 commit comments

Comments
 (0)