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 default <T> ProxyableObjectArrayAssert<T>Java6StandardSoftAssertionsProvider. 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.ObjectArrayAssertstatic <T> ProxyableObjectArrayAssert<T>BDDAssumptions. given(T[] actual)Creates a new assumption's instance for an objects' array.protected ProxyableObjectArrayAssert<ELEMENT>ProxyableObjectArrayAssert. newObjectArrayAssert(ELEMENT[] array)default <T> ProxyableObjectArrayAssert<T>Java6BDDSoftAssertionsProvider. 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)
-