Test# Passed# Skipped# FailedTime (ms)Included GroupsExcluded Groups
RegexExpressionExtensionTestSuit
RegexExpressionExtensionTest32001,048
ClassMethodStartTime (ms)
RegexExpressionExtensionTestSuit
RegexExpressionExtensionTest — passed
org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCasetestFindFunctionExtensionTestCase115565193617527
testFindFunctionExtensionTestCase215565193617606
testFindFunctionExtensionTestCase315565193617665
testFindFunctionExtensionTestCase4155651936177121
testFindFunctionExtensionTestCase5155651936179224
testFindFunctionExtensionTestCase615565193618228
testFindFunctionExtensionTestCase715565193618318
org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCasetestGroupFunctionExtension115565193618416
testGroupFunctionExtension215565193618486
testGroupFunctionExtension315565193618547
testGroupFunctionExtension415565193618616
testGroupFunctionExtension5155651936186814
testGroupFunctionExtension615565193618839
testGroupFunctionExtension715565193618937
testGroupFunctionExtension815565193619017
org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCasetestLookingAtFunctionExtension115565193619098
testLookingAtFunctionExtension215565193619186
testLookingAtFunctionExtension315565193619246
testLookingAtFunctionExtension415565193619308
org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCasetestMatchesFunctionExtension115565193619395
testMatchesFunctionExtension215565193619456
testMatchesFunctionExtension315565193619516
testMatchesFunctionExtension415565193619578
org.wso2.extension.siddhi.execution.regex.RegExFunctionExtensionTestCasetestFindFunctionExtensionTestCase1556519361082623
testFindStartFromIndexFunctionExtensionTestCase155651936170812
testGroupFunctionExtension155651936172111
testLookingAtFunctionExtension15565193617337
testMatchesFunctionExtension15565193617418
org.wso2.extension.siddhi.execution.regex.RegexPersistanceTestCasetestFindFunctionExtensionPersistenceTestCase155651936196694
testGroupFunctionExtensionPersistence15565193620617
testLookingAtFunctionExtensionPersistence155651936206911
testMatchesFunctionExtensionPersistence15565193620819

RegexExpressionExtensionTest

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

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '61a91cc6-2f39-460e-a19f-04530a98f552' @ Line: 1. Position: 141, near 'regex:find(regex)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205) 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:245) 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:56) ... 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 'd40bc0e3-834d-41fc-9bc2-6ed212edb46e' @ Line: 1. Position: 146, near 'regex:find(regex, symbol)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205) 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:245) 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:56) ... 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 '2ae8327c-79a2-4fa0-8d03-6c2c5e9526ed' @ Line: 1. Position: 146, near 'regex:find(regex, symbol)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205) 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:245) 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:56) ... 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 'de4eeab2-63a4-456b-9e37-680b4c14b200' @ Line: 1. Position: 186, near 'regex:find(regex, symbol, startingIndex)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205) 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:245) 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:56) ... 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 '85124fbc-e91a-4d11-865c-fe9acbb59459' @ Line: 1. Position: 161, near 'regex:group(regex, symbol)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205) 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:245) 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:56) ... 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 '7eb7a1e8-067d-4347-ae6f-ce28bdcd406e' @ Line: 1. Position: 165, near 'regex:group(regex, symbol, group)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205) 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:245) 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:56) ... 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 '4badaa1b-15f2-43de-9261-cbac52be82ef' @ Line: 1. Position: 165, near 'regex:group(regex, symbol, group)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205) 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:245) 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:56) ... 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 'a2aee184-3121-4e90-9368-c7f0cd7ae140' @ Line: 1. Position: 171, near 'regex:group(regex, symbol, group)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205) 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:245) 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:56) ... 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 '7a4af510-b9d4-4adb-864d-3adfff4672ef' @ Line: 1. Position: 146, near 'regex:lookingAt(regex)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205) 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:245) 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:56) ... 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 '4107857d-0cae-4ea1-95a8-66f19abdcf5e' @ Line: 1. Position: 151, near 'regex:lookingAt(regex, symbol)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205) 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:245) 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:56) ... 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 'aa4f4d46-384d-4537-9335-40ef477ab2a1' @ Line: 1. Position: 151, near 'regex:lookingAt(regex, symbol)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205) 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:245) 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:56) ... 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 '9cd28970-ba91-4e4b-b392-b9474de4d98f' @ Line: 1. Position: 144, near 'regex:matches(regex)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205) 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:245) 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:56) ... 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 'cf8d1504-482c-4624-ab78-13d2da11466f' @ Line: 1. Position: 149, near 'regex:matches(regex, symbol)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205) 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:245) 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:56) ... 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 'c7001579-4319-43e0-8ba8-2e65f97fe030' @ Line: 1. Position: 149, near 'regex:matches(regex, symbol)'. at org.wso2.siddhi.core.executor.function.FunctionExecutor.initExecutor(FunctionExecutor.java:58) at org.wso2.siddhi.core.util.parser.ExpressionParser.parseExpression(ExpressionParser.java:427) at org.wso2.siddhi.core.util.parser.SelectorParser.getAttributeProcessors(SelectorParser.java:205) 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:245) 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:56) ... 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