Class ELClientIT
java.lang.Object
ee.jakarta.tck.el.spec.collectionoperators.ELClientIT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()voidtestName: elCollectionAllMatchTestvoidtestName: elCollectionAnyMatchTestvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidtestName: elCollectionNoneMatchTestvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
ELClientIT
public ELClientIT()
-
-
Method Details
-
cleanup
- Throws:
Exception
-
elCollectionMapFilterTest
- 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
- 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
- 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
- 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
- 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
- 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
- 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
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
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
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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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.
-