Package com.tngtech.jgiven.format
package com.tngtech.jgiven.format
-
ClassDescriptionAnnotationArgumentFormatter<T extends Annotation>Interface for defining a formatter for a custom annotation using the
AnnotationFormat
annotation.Interface for defining custom argument formatter using theFormat
annotation.General formatter to format boolean values.General formatter to formatDate
values.A default formatter that merely useString.valueOf(Object)
, except for arrays whereArrays.deepToString(Object[])
is used.A default formatter forObject
typesFormatter<T>Interface for defining a global argument formatter.Translatesfalse
to the word "not" andtrue
to the empty word "".General interface to format Objects to StringsAnnotationArgumentFormatter
that is used by thePOJOFormat
annotationAnnotationArgumentFormatter
that is used by theFormatf
annotationFormatter to use a Java format string to format arguments.