|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestClass
A grouping of TestCases. Belongs to a plan
Method Summary | |
---|---|
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. |
Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
---|
setId |
Methods inherited from interface com.atlassian.bamboo.core.BambooIdProvider |
---|
getId |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
void addTest(TestCase testCase)
testCase
- to add.String getName()
List<TestCase> getTestCases()
Plan getPlan()
String getShortName()
@NotNull TestClass copyTestClass(@NotNull Plan plan)
TestClass
. Includes all child TestCase
s but not the Plan
plan
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |