public class Test extends TestCollection<Test,TestCase>
Test
is a set of TestCase
s.
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, getSkippedTests
addAttribute, getAge, getDescription, getDisplayName, getFailedSince, getId, getName, getOwner, getPreviousResult, getStatus, getStatusMessage, setDescription, setId, setName, setStatusString
public String getChildTitle()
TestCollection
getChildTitle
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.