Uses of Interface
com.tngtech.jgiven.format.ArgumentFormatter

Packages that use ArgumentFormatter
com.tngtech.jgiven.format   
com.tngtech.jgiven.report.model   
 

Uses of ArgumentFormatter in com.tngtech.jgiven.format
 

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

Uses of ArgumentFormatter in com.tngtech.jgiven.report.model
 

Constructors in com.tngtech.jgiven.report.model with parameters of type ArgumentFormatter
StepFormatter.Formatting(ArgumentFormatter<T> formatter, String... args)
           
 



Copyright © 2014 TNG Technology Consulting. All rights reserved.