Feature #1950
Z2Unit-TestExecutor should support Junit suites and Parameterized tests
Start date:
20.06.2016
Due date:
% Done:
0%
Estimated time:
origin:
Description
Z2Unit should support Parameterized-tests and Aggregating-tests-in-suites
One thing to look at is the filter in TestExecutor.java
r = r.filterWith(new Filter() { @Override public boolean shouldRun(Description d) { return description.equals(d) || children.containsKey(d); } ...
Furthermore the JSONHelper must be extended - see attached patch
NOTE: Parameterized tests have been fixed with #1971. Aggregation testing needs to be verified and test coverage supplied
Files
Related issues