public final class UnitTestClassReport extends Object
| Constructor and Description |
|---|
UnitTestClassReport() |
| Modifier and Type | Method and Description |
|---|---|
UnitTestClassReport |
add(UnitTestClassReport other) |
UnitTestClassReport |
add(UnitTestResult result) |
long |
getDurationMilliseconds() |
int |
getErrors() |
int |
getFailures() |
long |
getNegativeTimeTestNumber() |
List<UnitTestResult> |
getResults() |
int |
getSkipped() |
int |
getTests() |
public UnitTestClassReport add(UnitTestClassReport other)
public UnitTestClassReport add(UnitTestResult result)
public int getErrors()
public int getFailures()
public int getSkipped()
public int getTests()
public long getDurationMilliseconds()
public long getNegativeTimeTestNumber()
public List<UnitTestResult> getResults()
Copyright © 2012–2018 SonarSource. All rights reserved.