fit
Class AliasFixture
java.lang.Object
fit.Fixture
fit.AliasFixture
public class AliasFixture
- extends Fixture
Special Fixture defining a mapping for <target/> Values.
Methods inherited from class fit.Fixture |
camel, check, counts, doCell, doRow, doRows, doTable, error, escape, exception, fixtureName, getArgs, getArgsForTable, getLinkedFixtureWithArgs, ignore, info, info, interpretTables, label, loadFixture, parse, right, wrong, wrong |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AliasFixture
public AliasFixture()
setDelegateFixture
public void setDelegateFixture(Fixture delegateFixture)
doTables
public void doTables(Parse tables)
- Overrides:
doTables
in class Fixture
doCells
public void doCells(Parse cells)
- Overrides:
doCells
in class Fixture
replace
public java.lang.String replace(java.lang.String value,
int index)
- Callback when text() is called, and could be replaced
- Parameters:
value
- index
-
- Returns:
loadMapping
public void loadMapping(Parse cells)
getMapping
public java.util.HashMap<java.lang.String,java.lang.String> getMapping()
loadMapping
public void loadMapping(java.lang.String filename)
Copyright © 2009 SourceForge. All Rights Reserved.