Skip to content
Snippets Groups Projects
Commit 191a00a4 authored by Jonas Blatt's avatar Jonas Blatt :ant:
Browse files

Merge Test Config

parent 5c85ccef
No related branches found
Tags v0.9.17
No related merge requests found
......@@ -113,7 +113,8 @@ public enum TestConfig {
String xName,
Function<GeneratorConfiguration, Integer> getXValue,
String yName,
Function<GeneratorConfiguration, Integer> getYValue) {
Function<GeneratorConfiguration, Integer> getYValue,
int repetition) {
this.generatorGeneratorConfigurations = new ArrayList<>();
this.verifierTypes = verifierTypes;
this.xName = xName;
......@@ -162,8 +163,8 @@ public enum TestConfig {
public int totalDefinitions() {
return this.generatorGeneratorConfigurations.stream()
.mapToInt(GeneratorConfiguration::getNumberOfDefinitions)
.sum()
.mapToInt(GeneratorConfiguration::getNumberOfDefinitions)
.sum()
* getRepetition();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment