

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> <suite thread-count="1" verbose="0" name="Surefire suite"> <test name="Surefire test"> <classes> <class name="org.wso2.extension.siddhi.execution.ml.RegressionTestCase"/> <class name="org.wso2.extension.siddhi.execution.ml.ClusteringTestCase"/> <class name="org.wso2.extension.siddhi.execution.ml.PredictStreamProcessorTestCase"/> <class name="org.wso2.extension.siddhi.execution.ml.ClassificationTestCase"/> </classes> </test> <!-- Surefire test --> </suite> <!-- Surefire suite -->
Tests for Surefire suite
- Surefire test (4 classes)
Groups for Surefire suite
Times for Surefire suite
Total running time: 29 seconds
Reporter output for Surefire suite
0 ignored methods
Methods in chronological order
org.wso2.extension.siddhi.execution.ml.RegressionTestCase
init
0 ms
testRegressionStreamProcessorExtension
12 ms
org.wso2.extension.siddhi.execution.ml.ClusteringTestCase
init
5000 ms
testClusteringStreamProcessorExtension
5001 ms
org.wso2.extension.siddhi.execution.ml.PredictStreamProcessorTestCase
init
21755 ms
predictFunctionTest
21757 ms
init
22098 ms
predictFunctionWithSelectPredictionTest
22099 ms
init
22137 ms
predictFunctionWithSelectedAttributesTest
22137 ms
org.wso2.extension.siddhi.execution.ml.ClassificationTestCase
init
22173 ms
testClassificationStreamProcessorExtension1
22173 ms
init
23741 ms
testClassificationStreamProcessorExtension2
23741 ms