|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FailedTestOutputFormatter
Extension point for providing new logics for test's stacktrace formatting.
| Method Summary | |
|---|---|
boolean |
canFormat(SBuild build,
FailedTestOutputBean bean)
Returns true if the specified test output can be formatted by this extension and false otherwise |
java.lang.String |
formatTestForWeb(SBuild build,
int testId,
FailedTestOutputBean bean)
Formats test output. |
| Method Detail |
|---|
java.lang.String formatTestForWeb(@NotNull
SBuild build,
int testId,
@NotNull
FailedTestOutputBean bean)
build - buildtestId - current test idbean - failed test info bean
boolean canFormat(@NotNull
SBuild build,
@NotNull
FailedTestOutputBean bean)
build - buildbean - failed test info bean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||