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>Java6Assertions. assertThat(Future<RESULT> actual)Deprecated.Create assertion forFuture.static <RESULT> AbstractFutureAssert<?,? extends Future<? extends RESULT>,RESULT>Assumptions. assumeThat(Future<RESULT> future)Create assertion forFutureAssertassumption.default <RESULT> AbstractFutureAssert<?,? extends Future<? extends RESULT>,RESULT>WithAssumptions. assumeThat(Future<RESULT> actual)Create assertion forFutureAssertassumption.static <RESULT> AbstractFutureAssert<?,? extends Future<? extends RESULT>,RESULT>Java6BDDAssertions. then(Future<RESULT> actual)Deprecated.Creates a new instance of.FutureAssert
-