Test# Passed# Skipped# FailedTime (ms)Included GroupsExcluded Groups
RegexExpressionExtensionTestSuit
RegexExpressionExtensionTest3200815
ClassMethodStartTime (ms)
RegexExpressionExtensionTestSuit
RegexExpressionExtensionTest — passed
org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCasetestFindFunctionExtensionTestCase115114866249658
testFindFunctionExtensionTestCase215114866249734
testFindFunctionExtensionTestCase315114866249784
testFindFunctionExtensionTestCase415114866249833
testFindFunctionExtensionTestCase515114866249878
testFindFunctionExtensionTestCase615114866249955
testFindFunctionExtensionTestCase715114866250005
org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCasetestGroupFunctionExtension115114866250064
testGroupFunctionExtension215114866250104
testGroupFunctionExtension315114866250154
testGroupFunctionExtension415114866250195
testGroupFunctionExtension515114866250257
testGroupFunctionExtension615114866250335
testGroupFunctionExtension7151148662503915
testGroupFunctionExtension815114866250548
org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCasetestLookingAtFunctionExtension115114866250635
testLookingAtFunctionExtension215114866250694
testLookingAtFunctionExtension315114866250744
testLookingAtFunctionExtension4151148662507912
org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCasetestMatchesFunctionExtension115114866250925
testMatchesFunctionExtension215114866250977
testMatchesFunctionExtension315114866251056
testMatchesFunctionExtension415114866251118
org.wso2.extension.siddhi.execution.regex.RegExFunctionExtensionTestCasetestFindFunctionExtensionTestCase1511486624458467
testFindStartFromIndexFunctionExtensionTestCase15114866249259
testGroupFunctionExtension151148662493412
testLookingAtFunctionExtension15114866249479
testMatchesFunctionExtension15114866249576
org.wso2.extension.siddhi.execution.regex.RegexPersistanceTestCasetestFindFunctionExtensionPersistenceTestCase151148662512081
testGroupFunctionExtensionPersistence151148662520210
testLookingAtFunctionExtensionPersistence15114866252139
testMatchesFunctionExtensionPersistence15114866252239

RegexExpressionExtensionTest

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

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '38364cd1-c6f5-4da3-a5a2-c16159dc3cbf' @ 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:160) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:84) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:234) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:64) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:73) 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 'dbdd9b01-3d48-4fc7-8ebf-8ac6e7a2ba60' @ 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:160) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:84) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:234) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:64) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:73) 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 '940cefae-f9fa-4653-ba00-ea4338f3f877' @ 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:160) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:84) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:234) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:64) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:73) 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 '7e5b1018-ccf6-4bf0-839c-42f71b39fc64' @ 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:160) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:84) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:234) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:64) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:73) 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 'ef133eb8-dd18-4df9-940b-c45f331e0bfd' @ 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:160) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:84) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:234) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:64) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:73) 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 '116f0583-b386-48d4-af1e-77dcf22a93f2' @ 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:160) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:84) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:234) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:64) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:73) 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 'ede9c49c-7d60-4c97-b7a0-75e485c55e92' @ 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:160) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:84) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:234) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:64) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:73) 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 '3f40a7ca-f048-48b4-a0c9-c3e2e785a6e7' @ 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:160) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:84) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:234) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:64) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:73) 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 'c0d4729d-013f-4b31-a5b1-c74bf7b0e75e' @ 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:160) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:84) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:234) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:64) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:73) 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 '60064cb7-4f0f-47fc-a197-c49e24247173' @ 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:160) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:84) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:234) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:64) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:73) 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 '2c4f3a47-06fc-4432-8ccc-c3e0277acb81' @ 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:160) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:84) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:234) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:64) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:73) 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 '5bfff4c5-e912-4c67-b9f5-547c61cf9491' @ 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:160) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:84) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:234) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:64) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:73) 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 '0c8722a5-0919-4033-a405-c79a19bd4382' @ 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:160) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:84) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:234) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:64) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:73) 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 'c93a754f-193d-48a5-b72c-6239c9020bf1' @ 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:160) at org.wso2.siddhi.core.util.parser.SelectorParser.parse(SelectorParser.java:84) at org.wso2.siddhi.core.util.parser.QueryParser.parse(QueryParser.java:115) at org.wso2.siddhi.core.util.parser.SiddhiAppParser.parse(SiddhiAppParser.java:234) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:64) at org.wso2.siddhi.core.SiddhiManager.createSiddhiAppRuntime(SiddhiManager.java:73) 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