Package com.tngtech.jgiven.report.model
Class StepFormatter
- java.lang.Object
-
- com.tngtech.jgiven.report.model.StepFormatter
-
public class StepFormatter extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StepFormatter.AnnotationBasedFormatter
static class
StepFormatter.ArgumentFormatting<F extends ArgumentFormatter<T>,T>
static class
StepFormatter.ChainedFormatting<T>
static class
StepFormatter.Formatting<F,T>
static class
StepFormatter.TableFormatting<F extends TableFormatter>
static class
StepFormatter.TypeBasedFormatting<T>
-
Constructor Summary
Constructors Constructor Description StepFormatter(java.lang.String stepDescription, java.util.List<NamedArgument> arguments, java.util.List<ObjectFormatter<?>> formatters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Word>
buildFormattedWords()
java.util.List<Word>
buildFormattedWordsIgnoringExtraArguments()
-
-
-
Constructor Detail
-
StepFormatter
public StepFormatter(java.lang.String stepDescription, java.util.List<NamedArgument> arguments, java.util.List<ObjectFormatter<?>> formatters)
-
-