Package com.tngtech.jgiven.format

Interface Summary
ArgumentFormatter<T> Interface for defining customer argument formatters.
 

Class Summary
BooleanFormatter General formatter to format boolean values.
DefaultFormatter<T> A default formatter that merely use String.valueOf(Object), except for arrays where Arrays.deepToString(Object[]) is used.
NotFormatter Translates false to the word "not" and true to the empty word "".
PrintfFormatter Formatter to use a Java format string to format arguments.