| java.lang.Object fit.Fixture fit.ColumnFixture fit.RowFixture
All known Subclasses: fitnesse.fixtures.PayCheckRecordFixture, fitnesse.fixtures.PrimeNumberRowFixture, fitnesse.fixtures.FileSectionDirectoryListing, fitnesse.fixtures.PrimeFactorsFixture, eg.employeePayroll.PaycheckInspector, fitnesse.fixtures.EmployeePayRecordsRowFixture,
Method Summary | |
protected void | bin(Map map, Object key, Object row) | protected Parse | buildCells(Object row) | protected Parse | buildRows(Object[] rows) | protected Map | cSort(List list, int col) | protected void | check(List eList, List cList) | public void | doRows(Parse rows) | protected Map | eSort(List list, int col) | abstract public Class | getTargetClass() | protected List | list(Parse rows) | protected List | list(Object[] rows) | protected void | mark(Parse rows, String message) | protected void | mark(Iterator rows, String message) | protected void | match(List expected, List computed, int col) | abstract public Object[] | query() | protected Set | union(Set a, Set b) |
getTargetClass | abstract public Class getTargetClass()(Code) | | |
match | protected void match(List expected, List computed, int col)(Code) | | |
Methods inherited from fit.Fixture | public static void ClearSymbols()(Code)(Java Doc) public static Object callParseMethod(Class type, String s) throws Exception(Code)(Java Doc) public static String camel(String name)(Code)(Java Doc) public void check(Parse cell, TypeAdapter a)(Code)(Java Doc) public String counts()(Code)(Java Doc) public void doCell(Parse cell, int columnNumber)(Code)(Java Doc) public void doCells(Parse cells)(Code)(Java Doc) public void doRow(Parse row)(Code)(Java Doc) public void doRows(Parse rows)(Code)(Java Doc) public void doTable(Parse table)(Code)(Java Doc) public void doTables(Parse tables)(Code)(Java Doc) public static String escape(String string)(Code)(Java Doc) public static String escape(String string, char from, String to)(Code)(Java Doc) public void exception(Parse cell, Throwable exception)(Code)(Java Doc) public String[] getArgs()(Code)(Java Doc) void getArgsForTable(Parse table)(Code)(Java Doc) protected Fixture getLinkedFixtureWithArgs(Parse tables) throws Throwable(Code)(Java Doc) public static Object getSymbol(String name)(Code)(Java Doc) protected Class getTargetClass()(Code)(Java Doc) public static String gray(String string)(Code)(Java Doc) public void handleBlankCell(Parse cell, TypeAdapter a)(Code)(Java Doc) public static boolean hasParseMethod(Class type)(Code)(Java Doc) public void ignore(Parse cell)(Code)(Java Doc) protected void interpretTables(Parse tables)(Code)(Java Doc) public boolean isFriendlyException(Throwable exception)(Code)(Java Doc) public static String label(String string)(Code)(Java Doc) public static Fixture loadFixture(String fixtureName) throws Throwable(Code)(Java Doc) public Object parse(String s, Class type) throws Exception(Code)(Java Doc) public void right(Parse cell)(Code)(Java Doc) public static void setSymbol(String name, Object value)(Code)(Java Doc) public void wrong(Parse cell)(Code)(Java Doc) public void wrong(Parse cell, String actual)(Code)(Java Doc)
|
|
|