eg
Class AllCombinations

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

public class AllCombinations
extends AllFiles


Nested Class Summary
 
Nested classes/interfaces inherited from class eg.AllFiles
AllFiles.Expand
 
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
 
Field Summary
protected  int caseNumber
           
protected  java.util.List lists
           
protected  Parse row
           
 
Fields inherited from class eg.AllFiles
fileStack, runCount
 
Fields inherited from class fit.Fixture
args, counts, gray, green, red, summary, yellow
 
Constructor Summary
AllCombinations()
           
 
Method Summary
protected  void combinations()
           
protected  void combinations(int index, java.util.List combination)
           
protected  void doCase(java.util.List combination)
           
protected  void doRow(Parse row, java.util.List files)
           
 void doTable(Parse table)
           
 
Methods inherited from class eg.AllFiles
doFiles, doRow, expand, expand, pop, pushAndCheck, read, run
 
Methods inherited from class fit.Fixture
camel, check, counts, doCell, doCells, doRows, 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

lists

protected java.util.List lists

row

protected Parse row

caseNumber

protected int caseNumber
Constructor Detail

AllCombinations

public AllCombinations()
Method Detail

doTable

public void doTable(Parse table)
Overrides:
doTable in class Fixture

doRow

protected void doRow(Parse row,
                     java.util.List files)
Overrides:
doRow in class AllFiles

combinations

protected void combinations()

combinations

protected void combinations(int index,
                            java.util.List combination)

doCase

protected void doCase(java.util.List combination)


Copyright © 2011 Fit. All Rights Reserved.