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