fit
Class AliasFixture

java.lang.Object
  extended by fit.Fixture
      extended by fit.AliasFixture

public class AliasFixture
extends Fixture

Special Fixture defining a mapping for <target/> Values.


Nested Class Summary
 
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
 
Field Summary
 
Fields inherited from class fit.Fixture
args, counts, gray, green, red, summary, yellow
 
Constructor Summary
AliasFixture()
           
 
Method Summary
 void doCells(Parse cells)
           
 void doTables(Parse tables)
           
 java.util.HashMap<java.lang.String,java.lang.String> getMapping()
           
 void loadMapping(Parse cells)
           
 void loadMapping(java.lang.String filename)
           
 java.lang.String replace(java.lang.String value, int index)
          Callback when text() is called, and could be replaced
 void setDelegateFixture(Fixture delegateFixture)
           
 
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
 

Constructor Detail

AliasFixture

public AliasFixture()
Method Detail

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.