|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.testdoc.report.junit.JUnitTestMethodDoc
public class JUnitTestMethodDoc
Contains the information of one JUnit test case result.
Nested Class Summary | |
---|---|
static class |
JUnitTestMethodDoc.ResultType The result type of the test case. |
Constructor Summary | |
---|---|
JUnitTestMethodDoc(JUnitTestMethodDoc.ResultType resultType, String time, String testCaseType, String testMethodName) Convenience constructor. |
|
JUnitTestMethodDoc(JUnitTestMethodDoc.ResultType resultType, String time, Type testCaseType, String testMethodName) Default constructor. |
Method Summary | |
---|---|
JUnitTestMethodDoc.ResultType |
getResultType() Returns the result type of the test case. |
Type |
getTestCaseType() Returns the type of the test case class that contains the test method. |
String |
getTestMethodName() Returns the name of the test method. |
String |
getTime() Returns the reported duration of the test case execution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JUnitTestMethodDoc(JUnitTestMethodDoc.ResultType resultType, String time, String testCaseType, String testMethodName)
resultType
- the result type of the test case.
time
- the reported duration of the test case execution.
testCaseType
-
testMethodName
- the name of the test method.
public JUnitTestMethodDoc(JUnitTestMethodDoc.ResultType resultType, String time, Type testCaseType, String testMethodName)
resultType
- the result type of the test case.
time
- the reported duration of the test case execution.
testCaseType
- the type of the test case class that contains the test method.
testMethodName
- the name of the test method.
Method Detail |
---|
public JUnitTestMethodDoc.ResultType getResultType()
public String getTime()
public Type getTestCaseType()
public String getTestMethodName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |