com.tngtech.jgiven.report.model
Class StepFormatter

java.lang.Object
  extended by com.tngtech.jgiven.report.model.StepFormatter

public class StepFormatter
extends Object


Nested Class Summary
static class StepFormatter.Formatting<T>
           
 
Constructor Summary
StepFormatter(String stepDescription, List<NamedArgument> arguments, List<StepFormatter.Formatting<?>> formatters)
           
 
Method Summary
 List<Word> buildFormattedWords()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepFormatter

public StepFormatter(String stepDescription,
                     List<NamedArgument> arguments,
                     List<StepFormatter.Formatting<?>> formatters)
Method Detail

buildFormattedWords

public List<Word> buildFormattedWords()


Copyright © 2014 TNG Technology Consulting. All rights reserved.