public class SonarTestCase extends Object
Model to represent the test case in the xml Sonar report
| Constructor and Description |
|---|
SonarTestCase(long duration,
String name) |
| Modifier and Type | Method and Description |
|---|---|
SonarError |
getError() |
SonarFailure |
getFailure() |
SonarSkipped |
getSkipped() |
void |
setError(String cause) |
void |
setFailure(String cause) |
void |
setSkipped(String cause) |
public SonarTestCase(long duration,
String name)
public void setFailure(String cause)
public void setError(String cause)
public void setSkipped(String cause)
public SonarFailure getFailure()
public SonarError getError()
public SonarSkipped getSkipped()
Copyright © 2020. All rights reserved.