Class ModuleRunnerResult

    • Constructor Detail

      • ModuleRunnerResult

        public ModuleRunnerResult()
    • Method Detail

      • addItem

        public void addItem​(Content item)
        This method implements CommentLogger and simply delegates to #addLeadingCommentItem(Comment).
        Specified by:
        addItem in interface ContentLogger
        Parameters:
        item - a comment to be added to leading comments
      • addLeadingCommentItem

        public void addLeadingCommentItem​(Content item)
        Add a comment to the collection of leading comments.
        Parameters:
        item - a comment to be added to leading comments.
      • prependLeadingCommentItems

        public void prependLeadingCommentItems​(Collection<? extends Content> items)
        Replace the leading comments by a new sequence with items prepended.
        Parameters:
        items -
      • addTrailingCommentItem

        public void addTrailingCommentItem​(Content item)
        Add a comment to the collection of trailing comments.
        Parameters:
        item - a comment to be added to trailing comments.
      • getLeadingComment

        public Sequence getLeadingComment()
        Returns:
        the collection of leading comments
      • getTrailingComment

        public Sequence getTrailingComment()
        Returns:
        the collection of trailing comments
      • isTimeout

        public boolean isTimeout()
        Returns:
        true, if the test run exceeded the maximum runtime
      • setTimeout

        public void setTimeout()