public class TestSuite extends Object
| Constructor and Description |
|---|
TestSuite(String key)
Creates a testsuite instance uniquely identified by the given key
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTestCase(TestCase tc) |
String |
getDetails()
Returns execution details as sonar-conform XML
|
String |
getKey() |
List<TestCase> |
getTestCases() |
public TestSuite(String key)
key - The key to construct a testsuite forCopyright © 2011–2019 SonarSource and Waleri Enns. All rights reserved.