Class VirtualWebTests

java.lang.Object
ee.jakarta.tck.concurrent.framework.TestClient
ee.jakarta.tck.concurrent.spec.Platform.virtual.VirtualWebTests

@RunAsClient public class VirtualWebTests extends TestClient
  • Constructor Details

    • VirtualWebTests

      public VirtualWebTests()
  • Method Details

    • createDeployment

      @Deployment(name="VirtualThreadTests") public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment()
    • getServletPath

      protected String getServletPath()
      Description copied from class: TestClient
      Override this method to return the servlet path for the suite of tests. Used for the runTest() methods.
      Overrides:
      getServletPath in class TestClient
    • testPlatformExecutor

      public void testPlatformExecutor() throws Exception
      Throws:
      Exception
    • testVirtualExecutor

      public void testVirtualExecutor() throws Exception
      Throws:
      Exception
    • testPlatformScheduledExecutor

      public void testPlatformScheduledExecutor() throws Exception
      Throws:
      Exception
    • testVirtualScheduledExecutor

      public void testVirtualScheduledExecutor() throws Exception
      Throws:
      Exception
    • testPlatformThreadFactory

      public void testPlatformThreadFactory()
    • testVirtualThreadFactory

      public void testVirtualThreadFactory()
    • testVirtualThreadFactoryForkJoinPool

      public void testVirtualThreadFactoryForkJoinPool()