use of org.guvnor.test.TestFileSystem in project kie-wb-common by kiegroup.
the class ValidatorTest method setUp.
@Before
public void setUp() throws Exception {
disableGitDaemonAndSsh();
fileSystemTestingUtils.setup();
testFileSystem = new TestFileSystem();
validatorBuildService = testFileSystem.getReference(ValidatorBuildService.class);
validator = new DefaultGenericKieValidator(validatorBuildService);
}
use of org.guvnor.test.TestFileSystem in project kie-wb-common by kiegroup.
the class ProjectScreenModelSaverTest method setUp.
@Before
public void setUp() throws Exception {
testFileSystem = new TestFileSystem();
saver = new ProjectScreenModelSaver(pomService, kModuleService, importsService, repositoriesService, allowListService, ioService, moduleService, repositoryResolver, commentedOptionFactory, pomModelCache);
pathToPom = testFileSystem.createTempFile("testproject/pom.xml");
}
Aggregations