| java.lang.Object fit.Fixture
All known Subclasses: fitnesse.fixtures.CountFixture, fitnesse.testutil.FailFixture, fitnesse.testutil.PassFixture, fitnesse.fixtures.FileSystemPageSetUp, fitnesse.fixtures.NoDefaultConstructorFixture, fitnesse.testutil.ErrorFixture, fitnesse.fixtures.ActionFixtureTestFixture, fitnesse.fixtures.PageBuilder, fitnesse.testutil.IgnoreFixture, fit.PrimitiveFixture, fit.Comment, fitnesse.fixtures.Sleep, fitnesse.fixtures.TearDown, fitnesse.fixtures.FileSection, fitnesse.testutil.EchoFixture, fitnesse.fixtures.ClasspathPrintingFixture, fitnesse.fixtures.TableFixture, fitnesse.testutil.CrashFixture, fit.ActionFixture, fitnesse.fixtures.SetUp, fitnesse.fixtures.FileSystemPageTearDown, fit.SummaryFixture, fit.ImportFixture, fitnesse.testutil.ClassNotFoundThrownInConstructor, fitnesse.testutil.OutputWritingFixture, fitnesse.testutil.ErrorWritingFixture, fit.ColumnFixture, fitnesse.fixtures.DelayedCountFixture,
Fixture | public class Fixture (Code) | | |
Inner Class :public class RunTime | |
Inner Class :class CellComparator | |
Inner Class :class Unparseable | |
Method Summary | |
public static Object | callParseMethod(Class type, String s) | public static String | camel(String name) | public void | check(Parse cell, TypeAdapter a) | public String | counts() | public void | doCell(Parse cell, int columnNumber) | public void | doCells(Parse cells) | public void | doRow(Parse row) | public void | doRows(Parse rows) | public void | doTable(Parse table) | public void | doTables(Parse tables) | public static String | escape(String string) | public static String | escape(String string, char from, String to) | public void | exception(Parse cell, Throwable exception) | public String[] | getArgs() | void | getArgsForTable(Parse table) | protected Fixture | getLinkedFixtureWithArgs(Parse tables) | public static Object | getSymbol(String name) | protected Class | getTargetClass() | public static String | gray(String string) | public void | handleBlankCell(Parse cell, TypeAdapter a) | public static boolean | hasParseMethod(Class type) | public void | ignore(Parse cell) | protected void | interpretTables(Parse tables) | public boolean | isFriendlyException(Throwable exception) | public static String | label(String string) | public static Fixture | loadFixture(String fixtureName) | public Object | parse(String s, Class type) | public void | right(Parse cell) | public static void | setSymbol(String name, Object value) | public void | wrong(Parse cell) | public void | wrong(Parse cell, String actual) |
doCell | public void doCell(Parse cell, int columnNumber)(Code) | | |
getArgsForTable | void getArgsForTable(Parse table)(Code) | | |
hasParseMethod | public static boolean hasParseMethod(Class type)(Code) | | |
interpretTables | protected void interpretTables(Parse tables)(Code) | | |
isFriendlyException | public boolean isFriendlyException(Throwable exception)(Code) | | |
|
|