test/jdk/java/net/httpclient/whitebox/Driver.java
branchhttp-client-branch
changeset 55763 634d8e14c172
parent 47216 71c04702a3d5
child 55794 08e58c1c75fb
equal deleted inserted replaced
55762:e947a3a50a95 55763:634d8e14c172
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8151299 8164704 8187044
    26  * @bug 8151299 8164704
    27  * @modules jdk.incubator.httpclient java.management
    27  * @modules jdk.incubator.httpclient
    28  * @run testng jdk.incubator.httpclient/jdk.incubator.http.SelectorTest
    28  * @run testng jdk.incubator.httpclient/jdk.incubator.http.SelectorTest
    29  * @run testng jdk.incubator.httpclient/jdk.incubator.http.RawChannelTest
    29  * @run testng jdk.incubator.httpclient/jdk.incubator.http.RawChannelTest
    30  * @run testng jdk.incubator.httpclient/jdk.incubator.http.ResponseHeadersTest
    30  * @run testng jdk.incubator.httpclient/jdk.incubator.http.ResponseHeadersTest
    31  * @run main/othervm --add-reads jdk.incubator.httpclient=java.management jdk.incubator.httpclient/jdk.incubator.http.ConnectionPoolTest
       
    32  */
    31  */