abbot
Class AssertionFailedError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by junit.framework.AssertionFailedError
              extended by abbot.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

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-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge