public class AllPairs extends AllCombinations
Modifier and Type | Class and Description |
---|---|
static class |
AllPairs.Cases |
class |
AllPairs.Item |
class |
AllPairs.Pair |
static class |
AllPairs.Pairs |
static class |
AllPairs.Setup |
static class |
AllPairs.Stats |
static class |
AllPairs.Step |
class |
AllPairs.Var |
AllFiles.Expand
Fixture.RunTime
Modifier and Type | Field and Description |
---|---|
static java.util.List |
cases |
static AllPairs |
fut |
java.util.SortedSet |
pairs |
int |
rank |
int |
steps |
java.util.Map |
toItem |
java.util.List |
vars |
caseNumber, lists, row
Constructor and Description |
---|
AllPairs() |
Modifier and Type | Method and Description |
---|---|
protected void |
combinations() |
protected void |
doAllItemPairs(AllPairs.Var vl,
AllPairs.Var vr) |
protected void |
doAllItems(AllPairs.Var var,
java.util.List files) |
protected void |
doAllVarPairs() |
protected void |
doAllVars() |
protected void |
emit(AllPairs.Item[] slug) |
protected void |
fill(AllPairs.Item[] slug,
AllPairs.Pair pair) |
protected void |
generate() |
protected boolean |
isFull(AllPairs.Item[] slug) |
protected AllPairs.Pair |
nextFit(AllPairs.Item[] slug) |
protected AllPairs.Pair |
nextPair() |
protected void |
populate() |
combinations, doCase, doRow, doTable
doFiles, doRow, expand, expand, pop, pushAndCheck, read, run
camel, check, counts, doCell, doCells, doRows, doTables, error, escape, exception, fixtureName, getArgs, getArgsForTable, getLinkedFixtureWithArgs, ignore, info, info, interpretTables, label, loadFixture, parse, right, wrong, wrong
public int rank
public int steps
public java.util.Map toItem
public java.util.List vars
public java.util.SortedSet pairs
public static AllPairs fut
public static java.util.List cases
protected void combinations()
combinations
in class AllCombinations
protected void populate()
protected void doAllVars()
protected void doAllItems(AllPairs.Var var, java.util.List files)
protected void doAllVarPairs()
protected void doAllItemPairs(AllPairs.Var vl, AllPairs.Var vr)
protected void generate()
protected void fill(AllPairs.Item[] slug, AllPairs.Pair pair)
protected boolean isFull(AllPairs.Item[] slug)
protected AllPairs.Pair nextFit(AllPairs.Item[] slug)
protected AllPairs.Pair nextPair()
protected void emit(AllPairs.Item[] slug)
Copyright © 2013 Fit. All Rights Reserved.