ScenarioPrinter scenarioPrinter = new ScenarioPrinter();
String scenario = scenarioPrinter.print(invocations);
throw new NoInteractionsWanted(join(
"No interactions wanted here:",
new LocationImpl(),
"But found this interaction:",
undesired.getLocation(),
scenario
));
}