Interface TestFullTextBuilder
-
- All Known Implementing Classes:
TestFullTextBuilderImpl
public interface TestFullTextBuilder
This interface was created to allow lazy loading of full test stacktrace and output from the database to reduce memory consumption.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFullText(int testId)
-
-
-
Method Detail
-
getFullText
String getFullText(int testId)
- Parameters:
testId
- test identifier- Returns:
- full text of the test, including stdout and stderr
-
-