(chore) Integration Testing acceptMatch functionality

This commit is contained in:
Andreas Penski (init) 2020-03-23 13:22:38 +01:00
parent 65ed945602
commit 245d7d4cac
6 changed files with 30 additions and 6 deletions

View file

@ -138,7 +138,7 @@ public class CommandlineApplicationTest {
final String[] args = new String[] { "-s", Paths.get(Simple.SCENARIOS).toString(), "-o", this.output.toString(), "-r",
Paths.get(Simple.REPOSITORY).toString(), Paths.get(Simple.EXAMPLES).toString() };
CommandLineApplication.mainProgram(args);
assertThat(this.commandLine.getErrorOutput()).contains("Processing 5 object(s) completed");
assertThat(this.commandLine.getErrorOutput()).contains("Processing 6 object(s) completed");
}
@Test