fit
Class Fixture
java.lang.Object
fit.Fixture
- Direct Known Subclasses:
- ActionFixture, ColumnFixture, PrimitiveFixture, Summary
public class Fixture
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
summary
public java.util.Map summary
counts
public Counts counts
args
protected java.lang.String[] args
green
public static java.lang.String green
red
public static java.lang.String red
gray
public static java.lang.String gray
yellow
public static java.lang.String yellow
Fixture
public Fixture()
doTables
public void doTables(Parse tables)
interpretTables
protected void interpretTables(Parse tables)
getLinkedFixtureWithArgs
protected Fixture getLinkedFixtureWithArgs(Parse tables)
throws java.lang.Exception
- Throws:
java.lang.Exception
fixtureName
public Parse fixtureName(Parse tables)
loadFixture
public Fixture loadFixture(java.lang.String fixtureName)
throws java.lang.InstantiationException,
java.lang.IllegalAccessException
- Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
getArgsForTable
protected void getArgsForTable(Parse table)
doTable
public void doTable(Parse table)
doRows
public void doRows(Parse rows)
doRow
public void doRow(Parse row)
doCells
public void doCells(Parse cells)
doCell
public void doCell(Parse cell,
int columnNumber)
right
public void right(Parse cell)
wrong
public void wrong(Parse cell)
wrong
public void wrong(Parse cell,
java.lang.String actual)
info
public void info(Parse cell,
java.lang.String message)
info
public java.lang.String info(java.lang.String message)
ignore
public void ignore(Parse cell)
error
public void error(Parse cell,
java.lang.String message)
exception
public void exception(Parse cell,
java.lang.Throwable exception)
counts
public java.lang.String counts()
label
public static java.lang.String label(java.lang.String string)
escape
public static java.lang.String escape(java.lang.String string)
camel
public static java.lang.String camel(java.lang.String name)
parse
public java.lang.Object parse(java.lang.String s,
java.lang.Class type)
throws java.lang.Exception
- Throws:
java.lang.Exception
check
public void check(Parse cell,
TypeAdapter a)
getArgs
public java.lang.String[] getArgs()
Copyright © 2009 SourceForge. All Rights Reserved.