public interface TestClass extends BambooObject, Comparable<TestClass>
Modifier and Type | Method and Description |
---|---|
void |
addTest(TestCase testCase)
Add a testCase to this group
|
TestClass |
copyTestClass(Plan plan)
Creates a copy of the
TestClass . |
String |
getName()
The real name of the test class
|
Plan |
getPlan()
Get the plan that this test class belongs to
|
String |
getShortName()
Get the short name for this class for the UI
|
List<TestCase> |
getTestCases()
Retrieve the TestCases that are part of this class.
|
setId
getId
compareTo
void addTest(TestCase testCase)
testCase
- to add.String getName()
List<TestCase> getTestCases()
Plan getPlan()
String getShortName()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.