embedderMonitor.runningStory(path);
verify(project).log(task, "Running story " + path, MSG_INFO);
Object annotatedInstance = new Object();
Class<?> type = Object.class;
embedderMonitor.annotatedInstanceNotOfType(annotatedInstance, type);
verify(project).log(task, "Annotated instance " + annotatedInstance + " not of type " + type, MSG_WARN);
File outputDirectory = new File("/dir");
List<String> formats = asList(Format.CONSOLE.name(), Format.HTML.name());
Properties viewProperties = new Properties();