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
AnnotationFormatannotation.Interface for defining custom argument formatter using theFormatannotation.General formatter to format boolean values.General formatter to formatDatevalues.A default formatter that merely useString.valueOf(Object), except for arrays whereArrays.deepToString(Object[])is used.A default formatter forObjecttypesFormatter<T>Interface for defining a global argument formatter.Translatesfalseto the word "not" andtrueto the empty word "".General interface to format Objects to StringsAnnotationArgumentFormatterthat is used by thePOJOFormatannotationAnnotationArgumentFormatterthat is used by theFormatfannotationFormatter to use a Java format string to format arguments.