Uses of Class
org.assertj.core.api.FutureAssert
-
Packages that use FutureAssert Package Description org.assertj.core.api -
-
Uses of FutureAssert in org.assertj.core.api
Methods in org.assertj.core.api that return FutureAssert Modifier and Type Method Description <RESULT> FutureAssert<RESULT>
Java6AbstractStandardSoftAssertions. assertThat(Future<? extends RESULT> actual)
Creates a new instance of
.FutureAssert
<RESULT> FutureAssert<RESULT>
Java6AbstractBDDSoftAssertions. then(Future<RESULT> actual)
Creates a new instance of
.FutureAssert
-