Uses of Class
org.assertj.core.api.ProxyableObjectArrayAssert
Packages that use ProxyableObjectArrayAssert
-
Uses of ProxyableObjectArrayAssert in org.assertj.core.api
Methods in org.assertj.core.api that return ProxyableObjectArrayAssertModifier and TypeMethodDescriptiondefault <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 ProxyableObjectArrayAssertModifierConstructorDescription