.put("sonar.sources", "src")
.put("sonar.tests", "test")
.build())
.start();
assertThat(result.testCasesFor(new DefaultInputFile("com.foo.project", "test/sampleTest.xoo"))).hasSize(2);
}
@Test
public void populateTestCaseAndCoveragePerTestOnTempProject() throws IOException {