|
||||||||||
| 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. |
java.lang.String |
getName()
The real name of the test class |
Plan |
getPlan()
Get the plan that this test class belongs to |
java.lang.String |
getShortName()
Get the short name for this class for the UI |
java.util.List<TestCase> |
getTestCases()
Retrieve the TestCases that are part of this class. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
void addTest(TestCase testCase)
testCase - to add.java.lang.String getName()
java.util.List<TestCase> getTestCases()
Plan getPlan()
java.lang.String getShortName()
@NotNull
TestClass copyTestClass(@NotNull
Plan plan)
TestClass. Includes all child TestCases but not the Plan
plan -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||