java.lang.Object
com.sun.ts.tests.common.webclient.BaseUrlClient
ee.jakarta.tck.pages.common.client.AbstractUrlClient
ee.jakarta.tck.pages.api.jakarta_servlet.jsp.tagext.bodycontent.URLClientIT

@ExtendWith(org.jboss.arquillian.junit5.ArquillianExtension.class) public class URLClientIT extends AbstractUrlClient
Test client for BodyContent
  • Field Summary

    Fields inherited from class ee.jakarta.tck.pages.common.client.AbstractUrlClient

    APITEST, APITEST1, goldenFileStream, url

    Fields inherited from class com.sun.ts.tests.common.webclient.BaseUrlClient

    _contextRoot, _generalURI, _hostname, _port, _props, _redirect, _saveState, _state, _testCase, _testName, _tsHome, _useSavedState, BASIC_AUTH_PASSWD, BASIC_AUTH_REALM, BASIC_AUTH_USER, CONTENT, CONTINUE, CREATED, EXPECT_RESPONSE_BODY, EXPECTED_HEADERS, FOLLOW_REDIRECT, FORBIDDEN, GET, GF_SUFFIX, GOLDENFILE, GOLDENFILEDIR, GONE, HTTP10, HTTP11, IGNORE_BODY, IGNORE_STATUS_CODE, INTERNAL_SERVER_ERROR, JSP_SUFFIX, LENGTH_REQUIRED, MOVED_TEMPORARY, NOT_FOUND, OK, REASON_PHRASE, REQUEST, REQUEST_HEADERS, RESPONSE_MATCH, SAVE_STATE, SEARCH_STRING, SEARCH_STRING_IGNORE_CASE, SERVICE_UNAVAILABLE, SERVLETHOSTPROP, SERVLETPORTPROP, SL, STANDARD, STATUS_CODE, STRATEGY, TEST_NAME, TEST_PROPS, TESTDIR, TSHOME, UNAUTHORIZED, UNEXPECTED_HEADERS, UNEXPECTED_RESPONSE_MATCH, UNORDERED_SEARCH_STRING, USE_SAVED_STATE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
     
    void
     
    void
     
    static org.jboss.shrinkwrap.api.spec.WebArchive
     

    Methods inherited from class ee.jakarta.tck.pages.common.client.AbstractUrlClient

    getGoldenFileStream, isNullOrEmpty, setGoldenFileStream, setTestJsp, setTestProperties, setup, toString

    Methods inherited from class com.sun.ts.tests.common.webclient.BaseUrlClient

    cleanup, getContextRoot, invoke, run, setContextRoot, setGeneralURI, setGoldenFileDir, setTestDir, setup

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • createDeployment

      @Deployment(testable=false) public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() throws IOException
      Throws:
      IOException
    • bodyContentFlushTest

      @Test public void bodyContentFlushTest() throws Exception
      Throws:
      Exception
    • bodyContentClearBodyTest

      @Test public void bodyContentClearBodyTest() throws Exception
      Throws:
      Exception
    • bodyContentReadWriteTest

      @Test public void bodyContentReadWriteTest() throws Exception
      Throws:
      Exception
    • bodyContentWriteOutTest

      @Test public void bodyContentWriteOutTest() throws Exception
      Throws:
      Exception
    • bodyContentGetStringTest

      @Test public void bodyContentGetStringTest() throws Exception
      Throws:
      Exception