Test# Passed# Skipped# FailedTime (ms)Included GroupsExcluded Groups
RegexExpressionExtensionTestSuit
RegexExpressionExtensionTest3200750
ClassMethodStartTime (ms)
RegexExpressionExtensionTestSuit
RegexExpressionExtensionTest — passed
org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCasetestFindFunctionExtensionTestCase1153735107867211
testFindFunctionExtensionTestCase215373510786837
testFindFunctionExtensionTestCase315373510786914
testFindFunctionExtensionTestCase415373510786954
testFindFunctionExtensionTestCase515373510787007
testFindFunctionExtensionTestCase615373510787085
testFindFunctionExtensionTestCase715373510787148
org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCasetestGroupFunctionExtension115373510787234
testGroupFunctionExtension2153735107872711
testGroupFunctionExtension315373510787383
testGroupFunctionExtension415373510787423
testGroupFunctionExtension515373510787454
testGroupFunctionExtension615373510787505
testGroupFunctionExtension715373510787557
testGroupFunctionExtension815373510787637
org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCasetestLookingAtFunctionExtension115373510787714
testLookingAtFunctionExtension215373510787753
testLookingAtFunctionExtension315373510787783
testLookingAtFunctionExtension415373510787829
org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCasetestMatchesFunctionExtension115373510787914
testMatchesFunctionExtension215373510787953
testMatchesFunctionExtension315373510787993
testMatchesFunctionExtension415373510788024
org.wso2.extension.siddhi.execution.regex.RegExFunctionExtensionTestCasetestFindFunctionExtensionTestCase1537351078180446
testFindStartFromIndexFunctionExtensionTestCase153735107862613
testGroupFunctionExtension153735107863913
testLookingAtFunctionExtension15373510786536
testMatchesFunctionExtension15373510786609
org.wso2.extension.siddhi.execution.regex.RegexPersistanceTestCasetestFindFunctionExtensionPersistenceTestCase153735107880763
testGroupFunctionExtensionPersistence15373510788718
testLookingAtFunctionExtensionPersistence15373510788806
testMatchesFunctionExtensionPersistence15373510788879

RegexExpressionExtensionTest

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

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '3c00873f-34ef-41b8-bbcc-df7244b7290a' @ 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:127) 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 '14bcd07d-c435-43ec-b45b-7cb9f6932190' @ 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:135) 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 'a42ed452-1caa-4ef8-89cf-17e96555f14c' @ 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:141) 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 '37e857ab-a4ec-4531-aead-adf0698d8083' @ 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:149) 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 'ccaa0853-1c18-4054-afda-1bed772336e2' @ 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:101) 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 '14fbf4a5-c7a9-4235-875e-2b6758160c09' @ 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: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.GroupFunctionExtensionTestCase#testGroupFunctionExtension3

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '069e081b-d8ac-4f2d-afe7-916074475d69' @ 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:114) 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 '5271ba15-f72c-4955-a3da-1810e9e7ac4b' @ 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:120) 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 '1283f4f1-fe2b-4441-bec2-ae546c1269d4' @ 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: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.LookingAtFunctionExtensionTestCase#testLookingAtFunctionExtension2

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'd8deed98-39dd-4dd6-82c9-5f24ac446c1e' @ 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: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.LookingAtFunctionExtensionTestCase#testLookingAtFunctionExtension3

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '3960969d-fa50-4e2c-9558-94b790c52253' @ 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: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.LookingAtFunctionExtensionTestCase#testLookingAtFunctionExtension4

back to summary

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

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on 'a2c0085b-fcbb-430a-9d3a-2fe7403d15d1' @ 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 'ba1a309b-a7d0-4340-8f03-c37bea4e86fd' @ 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 '82a31f2d-31ed-469a-b5b7-fd082da4bd1c' @ 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