Uses of Interface
dev.aherscu.qa.jgiven.commons.formatters.DescriptionFormatter.HasDescription
-
Packages that use DescriptionFormatter.HasDescription Package Description dev.aherscu.qa.jgiven.commons.formatters dev.aherscu.qa.jgiven.commons.utils -
-
Uses of DescriptionFormatter.HasDescription in dev.aherscu.qa.jgiven.commons.formatters
Methods in dev.aherscu.qa.jgiven.commons.formatters with parameters of type DescriptionFormatter.HasDescription Modifier and Type Method Description String
DescriptionFormatter. format(DescriptionFormatter.HasDescription argumentToFormat, String... notUsed)
-
Uses of DescriptionFormatter.HasDescription in dev.aherscu.qa.jgiven.commons.utils
Classes in dev.aherscu.qa.jgiven.commons.utils that implement DescriptionFormatter.HasDescription Modifier and Type Class Description class
CallableWithDescription<V>
Wraps aCallable
with a description.class
FunctionWithDescription<T,R>
Wraps aFunction
with a description.class
StepWithDescription<SELF>
Wraps aFunction
with a description.
-