Interface CommentTarget

  • All Known Implementing Classes:
    GraderContext

    public interface CommentTarget
    instances of this interfaces can be used by the JUnit test class in order to provide helper classes the ability to leave comments without passing a full GraderContext object.
    • Method Detail

      • addComment

        void addComment​(Content comment)
        leaves a comment
        Parameters:
        comment -