Uses of Class
org.assertj.core.api.ProxyableObjectArrayAssert
-
Packages that use ProxyableObjectArrayAssert Package Description org.assertj.core.api -
-
Uses of ProxyableObjectArrayAssert in org.assertj.core.api
Methods in org.assertj.core.api that return ProxyableObjectArrayAssert Modifier and Type Method Description <T> ProxyableObjectArrayAssert<T>Java6AbstractStandardSoftAssertions. assertThat(T[] actual)Creates a new instance of.ObjectArrayAssertstatic <T> ProxyableObjectArrayAssert<T>Assumptions. assumeThat(T[] actual)Creates a new instance ofassumption.ObjectArrayAssertdefault <T> ProxyableObjectArrayAssert<T>WithAssumptions. assumeThat(T[] actual)Creates a new instance ofassumption.ObjectArrayAssertprotected ProxyableObjectArrayAssert<ELEMENT>ProxyableObjectArrayAssert. newObjectArrayAssert(ELEMENT[] array)<T> ProxyableObjectArrayAssert<T>Java6AbstractBDDSoftAssertions. then(T[] actual)Creates a new instance of.ObjectArrayAssertConstructors in org.assertj.core.api with parameters of type ProxyableObjectArrayAssert Constructor Description ProxyableObjectArrayAssert(ProxyableObjectArrayAssert<ELEMENT> actual)
-