fit
Class ArgumentFixture

java.lang.Object
  extended by fit.Fixture
      extended by fit.ArgumentFixture
Direct Known Subclasses:
ContextSeleniumFixture

public abstract class ArgumentFixture
extends Fixture


Nested Class Summary
 
Nested classes/interfaces inherited from class fit.Fixture
Fixture.RunTime
 
Field Summary
protected static java.lang.Class[] args
           
 
Fields inherited from class fit.Fixture
counts, gray, green, red, summary, yellow
 
Constructor Summary
ArgumentFixture()
           
 
Method Summary
 void doCells(Parse cells)
           
protected  void exception(Argument arg, java.lang.Exception e)
           
 boolean isStop()
           
protected  void right(Argument arg)
           
 void setStop(boolean stop)
           
protected  void wrong(Argument arg)
           
protected  void wrong(Argument arg, java.lang.Object actual)
          Markiert die gegebene Selenim Zelle (arg) als Falsch.
protected  void wrong(Argument arg, java.lang.String actual)
           
 
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
 

Field Detail

args

protected static java.lang.Class[] args
Constructor Detail

ArgumentFixture

public ArgumentFixture()
Method Detail

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.