com.google.common.testing
Class GuavaAsserts.TestAssertionFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by com.google.common.testing.GuavaAsserts.TestAssertionFailure
All Implemented Interfaces:
Serializable
Enclosing class:
GuavaAsserts

public static class GuavaAsserts.TestAssertionFailure
extends AssertionError

An error thrown when test assertions are shown to be invalid.

Author:
[email protected] (Christian Gruber)
See Also:
Serialized Form

Constructor Summary
GuavaAsserts.TestAssertionFailure()
           
GuavaAsserts.TestAssertionFailure(String errorMessage)
           
 
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

GuavaAsserts.TestAssertionFailure

public GuavaAsserts.TestAssertionFailure()

GuavaAsserts.TestAssertionFailure

public GuavaAsserts.TestAssertionFailure(String errorMessage)


Copyright © 2010-2011. All Rights Reserved.