fit
Class ColumnSpecialValuesFixture
java.lang.Object
fit.Fixture
fit.ColumnFixture
fit.ColumnSpecialValuesFixture
- Direct Known Subclasses:
- ColumnListBuilderFixture
public class ColumnSpecialValuesFixture
- extends ColumnFixture
Methods inherited from class fit.Fixture |
camel, counts, doTables, error, escape, exception, fixtureName, getArgs, getArgsForTable, getLinkedFixtureWithArgs, ignore, info, info, interpretTables, label, loadFixture, parse, right, wrong |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SPECIAL_NULL
public static final java.lang.String SPECIAL_NULL
- See Also:
- Constant Field Values
SPECIAL_EMPTY
public static final java.lang.String SPECIAL_EMPTY
- See Also:
- Constant Field Values
ColumnSpecialValuesFixture
public ColumnSpecialValuesFixture()
doTable
public void doTable(Parse parse)
- Overrides:
doTable
in class Fixture
doRow
public void doRow(Parse parse)
- Overrides:
doRow
in class ColumnFixture
doCells
public void doCells(Parse cells)
- Overrides:
doCells
in class Fixture
check
public void check(Parse cells,
TypeAdapter a)
- Overrides:
check
in class ColumnFixture
wrong
public void wrong(Parse cell,
java.lang.String actual)
- Overrides:
wrong
in class Fixture
replace
protected java.lang.String replace(java.lang.String value,
int index)
compareNull
public void compareNull(Parse cell,
TypeAdapter a)
compareEmpty
public void compareEmpty(Parse cell,
TypeAdapter a,
java.lang.String text)
getMapping
public java.util.HashMap<java.lang.String,java.lang.String> getMapping()
loadMapping
public void loadMapping(java.lang.String filename)
afterTable
protected void afterTable(Parse parse)
beforeTable
protected void beforeTable(Parse parse)
afterRow
protected void afterRow(Parse parse)
beforeRow
protected void beforeRow(Parse parse)
Copyright © 2009 SourceForge. All Rights Reserved.