Command command = Command.MongoD;
IRuntimeConfig runtimeConfig = new RuntimeConfigBuilder()
.defaults(command)
.artifactStore(new ArtifactStoreBuilder()
.defaults(command)
.download(new DownloadConfigBuilder()
.defaultsForCommand(command))
.executableNaming(new ITempNaming() {
@Override
public String nameFor(String prefix, String postfix) {
return prefix + "_axontest_" + counter.getAndIncrement() + "_" + postfix;