Package org.sonar.plugins.python.xunit
Class TestResult
java.lang.Object
org.sonar.plugins.python.xunit.TestResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addTestCase
(TestCase tc) int
int
int
int
int
getTests()
int
getTime()
-
Constructor Details
-
TestResult
public TestResult()
-
-
Method Details
-
getErrors
public int getErrors() -
getSkipped
public int getSkipped() -
getTests
public int getTests() -
getExecutedTests
public int getExecutedTests() -
getTime
public int getTime() -
getFailures
public int getFailures() -
addTestCase
-