Interface TestTextRenderer
-
- All Known Implementing Classes:
FormattedCombinedOutputRenderer
public interface TestTextRenderer
- Since:
- 2018.1
- Author:
- Maxim.Zaytsev Date: 4/19/18
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
render(long buildId, int testId, String contextPath)
Render some information aboutSTestRun
-
-
-
Method Detail
-
render
@NotNull String render(long buildId, int testId, @NotNull String contextPath)
Render some information aboutSTestRun
- Parameters:
buildId
- id of build where test was executedtestId
- test run id in specified buildcontextPath
- context path of http requestHttpServletRequest.getContextPath()
- Returns:
- text information about test run
-
-