|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestResult
Represents the result after execution of a test case method.
Test
Method Detail |
---|
TestResultType getTestResultType()
null
.
null
.String getMessage()
null
.
null
.Throwable getException()
null
.
null
.Long getElapsedTime()
null
.
null
.ReadOnlyArray<String> getCategories()
null
.
null
.String getTestName()
name of the test case method
.
If the test case method has not been given an explicit name, the method name is returned.
This is never null
.
name of the test case method
. If the test case method has not been given an
explicit name, the method name is returned. This is never null
.Test.value()
String getTestDescription()
description of the test case method
.
This may be null
.
description of the test case method
. This may be null
.Test.description()
String getTestMethodName()
null
.
null
.ReadOnlyArray<Class<?>> getTestMethodParameterTypes()
String getFixtureName()
name of the test fixture that contains the test case method
.
If the test fixture has not been given an explicit name, the class name is returned.
This is never null
.
name of the test fixture that contains the test case method
. If the test
fixture has not been given an explicit name, the class name is returned. This is never null
.Fixture.value()
String getFixtureDescription()
description of the test fixture that contains the test case method
.
This may be null
.
description of the test fixture that contains the test case method
.
This may be null
.Fixture.description()
Class<?> getFixtureClass()
null
.
null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |