net.thucydides.core.webdriver
Class WebdriverAssertionError

Package class diagram package WebdriverAssertionError
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by net.thucydides.core.webdriver.WebdriverAssertionError
All Implemented Interfaces:
Serializable

public class WebdriverAssertionError
extends AssertionError

Turns a webdriver error into an ordinary assertion error.

See Also:
Serialized Form

Constructor Summary
WebdriverAssertionError(Throwable cause)
           
 
Method Summary
 
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

WebdriverAssertionError

public WebdriverAssertionError(Throwable cause)


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.