public class SonarFile extends Object
Model to represent the xml Sonar report
| Modifier and Type | Method and Description |
|---|---|
void |
add(SonarTestCase testCase) |
List<SonarTestCase> |
getTestCases() |
public SonarFile(String path)
public void add(SonarTestCase testCase)
public List<SonarTestCase> getTestCases()
Copyright © 2020. All rights reserved.