use of com.thoughtworks.go.helpers.GraphGenerator in project gocd by gocd.
the class ValueStreamMapPerformanceTest method setup.
@Before
public void setup() throws Exception {
configHelper = new GoConfigFileHelper();
dbHelper.onSetUp();
configHelper.usingCruiseConfigDao(goConfigDao).initializeConfigFile();
configHelper.onSetUp();
goConfigService.forceNotifyListeners();
u = new ScheduleTestUtil(transactionTemplate, materialRepository, dbHelper, configHelper);
graphGenerator = new GraphGenerator(configHelper, u);
}
use of com.thoughtworks.go.helpers.GraphGenerator in project gocd by gocd.
the class FanInPerformanceTest method setup.
@Before
public void setup() throws Exception {
goCache.clear();
configHelper.usingCruiseConfigDao(goConfigFileDao).initializeConfigFile();
configHelper.onSetUp();
dbHelper.onSetUp();
u = new ScheduleTestUtil(transactionTemplate, materialRepository, dbHelper, configHelper);
graphGenerator = new GraphGenerator(configHelper, u);
}
Aggregations