Package org.sonar.plugins.python.xunit
Class TestSuite
java.lang.Object
org.sonar.plugins.python.xunit.TestSuite
Represents a unit test suite. Contains testcases, maintains some statistics. Reports testcase details in sonar-conform XML
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addTestCase
(TestCase tc) Returns execution details as sonar-conform XMLgetKey()
-
Constructor Details
-
TestSuite
Creates a testsuite instance uniquely identified by the given key- Parameters:
key
- The key to construct a testsuite for
-
-
Method Details
-
getKey
-
addTestCase
-
getTestCases
-
getDetails
Returns execution details as sonar-conform XML
-