assertEquals(expected, foundClasses.size());
}
@Override
protected CommandLineInputCapturer getInputCapturer(final String classNameToSearch) {
CommandLineInputCapturer inputCapturer = new CommandLineInputCapturer() {
public String capture(CommandInfo info) {
if (info.getPropertyName().equals("class")) {
return classNameToSearch;
}