test/jdk/java/net/httpclient/websocket/HeaderWriterDriver.java
branchhttp-client-branch
changeset 55843 1e3a22efaefd
parent 55819 18e431209168
child 55907 f6a3a657416e
equal deleted inserted replaced
55842:cb8fcde5b5c8 55843:1e3a22efaefd
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8159053
    26  * @bug 8159053
    27  * @modules jdk.incubator.httpclient/jdk.incubator.http.internal.websocket:open
    27  * @modules jdk.incubator.httpclient/jdk.incubator.http.internal.websocket:open
    28  * @compile/module=jdk.incubator.httpclient jdk/incubator/http/internal/websocket/TestSupport.java
    28  * @compile/module=jdk.incubator.httpclient jdk/incubator/http/internal/websocket/TestSupport.java
    29  *
       
    30  * @run testng/othervm --add-reads jdk.incubator.httpclient=ALL-UNNAMED jdk.incubator.httpclient/jdk.incubator.http.internal.websocket.HeaderWriterTest
    29  * @run testng/othervm --add-reads jdk.incubator.httpclient=ALL-UNNAMED jdk.incubator.httpclient/jdk.incubator.http.internal.websocket.HeaderWriterTest
    31  */
    30  */
    32 public final class HeaderWriterDriver {
    31 public final class HeaderWriterDriver { }
    33 // * @run testng/othervm -XaddReads:jdk.incubator.httpclient=ALL-UNNAMED jdk.incubator.httpclient/jdk.incubator.http.internal.websocket.MockListenerTest
       
    34 // * @run testng/othervm -XaddReads:jdk.incubator.httpclient=ALL-UNNAMED jdk.incubator.httpclient/jdk.incubator.http.internal.websocket.MockChannelTest
       
    35 // * @run testng/othervm/timeout=1000 -Ddataproviderthreadcount=16 -XaddReads:jdk.incubator.httpclient=ALL-UNNAMED jdk.incubator.httpclient/jdk.incubator.http.internal.websocket.PingTest
       
    36 }