fit
Class ArgumentFixture
java.lang.Object
fit.Fixture
fit.ArgumentFixture
- Direct Known Subclasses:
- ContextSeleniumFixture
public abstract class ArgumentFixture
- extends Fixture
Field Summary |
protected static java.lang.Class[] |
args
|
Methods inherited from class fit.Fixture |
camel, check, counts, doCell, doRow, doRows, doTable, 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 |
args
protected static java.lang.Class[] args
ArgumentFixture
public ArgumentFixture()
isStop
public boolean isStop()
setStop
public void setStop(boolean stop)
doCells
public void doCells(Parse cells)
- Overrides:
doCells
in class Fixture
exception
protected void exception(Argument arg,
java.lang.Exception e)
wrong
protected void wrong(Argument arg)
wrong
protected void wrong(Argument arg,
java.lang.String actual)
wrong
protected void wrong(Argument arg,
java.lang.Object actual)
- Markiert die gegebene Selenim Zelle (arg) als Falsch.
Ist actual
null
wird "null" weggeschrieben. In allen anderen
fällen wird toString auf actual gerufen.
right
protected void right(Argument arg)
Copyright © 2009 SourceForge. All Rights Reserved.