Class UnitFormatter
- java.lang.Object
-
- dev.aherscu.qa.jgiven.commons.formatters.UnitFormatter
-
- All Implemented Interfaces:
com.tngtech.jgiven.format.AnnotationArgumentFormatter<UnitFormatter.Annotation>
@ThreadSafe public class UnitFormatter extends Object implements com.tngtech.jgiven.format.AnnotationArgumentFormatter<UnitFormatter.Annotation>
Annotation formatter for units.- Author:
- aherscu
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
UnitFormatter.Annotation
Formatter annotation for units.
-
Constructor Summary
Constructors Constructor Description UnitFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
format(Object argumentToFormat, UnitFormatter.Annotation annotation)
-
-
-
Method Detail
-
format
public String format(Object argumentToFormat, UnitFormatter.Annotation annotation)
- Specified by:
format
in interfacecom.tngtech.jgiven.format.AnnotationArgumentFormatter<UnitFormatter.Annotation>
-
-