Package de.hsh.graja.modules.junit.api
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 Summary
Modifier and TypeMethodDescriptionvoid
addComment
(Content comment) leaves a commentvoid
registers a pos as the default for representing comments as code oriented feedback
-
Method Details
-
addComment
leaves a comment- Parameters:
comment
-
-
useDefaultCodeOrientedFeedbackPos
registers a pos as the default for representing comments as code oriented feedback- Parameters:
pos
-
-