eg
Class AllFiles
java.lang.Object
fit.Fixture
eg.AllFiles
- Direct Known Subclasses:
- AllCombinations
public class AllFiles
- extends Fixture
|
Method Summary |
protected void |
doFiles(Parse row,
java.util.List files)
|
void |
doRow(Parse row)
|
protected void |
doRow(Parse row,
java.util.List files)
|
protected void |
expand(java.io.File path,
java.util.StringTokenizer tokens,
java.util.List result)
|
protected java.util.List |
expand(java.lang.String pattern)
|
protected void |
pop(java.io.File path)
|
protected boolean |
pushAndCheck(java.io.File path)
|
protected java.lang.String |
read(java.io.File input)
|
protected void |
run(java.io.File path,
Fixture fixture,
Parse cells)
|
| Methods inherited from class fit.Fixture |
camel, check, counts, doCell, doCells, doRows, doTable, doTables, 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 |
runCount
public static int runCount
fileStack
public static java.util.List fileStack
AllFiles
public AllFiles()
doRow
public void doRow(Parse row)
- Overrides:
doRow in class Fixture
expand
protected java.util.List expand(java.lang.String pattern)
expand
protected void expand(java.io.File path,
java.util.StringTokenizer tokens,
java.util.List result)
doRow
protected void doRow(Parse row,
java.util.List files)
doFiles
protected void doFiles(Parse row,
java.util.List files)
run
protected void run(java.io.File path,
Fixture fixture,
Parse cells)
pushAndCheck
protected boolean pushAndCheck(java.io.File path)
pop
protected void pop(java.io.File path)
read
protected java.lang.String read(java.io.File input)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2011 Fit. All Rights Reserved.