org.jbehave.core.steps
Class ParameterConverters.ExamplesTableConverter
java.lang.Object
org.jbehave.core.steps.ParameterConverters.ExamplesTableConverter
- All Implemented Interfaces:
- ParameterConverters.ParameterConverter
- Enclosing class:
- ParameterConverters
public static class ParameterConverters.ExamplesTableConverter
- extends Object
- implements ParameterConverters.ParameterConverter
Converts value to ExamplesTable
using a ExamplesTableFactory
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParameterConverters.ExamplesTableConverter
public ParameterConverters.ExamplesTableConverter()
ParameterConverters.ExamplesTableConverter
public ParameterConverters.ExamplesTableConverter(ExamplesTableFactory factory)
accept
public boolean accept(Type type)
- Specified by:
accept
in interface ParameterConverters.ParameterConverter
convertValue
public Object convertValue(String value,
Type type)
- Specified by:
convertValue
in interface ParameterConverters.ParameterConverter
Copyright © 2003-2011. All Rights Reserved.