org.jbehave.core.model
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)
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExamplesTableFactory
public ExamplesTableFactory()
ExamplesTableFactory
public ExamplesTableFactory(Keywords keywords)
ExamplesTableFactory
public ExamplesTableFactory(ParameterConverters parameterConverters)
ExamplesTableFactory
public ExamplesTableFactory(ResourceLoader resourceLoader)
ExamplesTableFactory
public ExamplesTableFactory(Keywords keywords,
ResourceLoader resourceLoader,
ParameterConverters parameterConverters)
createExamplesTable
public ExamplesTable createExamplesTable(String input)
isTable
protected boolean isTable(String input)
Copyright © 2003-2011. All Rights Reserved.