Uses of Class
org.assertj.core.api.AbstractFutureAssert
-
Packages that use AbstractFutureAssert Package Description org.assertj.core.api -
-
Uses of AbstractFutureAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractFutureAssert Modifier and Type Class Description classAbstractFutureAssert<SELF extends AbstractFutureAssert<SELF,ACTUAL,RESULT>,ACTUAL extends Future<RESULT>,RESULT>Subclasses of AbstractFutureAssert in org.assertj.core.api Modifier and Type Class Description classFutureAssert<RESULT>Assertion methods forFuture.Methods in org.assertj.core.api that return AbstractFutureAssert Modifier and Type Method Description static <RESULT> AbstractFutureAssert<?,? extends Future<? extends RESULT>,RESULT>Assertions. assertThat(Future<RESULT> actual)Create assertion forFuture.static <RESULT> AbstractFutureAssert<?,? extends Future<? extends RESULT>,RESULT>Java6Assertions. assertThat(Future<RESULT> actual)Create assertion forFuture.default <RESULT> AbstractFutureAssert<?,? extends Future<? extends RESULT>,RESULT>WithAssertions. assertThat(Future<RESULT> actual)Delegate call toAssertions.assertThat(Future)static <RESULT> AbstractFutureAssert<?,? extends Future<? extends RESULT>,RESULT>BDDAssertions. then(Future<RESULT> actual)Creates a new instance ofFutureAssertstatic <RESULT> AbstractFutureAssert<?,? extends Future<? extends RESULT>,RESULT>Java6BDDAssertions. then(Future<RESULT> actual)Creates a new instance of.FutureAssert
-