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 Detail

      • getFullText

        String getFullText​(int testId)
        Parameters:
        testId - test identifier
        Returns:
        full text of the test, including stdout and stderr