public class Test extends TestCollection<Test,TestCase>
Test is a set of TestCases.
It is also counted as a runnable test by itself, if there are no testcases.
| Constructor and Description |
|---|
Test() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChildTitle()
Returns the caption of the children.
|
int |
getFailCount() |
int |
getSkippedCount() |
int |
getTotalCount() |
add, doLog, get, getChildren, getDynamic, getFailedTests, getPackages, getPackageTests, getSkippedTestsaddAttribute, getAge, getDescription, getDisplayName, getFailedSince, getId, getName, getOwner, getPreviousResult, getStatus, getStatusMessage, setDescription, setId, setName, setStatusStringpublic String getChildTitle()
TestCollectiongetChildTitle in class TestCollection<Test,TestCase>public int getTotalCount()
getTotalCount in class TestCollection<Test,TestCase>public int getFailCount()
getFailCount in class TestCollection<Test,TestCase>public int getSkippedCount()
getSkippedCount in class TestCollection<Test,TestCase>Copyright © 2004-2015. All Rights Reserved.