int scenarios = 4;
int scenariosFailed = 1;
int scenariosNotAllowed = 0;
int scenariosPending = 1;
int stepsFailed = 1;
embedderMonitor.reportsViewGenerated(new ReportsCount(stories, storiesNotAllowed, storiesPending, scenarios,
scenariosFailed, scenariosNotAllowed, scenariosPending, stepsFailed));
verify(project).log(
task,
"Reports view generated with " + stories + " stories (of which "+storiesPending+" pending) containing " + scenarios
+ " scenarios (of which " + scenariosPending + " pending)", MSG_INFO);