com.googlecode.catchexception.throwable.apis
Class CatchThrowableAssert

java.lang.Object
  extended by org.assertj.core.api.AbstractAssert<S,A>
      extended by org.assertj.core.api.AbstractThrowableAssert<CatchThrowableAssert,Throwable>
          extended by com.googlecode.catchexception.throwable.apis.CatchThrowableAssert
All Implemented Interfaces:
org.assertj.core.api.Assert<CatchThrowableAssert,Throwable>, org.assertj.core.api.Descriptable<CatchThrowableAssert>, org.assertj.core.api.ExtensionPoints<CatchThrowableAssert,Throwable>

public class CatchThrowableAssert
extends org.assertj.core.api.AbstractThrowableAssert<CatchThrowableAssert,Throwable>


Field Summary
 
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself
 
Constructor Summary
protected CatchThrowableAssert(Throwable actual)
           
 
Method Summary
 
Methods inherited from class org.assertj.core.api.AbstractThrowableAssert
hasCauseExactlyInstanceOf, hasCauseInstanceOf, hasMessage, hasMessageContaining, hasMessageEndingWith, hasMessageStartingWith, hasNoCause, hasRootCauseExactlyInstanceOf, hasRootCauseInstanceOf
 
Methods inherited from class org.assertj.core.api.AbstractAssert
as, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparator
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatchThrowableAssert

protected CatchThrowableAssert(Throwable actual)


Copyright © 2015. All rights reserved.