|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.plugins.javatest_report.TestObject<S>
hudson.plugins.javatest_report.TestCollection<Test,TestCase>
hudson.plugins.javatest_report.Test
public class Test
It is also counted as a runnable test by itself, if there are no testcases.
Constructor Summary | |
---|---|
Test()
|
Method Summary | |
---|---|
java.lang.String |
getChildTitle()
Returns the caption of the children. |
int |
getFailCount()
|
int |
getSkippedCount()
|
int |
getTotalCount()
|
Methods inherited from class hudson.plugins.javatest_report.TestCollection |
---|
add, get, getChildren, getDynamic, getFailedTests, getPackages, getPackageTests, getSkippedTests |
Methods inherited from class hudson.plugins.javatest_report.TestObject |
---|
addAttribute, getAge, getDescription, getDisplayName, getFailedSince, getId, getName, getOwner, getPreviousResult, getStatus, getStatusMessage, setDescription, setId, setName, setStatusString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Test()
Method Detail |
---|
public java.lang.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>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |