com.sageserpent.americium.java.TrialsDefaults Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of americium_3 Show documentation
Show all versions of americium_3 Show documentation
Generation of test data for parameterised testing
The newest version!
package com.sageserpent.americium.java;
public interface TrialsDefaults {
int defaultComplexityLimit = 100;
int defaultShrinkageAttemptsLimit = 100;
}