Add RunWith annotation to AutoWindowSizingOnTest

This commit is contained in:
nmittler 2016-08-24 09:54:26 -07:00
parent 7c847acf57
commit f254fadfbe
1 changed files with 3 additions and 0 deletions

View File

@ -39,7 +39,10 @@ import io.grpc.netty.NettyServerBuilder;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
@RunWith(JUnit4.class)
public class AutoWindowSizingOnTest extends AbstractInteropTest {
@BeforeClass