|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.javatest_report.TestObject<TestCase>
hudson.plugins.javatest_report.TestCase
public class TestCase
Represents one test case.
| Constructor Summary | |
|---|---|
TestCase()
|
|
| Method Summary | |
|---|---|
int |
getFailCount()
|
int |
getSkippedCount()
|
int |
getTotalCount()
|
| 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 TestCase()
| Method Detail |
|---|
public int getTotalCount()
getTotalCount in class TestObject<TestCase>public int getFailCount()
getFailCount in class TestObject<TestCase>public int getSkippedCount()
getSkippedCount in class TestObject<TestCase>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||