-
Task
-
Resolution: None
-
L3 - Default
-
None
-
None
Currently, we have a separate test file for each operation of the flow node duration grouped by flow nodes reports:
AverageFlowNodeDurationByFlowNodeReportEvaluationIT
MaxFlowNodeDurationByFlowNodeReportEvaluationIT
MedianFlowNodeDurationByFlowNodeReportEvaluationIT
MinFlowNodeDurationByFlowNodeReportEvaluationIT
However, that causes a lot of code duplication and makes it harder to maintain the tests. Also it becomes error prone, since we might to forget to test behavior in one of the tests. Hence, we should only use test class the uses parameterized tests. Check out other test classes how it is done there.