Class ProxyableObjectArrayAssert<ELEMENT>

java.lang.Object
org.assertj.core.api.AbstractAssert<SELF,ELEMENT[]>
org.assertj.core.api.AbstractObjectArrayAssert<ProxyableObjectArrayAssert<ELEMENT>,ELEMENT>
org.assertj.core.api.ProxyableObjectArrayAssert<ELEMENT>
All Implemented Interfaces:
ArraySortedAssert<AbstractObjectArrayAssert<ProxyableObjectArrayAssert<ELEMENT>,ELEMENT>,ELEMENT>, Assert<ProxyableObjectArrayAssert<ELEMENT>,ELEMENT[]>, Descriptable<ProxyableObjectArrayAssert<ELEMENT>>, EnumerableAssert<AbstractObjectArrayAssert<ProxyableObjectArrayAssert<ELEMENT>,ELEMENT>,ELEMENT>, ExtensionPoints<ProxyableObjectArrayAssert<ELEMENT>,ELEMENT[]>, IndexedObjectEnumerableAssert<AbstractObjectArrayAssert<ProxyableObjectArrayAssert<ELEMENT>,ELEMENT>,ELEMENT>, ObjectEnumerableAssert<AbstractObjectArrayAssert<ProxyableObjectArrayAssert<ELEMENT>,ELEMENT>,ELEMENT>

public class ProxyableObjectArrayAssert<ELEMENT> extends AbstractObjectArrayAssert<ProxyableObjectArrayAssert<ELEMENT>,ELEMENT>
Concrete assertions for arrays of objects without any final methods to allow proxying.