Add missing @RunWith.

This commit is contained in:
Xudong Ma 2015-03-18 11:22:49 +08:00
parent f38c2a06d9
commit 3db92977fa
1 changed files with 3 additions and 0 deletions

View File

@ -41,10 +41,13 @@ import io.netty.channel.local.LocalServerChannel;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
/**
* Run transport tests over the Netty in-process channel.
*/
@RunWith(JUnit4.class)
public class Http2NettyLocalChannelTest extends AbstractTransportTest {
/** Start server. */