}
if (originalSrcTestMap.containsKey(artefactId)) {
final String testDirectory = (String)originalSrcTestMap.get(artefactId);
TestInstrumenter instrumenter =
new TestInstrumenter(config, testDirectory);
instrumenter.redirectSourceDirectories();
}
}
protected String getSrcTestName() {
return "src-test";