use of eu.stamp_project.dspot.common.configuration.UserInput in project dspot by STAMP-project.
the class RecoveryDSpotTest method setUp.
@Override
@Before
public void setUp() {
super.setUp();
DSpotState.GLOBAL_REPORT.reset();
configuration = new UserInput();
configuration.setAbsolutePathToProjectRoot(this.getPathToProjectRoot());
this.builder = AutomaticBuilderEnum.Maven.getAutomaticBuilder(configuration);
this.testCompiler = new TestCompiler(0, false, configuration.getAbsolutePathToProjectRoot(), configuration.getClasspathClassesProject(), 10000, "", false);
}
Aggregations