< prev index next >

test/java/net/httpclient/http2/HpackDriver.java

Print this page




  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @bug 8153353
  27  * @modules java.httpclient/sun.net.httpclient.hpack
  28  * @key randomness
  29  * @compile/module=java.httpclient sun/net/httpclient/hpack/SpecHelper.java
  30  * @compile/module=java.httpclient sun/net/httpclient/hpack/TestHelper.java
  31  * @compile/module=java.httpclient sun/net/httpclient/hpack/BuffersTestingKit.java
  32  * @run testng/othervm java.httpclient/sun.net.httpclient.hpack.BinaryPrimitivesTest
  33  * @run testng/othervm java.httpclient/sun.net.httpclient.hpack.CircularBufferTest
  34  * @run testng/othervm java.httpclient/sun.net.httpclient.hpack.DecoderTest
  35  * @run testng/othervm java.httpclient/sun.net.httpclient.hpack.EncoderTest
  36  * @run testng/othervm java.httpclient/sun.net.httpclient.hpack.HeaderTableTest
  37  * @run testng/othervm java.httpclient/sun.net.httpclient.hpack.HuffmanTest
  38  * @run testng/othervm java.httpclient/sun.net.httpclient.hpack.TestHelper
  39  */
  40 public class HpackDriver { }


  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 /*
  25  * @test
  26  * @bug 8153353
  27  * @modules java.httpclient/sun.net.httpclient.hpack
  28  * @key randomness
  29  * @compile/module=java.httpclient sun/net/httpclient/hpack/SpecHelper.java
  30  * @compile/module=java.httpclient sun/net/httpclient/hpack/TestHelper.java
  31  * @compile/module=java.httpclient sun/net/httpclient/hpack/BuffersTestingKit.java
  32  * @run testng/othervm java.httpclient/sun.net.httpclient.hpack.BinaryPrimitivesTest
  33  * @run testng/othervm java.httpclient/sun.net.httpclient.hpack.CircularBufferTest
  34  * @run testng/othervm java.httpclient/sun.net.httpclient.hpack.DecoderTest
  35  * @run testng/othervm java.httpclient/sun.net.httpclient.hpack.EncoderTest

  36  * @run testng/othervm java.httpclient/sun.net.httpclient.hpack.HuffmanTest
  37  * @run testng/othervm java.httpclient/sun.net.httpclient.hpack.TestHelper
  38  */
  39 public class HpackDriver { }
< prev index next >