Test# Passed# Skipped# FailedTime (ms)Included GroupsExcluded Groups
RegexExpressionExtensionTestSuit
RegexExpressionExtensionTest32001,055
ClassMethodStartTime (ms)
RegexExpressionExtensionTestSuit
RegexExpressionExtensionTest — passed
org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCasetestFindFunctionExtensionTestCase1154659194766410
testFindFunctionExtensionTestCase215465919476757
testFindFunctionExtensionTestCase315465919476836
testFindFunctionExtensionTestCase415465919476896
testFindFunctionExtensionTestCase5154659194769612
testFindFunctionExtensionTestCase615465919477169
testFindFunctionExtensionTestCase7154659194772612
org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCasetestGroupFunctionExtension1154659194773916
testGroupFunctionExtension215465919477565
testGroupFunctionExtension315465919477624
testGroupFunctionExtension415465919477675
testGroupFunctionExtension515465919477728
testGroupFunctionExtension615465919477818
testGroupFunctionExtension715465919477906
testGroupFunctionExtension815465919477967
org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCasetestLookingAtFunctionExtension115465919478045
testLookingAtFunctionExtension215465919478095
testLookingAtFunctionExtension315465919478144
testLookingAtFunctionExtension415465919478197
org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCasetestMatchesFunctionExtension115465919478274
testMatchesFunctionExtension215465919478314
testMatchesFunctionExtension315465919478364
testMatchesFunctionExtension415465919478408
org.wso2.extension.siddhi.execution.regex.RegExFunctionExtensionTestCasetestFindFunctionExtensionTestCase1546591946973638
testFindStartFromIndexFunctionExtensionTestCase154659194761311
testGroupFunctionExtension154659194762512
testLookingAtFunctionExtension15465919476389
testMatchesFunctionExtension154659194764812
org.wso2.extension.siddhi.execution.regex.RegexPersistanceTestCasetestFindFunctionExtensionPersistenceTestCase154659194784978
testGroupFunctionExtensionPersistence154659194792812
testLookingAtFunctionExtensionPersistence154659194794018
testMatchesFunctionExtensionPersistence154659194795923

RegexExpressionExtensionTest

org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase#testFindFunctionExtensionTestCase1

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'e8313aab-3690-48a5-875f-9f102806b303' @ Line: 1. Position: 141, near 'regex:find(regex)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:59) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:426) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:194) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:242) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74) at org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase.testFindFunctionExtensionTestCase1(FindFunctionExtensionTestCase.java:57) Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid no of arguments passed to regex:find() function, required 2 or 3, but found 1 at org.wso2.extension.siddhi.execution.regex.FindFunctionExtension.init(FindFunctionExtension.java:129) at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:57) ... 36 more ... Removed 28 stack frames

back to summary

org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase#testFindFunctionExtensionTestCase2

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'e937e7cc-89ca-4d38-ad2e-0c7da8c498cf' @ Line: 1. Position: 146, near 'regex:find(regex, symbol)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:59) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:426) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:194) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:242) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74) at org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase.testFindFunctionExtensionTestCase2(FindFunctionExtensionTestCase.java:71) Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the first argument of regex:find() function, required STRING, but found INT at org.wso2.extension.siddhi.execution.regex.FindFunctionExtension.init(FindFunctionExtension.java:137) at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:57) ... 36 more ... Removed 28 stack frames

back to summary

org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase#testFindFunctionExtensionTestCase3

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '039974f5-935c-446e-8bc2-09f468beee47' @ Line: 1. Position: 146, near 'regex:find(regex, symbol)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:59) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:426) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:194) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:242) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74) at org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase.testFindFunctionExtensionTestCase3(FindFunctionExtensionTestCase.java:84) Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the second argument of regex:find() function, required STRING, but found INT at org.wso2.extension.siddhi.execution.regex.FindFunctionExtension.init(FindFunctionExtension.java:143) at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:57) ... 36 more ... Removed 28 stack frames

back to summary

org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase#testFindFunctionExtensionTestCase4

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'f843d712-f21a-494d-92f6-b457ba0d2dbe' @ Line: 1. Position: 186, near 'regex:find(regex, symbol, startingIndex)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:59) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:426) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:194) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:242) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74) at org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase.testFindFunctionExtensionTestCase4(FindFunctionExtensionTestCase.java:98) Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the third argument of str:find() function, required INT, but found STRING at org.wso2.extension.siddhi.execution.regex.FindFunctionExtension.init(FindFunctionExtension.java:151) at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:57) ... 36 more ... Removed 28 stack frames

back to summary

org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase#testFindFunctionExtensionTestCase5

back to summary

org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase#testFindFunctionExtensionTestCase6

back to summary

org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCase#testFindFunctionExtensionTestCase7

back to summary

org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase#testGroupFunctionExtension1

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'bc29c18e-d972-4126-a513-78958e9161f3' @ Line: 1. Position: 161, near 'regex:group(regex, symbol)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:59) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:426) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:194) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:242) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74) at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase.testGroupFunctionExtension1(GroupFunctionExtensionTestCase.java:41) Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid no of arguments passed to regex:group() function, required 3, but found 2 at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtension.init(GroupFunctionExtension.java:104) at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:57) ... 36 more ... Removed 28 stack frames

back to summary

org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase#testGroupFunctionExtension2

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '1d32b0cf-1d08-4f9d-bffb-51f721fde525' @ Line: 1. Position: 165, near 'regex:group(regex, symbol, group)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:59) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:426) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:194) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:242) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74) at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase.testGroupFunctionExtension2(GroupFunctionExtensionTestCase.java:54) Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the first argument of str:group() function, required STRING, but found INT at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtension.init(GroupFunctionExtension.java:111) at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:57) ... 36 more ... Removed 28 stack frames

back to summary

org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase#testGroupFunctionExtension3

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '2b94bc91-5819-41a7-981e-06125fe5a5b3' @ Line: 1. Position: 165, near 'regex:group(regex, symbol, group)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:59) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:426) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:194) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:242) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74) at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase.testGroupFunctionExtension3(GroupFunctionExtensionTestCase.java:67) Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the second argument of str:group() function, required STRING, but found INT at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtension.init(GroupFunctionExtension.java:117) at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:57) ... 36 more ... Removed 28 stack frames

back to summary

org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase#testGroupFunctionExtension4

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '7849bd5e-089e-4824-93e4-e8af5d92558d' @ Line: 1. Position: 171, near 'regex:group(regex, symbol, group)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:59) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:426) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:194) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:242) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74) at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase.testGroupFunctionExtension4(GroupFunctionExtensionTestCase.java:81) Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the third argument of str:group() function, required INT, but found STRING at org.wso2.extension.siddhi.execution.regex.GroupFunctionExtension.init(GroupFunctionExtension.java:123) at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:57) ... 36 more ... Removed 28 stack frames

back to summary

org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase#testGroupFunctionExtension5

back to summary

org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase#testGroupFunctionExtension6

back to summary

org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase#testGroupFunctionExtension7

back to summary

org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCase#testGroupFunctionExtension8

back to summary

org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCase#testLookingAtFunctionExtension1

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'fe83ad29-1784-438a-88e9-2e138c993b11' @ Line: 1. Position: 146, near 'regex:lookingAt(regex)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:59) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:426) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:194) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:242) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74) at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCase.testLookingAtFunctionExtension1(LookingAtFunctionExtensionTestCase.java:41) Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid no of arguments passed to regex:lookingAt() function, required 2, but found 1 at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtension.init(LookingAtFunctionExtension.java:108) at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:57) ... 36 more ... Removed 28 stack frames

back to summary

org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCase#testLookingAtFunctionExtension2

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '761fd023-1168-493d-90b0-644ea62fd12e' @ Line: 1. Position: 151, near 'regex:lookingAt(regex, symbol)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:59) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:426) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:194) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:242) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74) at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCase.testLookingAtFunctionExtension2(LookingAtFunctionExtensionTestCase.java:54) Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the first argument of regex:lookingAt() function, required STRING, but found INT at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtension.init(LookingAtFunctionExtension.java:116) at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:57) ... 36 more ... Removed 28 stack frames

back to summary

org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCase#testLookingAtFunctionExtension3

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'a1b4479b-b530-4448-a69a-0e5b5d015f5d' @ Line: 1. Position: 151, near 'regex:lookingAt(regex, symbol)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:59) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:426) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:194) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:242) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74) at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCase.testLookingAtFunctionExtension3(LookingAtFunctionExtensionTestCase.java:67) Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the second argument of regex:lookingAt() function, required STRING, but found INT at org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtension.init(LookingAtFunctionExtension.java:122) at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:57) ... 36 more ... Removed 28 stack frames

back to summary

org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCase#testLookingAtFunctionExtension4

back to summary

org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCase#testMatchesFunctionExtension1

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '9a6985bd-d5ab-41be-81b9-52bc1ee744bc' @ Line: 1. Position: 144, near 'regex:matches(regex)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:59) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:426) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:194) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:242) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74) at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCase.testMatchesFunctionExtension1(MatchesFunctionExtensionTestCase.java:41) Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid no of arguments passed to regex:matches() function, required 2, but found 1 at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtension.init(MatchesFunctionExtension.java:107) at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:57) ... 36 more ... Removed 28 stack frames

back to summary

org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCase#testMatchesFunctionExtension2

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '4b0f83c6-0a8b-4d99-af22-490ea97eee19' @ Line: 1. Position: 149, near 'regex:matches(regex, symbol)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:59) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:426) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:194) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:242) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74) at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCase.testMatchesFunctionExtension2(MatchesFunctionExtensionTestCase.java:54) Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the first argument of regex:matches() function, required STRING, but found INT at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtension.init(MatchesFunctionExtension.java:115) at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:57) ... 36 more ... Removed 28 stack frames

back to summary

org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCase#testMatchesFunctionExtension3

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'de9eb653-f901-4eb5-aa06-fe445568f38b' @ Line: 1. Position: 149, near 'regex:matches(regex, symbol)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:59) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:426) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:194) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:90) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:242) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:65) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:74) at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCase.testMatchesFunctionExtension3(MatchesFunctionExtensionTestCase.java:67) Caused by: org.wso2.siddhi.query.api.exception.SiddhiAppValidationException: Invalid parameter type found for the second argument of regex:matches() function, required STRING, but found INT at org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtension.init(MatchesFunctionExtension.java:121) at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:57) ... 36 more ... Removed 28 stack frames

back to summary

org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCase#testMatchesFunctionExtension4

back to summary

org.wso2.extension.siddhi.execution.regex.RegExFunctionExtensionTestCase#testFindFunctionExtensionTestCase

back to summary

org.wso2.extension.siddhi.execution.regex.RegExFunctionExtensionTestCase#testFindStartFromIndexFunctionExtensionTestCase

back to summary

org.wso2.extension.siddhi.execution.regex.RegExFunctionExtensionTestCase#testGroupFunctionExtension

back to summary

org.wso2.extension.siddhi.execution.regex.RegExFunctionExtensionTestCase#testLookingAtFunctionExtension

back to summary

org.wso2.extension.siddhi.execution.regex.RegExFunctionExtensionTestCase#testMatchesFunctionExtension

back to summary

org.wso2.extension.siddhi.execution.regex.RegexPersistanceTestCase#testFindFunctionExtensionPersistenceTestCase

back to summary

org.wso2.extension.siddhi.execution.regex.RegexPersistanceTestCase#testGroupFunctionExtensionPersistence

back to summary

org.wso2.extension.siddhi.execution.regex.RegexPersistanceTestCase#testLookingAtFunctionExtensionPersistence

back to summary

org.wso2.extension.siddhi.execution.regex.RegexPersistanceTestCase#testMatchesFunctionExtensionPersistence

back to summary