java.lang.Object
com.sun.ts.tests.common.webclient.BaseUrlClient
ee.jakarta.tck.pages.common.client.AbstractUrlClient
ee.jakarta.tck.pages.spec.core_syntax.scripting.el.URLClientIT

@ExtendWith(org.jboss.arquillian.junit5.ArquillianExtension.class) public class URLClientIT extends AbstractUrlClient
  • Constructor Details

  • Method Details

    • createDeployment

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

      @Test public void elInvocationAndUsageTest() throws Exception
      Throws:
      Exception
    • elStaticAttributeTest

      @Test public void elStaticAttributeTest() throws Exception
      Throws:
      Exception
    • elAttributeSearchTest

      @Test public void elAttributeSearchTest() throws Exception
      Throws:
      Exception
    • elBooleanLiteralTest

      @Test public void elBooleanLiteralTest() throws Exception
      Throws:
      Exception
    • elNullLiteralTest

      @Test public void elNullLiteralTest() throws Exception
      Throws:
      Exception
    • elIntegerLiteralTest

      @Test public void elIntegerLiteralTest() throws Exception
      Throws:
      Exception
    • elFloatingPointLiteralTest

      @Test public void elFloatingPointLiteralTest() throws Exception
      Throws:
      Exception
    • elStringLiteralTest

      @Test public void elStringLiteralTest() throws Exception
      Throws:
      Exception
    • elBinaryOperators1Test

      @Test public void elBinaryOperators1Test() throws Exception
      Throws:
      Exception
    • elBinaryOperators2Test

      @Test public void elBinaryOperators2Test() throws Exception
      Throws:
      Exception
    • elBinaryOperators3Test

      @Test public void elBinaryOperators3Test() throws Exception
      Throws:
      Exception
    • elBinaryOperators4Test

      @Test public void elBinaryOperators4Test() throws Exception
      Throws:
      Exception
    • elUnaryOperators1Test

      @Test public void elUnaryOperators1Test() throws Exception
      Throws:
      Exception
    • elUnaryOperators2Test

      @Test public void elUnaryOperators2Test() throws Exception
      Throws:
      Exception
    • elRelationalOperators1Test

      @Test public void elRelationalOperators1Test() throws Exception
      Throws:
      Exception
    • elRelationalOperators2Test

      @Test public void elRelationalOperators2Test() throws Exception
      Throws:
      Exception
    • elEmptyOperatorTest

      @Test public void elEmptyOperatorTest() throws Exception
      Throws:
      Exception
    • elStringCoercionTest

      @Test public void elStringCoercionTest() throws Exception
      Throws:
      Exception
    • elNumberCoercionTest

      @Test public void elNumberCoercionTest() throws Exception
      Throws:
      Exception
    • elCharacterCoercionTest

      @Test public void elCharacterCoercionTest() throws Exception
      Throws:
      Exception
    • elBooleanCoercionTest

      @Test public void elBooleanCoercionTest() throws Exception
      Throws:
      Exception
    • elOtherTypeCoercionTest

      @Test public void elOtherTypeCoercionTest() throws Exception
      Throws:
      Exception
    • elPrimitiveBoxedTypeConversionTest

      @Test public void elPrimitiveBoxedTypeConversionTest() throws Exception
      Throws:
      Exception
    • elFunctionInvocationTest

      @Test public void elFunctionInvocationTest() throws Exception
      Throws:
      Exception
    • elNonExistingFunctionNameTest

      @Test public void elNonExistingFunctionNameTest() throws Exception
      Throws:
      Exception
    • elNonMatchingFunctionSignatureTest

      @Test public void elNonMatchingFunctionSignatureTest() throws Exception
      Throws:
      Exception
    • elNonStaticPublicFunctionTest

      @Test public void elNonStaticPublicFunctionTest() throws Exception
      Throws:
      Exception
    • elTernaryOperatorTest

      @Test public void elTernaryOperatorTest() throws Exception
      Throws:
      Exception
    • elBinaryOperatorParenthesesTest

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