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
.ObjectArrayAssert
static <T> ProxyableObjectArrayAssert<T>
Assumptions.assumeThat
(T[] actual) Creates a new instance of
assumption.ObjectArrayAssert
default <T> ProxyableObjectArrayAssert<T>
WithAssumptions.assumeThat
(T[] actual) Creates a new instance of
assumption.ObjectArrayAssert
static <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
.ObjectArrayAssert
Constructors in org.assertj.core.api with parameters of type ProxyableObjectArrayAssertModifierConstructorDescription