Test# Passed# Skipped# FailedTime (ms)Included GroupsExcluded Groups
RegexExpressionExtensionTestSuit
RegexExpressionExtensionTest32001,017
ClassMethodStartTime (ms)
RegexExpressionExtensionTestSuit
RegexExpressionExtensionTest — passed
org.wso2.extension.siddhi.execution.regex.FindFunctionExtensionTestCasetestFindFunctionExtensionTestCase1153382708786310
testFindFunctionExtensionTestCase215338270878747
testFindFunctionExtensionTestCase315338270878827
testFindFunctionExtensionTestCase415338270878906
testFindFunctionExtensionTestCase5153382708789713
testFindFunctionExtensionTestCase615338270879179
testFindFunctionExtensionTestCase715338270879278
org.wso2.extension.siddhi.execution.regex.GroupFunctionExtensionTestCasetestGroupFunctionExtension115338270879376
testGroupFunctionExtension215338270879437
testGroupFunctionExtension3153382708795013
testGroupFunctionExtension415338270879647
testGroupFunctionExtension515338270879719
testGroupFunctionExtension6153382708798113
testGroupFunctionExtension7153382708799410
testGroupFunctionExtension8153382708800441
org.wso2.extension.siddhi.execution.regex.LookingAtFunctionExtensionTestCasetestLookingAtFunctionExtension115338270880468
testLookingAtFunctionExtension215338270880547
testLookingAtFunctionExtension315338270880627
testLookingAtFunctionExtension415338270880708
org.wso2.extension.siddhi.execution.regex.MatchesFunctionExtensionTestCasetestMatchesFunctionExtension115338270880797
testMatchesFunctionExtension2153382708808910
testMatchesFunctionExtension315338270880998
testMatchesFunctionExtension4153382708810813
org.wso2.extension.siddhi.execution.regex.RegExFunctionExtensionTestCasetestFindFunctionExtensionTestCase1533827087277534
testFindStartFromIndexFunctionExtensionTestCase153382708781210
testGroupFunctionExtension153382708782315
testLookingAtFunctionExtension15338270878397
testMatchesFunctionExtension153382708784610
org.wso2.extension.siddhi.execution.regex.RegexPersistanceTestCasetestFindFunctionExtensionPersistenceTestCase153382708812392
testGroupFunctionExtensionPersistence15338270882169
testLookingAtFunctionExtensionPersistence15338270882268
testMatchesFunctionExtensionPersistence153382708823510

RegexExpressionExtensionTest

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

Expected Exception
org.wso2.siddhi.core.exception.SiddhiAppCreationException: Error on '88a11383-0c56-44ac-957f-b7f26866c5f6' @ 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:186) 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:243) 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 'e88d2c43-51a6-49ac-9980-150e08c885e7' @ 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:186) 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:243) 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 '139bf72f-8dff-40d8-98e2-392ae9addedd' @ 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:186) 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:243) 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 '1cc3f7be-9fe8-47ef-ae85-9e51ccc2c543' @ 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:186) 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:243) 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 'c284c3a2-49c4-4a24-81af-bbb6bd6fc547' @ 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:186) 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:243) 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 '1b88dc1f-4e4e-4e6c-93bb-f2ae1dd9a843' @ 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:186) 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:243) 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 '93ee1fc6-4a42-479e-b669-bd1de45c3a59' @ 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:186) 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:243) 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 'd04820e1-bdf8-4c6e-9067-41a1377b6444' @ 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:186) 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:243) 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 'bbdf5a96-4362-4067-8cc2-2c95c68f6a55' @ 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:186) 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:243) 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 '3bcde268-d65f-4ab2-8231-0409247a701e' @ 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:186) 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:243) 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 'd55f6085-767a-4e34-8f7e-552e9c493ddf' @ 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:186) 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:243) 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 'ab25484d-c8c2-4f21-8f6e-a4b234858029' @ 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:186) 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:243) 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 'b4ba5e03-2aa5-4386-a8fc-86481d0f1704' @ 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:186) 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:243) 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 '3a14698c-ba14-427d-9078-a390bf83dffe' @ 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:186) 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:243) 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