Interface TestFullTextBuilder
-
- All Known Implementing Classes:
TestFullTextBuilderImpl
public interface TestFullTextBuilderThis 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 StringgetFullText(int testId)
-
-
-
Method Detail
-
getFullText
String getFullText(int testId)
- Parameters:
testId- test identifier- Returns:
- full text of the test, including stdout and stderr
-
-