abbot
Class AssertionFailedError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjunit.framework.AssertionFailedError
              extended byabbot.AssertionFailedError
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ForkedStepRunner.ForkedFailure, WaitTimedOutError

public class AssertionFailedError
extends AssertionFailedError

Indirect usage to avoid too much direct linkage to JUnit.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Error
 
Constructor Summary
AssertionFailedError()
           
AssertionFailedError(String msg)
           
AssertionFailedError(String msg, Step step)
           
 
Method Summary
 File getFile()
           
 int getLine()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssertionFailedError

public AssertionFailedError()

AssertionFailedError

public AssertionFailedError(String msg)

AssertionFailedError

public AssertionFailedError(String msg,
                            Step step)
Method Detail

getFile

public File getFile()

getLine

public int getLine()


Copyright © 2002-2004 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge