Class ELClientIT

java.lang.Object
ee.jakarta.tck.el.spec.collectionoperators.ELClientIT

public class ELClientIT extends Object
  • Constructor Details

    • ELClientIT

      public ELClientIT()
  • Method Details

    • cleanup

      @AfterEach public void cleanup() throws Exception
      Throws:
      Exception
    • elCollectionMapFilterTest

      @Test public void elCollectionMapFilterTest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elCollectionMapFilterTest
      Assertion IDs:
      EL:SPEC:53; EL:SPEC:53.1; EL:SPEC:53.2; EL:SPEC:53.3; EL:SPEC:59; EL:SPEC:59.1; EL:SPEC:58.1; EL:SPEC:58.2
      Test Strategy:
      Test to make sure the 'map'& "filter' operator works properly.
    • elCollectionMinTest

      @Test public void elCollectionMinTest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elCollectionMinTest
      Assertion IDs:
      EL:SPEC:72; EL:SPEC:72.1; EL:SPEC:72.2
      Test Strategy:
      Test to make sure the 'min' operator works properly.
    • elCollectionMaxTest

      @Test public void elCollectionMaxTest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elCollectionMaxTest
      Assertion IDs:
      EL:SPEC:71; EL:SPEC:71.1; EL:SPEC:71.2
      Test Strategy:
      Test to make sure the 'max' operator works properly.
    • elCollectionDistinctTest

      @Test public void elCollectionDistinctTest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elCollectionDistinctTest
      Assertion IDs:
      EL:SPEC:61; EL:SPEC:61.1
      Test Strategy:
      Test to make sure the 'distinct' operator works properly.
    • elCollectionForEachTest

      @Test public void elCollectionForEachTest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elCollectionForEachTest
      Assertion IDs:
      EL:SPEC:63; EL:SPEC:63.1
      Test Strategy:
      Test to make sure the 'forEach' operator works properly.
    • elCollectionFindFirstTest

      @Test public void elCollectionFindFirstTest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elCollectionFindFirstTest
      Assertion IDs:
      EL:SPEC:78; EL:SPEC:78.1; EL:SPEC:62; EL:SPEC:62.1; EL:SPEC:62.2
      Test Strategy:
      Test to make sure the 'findFirst' operator works properly.
    • elCollectionLimitTest

      @Test public void elCollectionLimitTest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elCollectionLimitTest
      Assertion IDs:
      EL:SPEC:66; EL:SPEC:66.1
      Test Strategy:
      Test to make sure the 'limit' operator works properly.
    • elCollectionAnyMatchTest

      public void elCollectionAnyMatchTest() throws Exception
      testName: elCollectionAnyMatchTest
      Throws:
      Exception
      Since:
      3.0 Bug 20438221 : Commented the test for now
      Assertion IDs:
      EL:SPEC:75; EL:SPEC:75.1
      Test Strategy:
      Test to make sure the 'anyMatch' operator works properly.
    • elCollectionNoneMatchTest

      public void elCollectionNoneMatchTest() throws Exception
      testName: elCollectionNoneMatchTest
      Throws:
      Exception
      Since:
      3.0 Bug 20438221 : Commented the test for now
      Assertion IDs:
      EL:SPEC:77; EL:SPEC:77.1
      Test Strategy:
      Test to make sure the 'noneMatch' operator works properly.
    • elCollectionAllMatchTest

      public void elCollectionAllMatchTest() throws Exception
      testName: elCollectionAllMatchTest
      Throws:
      Exception
      Since:
      3.0 Bug 20438221 : Commented the test for now.
      Assertion IDs:
      EL:SPEC:76; EL:SPEC:76.1
      Test Strategy:
      Test to make sure the 'allMatch' operator works properly.
    • elCollectionSumTest

      @Test public void elCollectionSumTest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elCollectionSumTest
      Assertion IDs:
      EL:SPEC:74; EL:SPEC:74.1
      Test Strategy:
      Test to make sure the 'sum' operator works properly.
    • elCollectionCountTest

      @Test public void elCollectionCountTest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elCollectionCountTest
      Assertion IDs:
      EL:SPEC:79; EL:SPEC:79.1
      Test Strategy:
      Test to make sure the 'count' operator works properly.
    • elCollectionAverageTest

      @Test public void elCollectionAverageTest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elCollectionAverageTest
      Assertion IDs:
      EL:SPEC:73; EL:SPEC:73.1
      Test Strategy:
      Test to make sure the 'average' operator works properly.
    • elCollectionToArrayTest

      @Test public void elCollectionToArrayTest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elCollectionToArrayTest
      Assertion IDs:
      EL:SPEC:68; EL:SPEC:68.1
      Test Strategy:
      Test to make sure the 'toArray' operator works properly.
    • elCollectionReduceTest

      @Test public void elCollectionReduceTest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elCollectionReduceTest
      Assertion IDs:
      EL:SPEC:70; EL:SPEC:70.1; EL:SPEC:70.2; EL:SPEC:56.2; EL:SPEC:56.3
      Test Strategy:
      Test to make sure the 'reduce' operator works properly.
    • elCollectionSubStreamTest

      @Test public void elCollectionSubStreamTest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elCollectionSubStreamTest
      Assertion IDs:
      EL:SPEC:67; EL:SPEC:67.1; EL:SPEC:67.2
      Test Strategy:
      Test to make sure the 'substream' operator works properly.
    • elCollectionPeekTest

      @Test public void elCollectionPeekTest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elCollectionPeekTest
      Assertion IDs:
      EL:SPEC:4; EL:SPEC:64.1
      Test Strategy:
      Test to make sure the 'peek' operator works properly.
    • elCollectionFlatMapTest

      @Test public void elCollectionFlatMapTest() throws Exception
      Throws:
      Exception
      Since:
      3.0
      Test Name:
      elCollectionFlatMapTest
      Assertion IDs:
      EL:SPEC:60; EL:SPEC:60.1
      Test Strategy:
      Test to make sure the 'flatMap' operator works properly.
    • elCollectionSetLiteralTest

      @Test public void elCollectionSetLiteralTest() throws Exception
      Throws:
      Exception
      Test Name:
      elCollectionSetLiteralTest
      Assertion IDs:
      EL:SPEC:51; EL:SPEC:51.1; EL:SPEC:51.2; EL:SPEC:51.3;
      Test Strategy:
      Verify that a value in a literal List constructed from variables can be retrieved using the associated index.
    • elCollectionListLiteralTest

      @Test public void elCollectionListLiteralTest() throws Exception
      Throws:
      Exception
      Test Name:
      elCollectionListLiteralTest
      Assertion IDs:
      EL:SPEC:52; EL:SPEC:52.1; EL:SPEC:52.2; EL:SPEC:52.3;
      Test Strategy:
      Verify that a value in a literal List constructed from variables can be retrieved using the associated index.
    • elCollectionMapLiteralTest

      @Test public void elCollectionMapLiteralTest() throws Exception
      Throws:
      Exception
      Test Name:
      elCollectionMapLiteralTest
      Assertion IDs:
      EL:SPEC:53; EL:SPEC:53.1; EL:SPEC:53.2; EL:SPEC:53.3;
      Test Strategy:
      Verify that a value in a literal Map constructed from variables can be retrieved using the associated key.