@Override
protected void handleWarning(String message) {
assertFail();
}
};
compilerSearch.searchPathsString(pathsString, "_dummy_");
List<CompilerInstall> foundInstalls = compilerSearch.getFoundInstalls();
assertTrue(foundInstalls.size() == 2);
checkInstall(foundInstalls.get(0), MULTIPLE_IN_ONE_PATH.resolve("gdc"), ECompilerType.GDC,