eg
Class AllFiles

java.lang.Object
  extended by fit.Fixture
      extended by eg.AllFiles
Direct Known Subclasses:
AllCombinations

public class AllFiles
extends Fixture


Nested Class Summary
static class AllFiles.Expand
           
 
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
 
Field Summary
static java.util.List fileStack
           
static int runCount
           
 
Fields inherited from class fit.Fixture
args, counts, gray, green, red, summary, yellow
 
Constructor Summary
AllFiles()
           
 
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
 

Field Detail

runCount

public static int runCount

fileStack

public static java.util.List fileStack
Constructor Detail

AllFiles

public AllFiles()
Method Detail

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.