toggle menu
Algoutils
0.9.1-SNAPSHOT
jvm
switch theme
search in API
algoutils-tutor
/
org.tudalgo.algoutils.tutor.general.assertions.basic
/
JunitCommentFactory
Junit
Comment
Factory
public
final
class
JunitCommentFactory
implements
CommentFactory
<
RT
>
(
source
)
An implementation of a comment factory for JUnit runs.
Author
Ruben Deisenroth
Members
Constructors
Junit
Comment
Factory
Link copied to clipboard
public
void
JunitCommentFactory
(
Environment
environment
)
Constructs a new comment factory with the given environment.
Functions
comment
Link copied to clipboard
public
String
comment
<
TS
extends
Result
<
? extends
Object
,
? extends
Object
,
? extends
Object
,
? extends
Object
>
>
(
TS
result
,
Context
context
,
PreCommentSupplier
<
? super
TS
>
commentSupplier
)
Returns the comment for the given test result, context and pre-comment supplier.