Class ExamplesTableFactory

java.lang.Object
org.jbehave.core.model.ExamplesTableFactory

public class ExamplesTableFactory extends Object
Factory that creates instances of ExamplesTable from different type of inputs: Factory also supports optional specification of ParameterConverters to allow the ExamplesTable to convert row values.

NOTE: Users needing parameter conversion in the ExamplesTable, i.e. invoking ExamplesTable.getRowAsParameters(int), will need to use a factory constructor providing explicitly the ParameterConverters instance configured in the Configuration.useParameterConverters(ParameterConverters).