Uses of Class
org.assertj.core.api.ProxyableObjectAssert
-
Packages that use ProxyableObjectAssert Package Description org.assertj.core.api -
-
Uses of ProxyableObjectAssert in org.assertj.core.api
Methods in org.assertj.core.api that return ProxyableObjectAssert Modifier and Type Method Description <T> ProxyableObjectAssert<T>Java6AbstractStandardSoftAssertions. assertThat(T actual)Creates a new instance of.ObjectAssert<T> ProxyableObjectAssert<T>Java6AbstractStandardSoftAssertions. assertThatObject(T actual)Creates a new instance offor any object.ObjectAssertstatic <T> ProxyableObjectAssert<T>Assumptions. assumeThat(T actual)Creates a new instance ofassumption.ObjectAssertdefault <T> ProxyableObjectAssert<T>WithAssumptions. assumeThat(T actual)Creates a new instance ofassumption.ObjectAssertstatic <T> ProxyableObjectAssert<T>Assumptions. assumeThatObject(T actual)Creates a new instance ofassumption.ObjectAssertdefault <T> ProxyableObjectAssert<T>WithAssumptions. assumeThatObject(T actual)Creates a new instance offor any object.ObjectAssert<T> ProxyableObjectAssert<T>Java6AbstractBDDSoftAssertions. then(T actual)Creates a new instance of.ObjectAssert<T> ProxyableObjectAssert<T>Java6AbstractBDDSoftAssertions. thenObject(T actual)Creates a new instance offor any object.ObjectAssert
-