Class SoftAssertionListAssert<ELEMENT>

java.lang.Object
org.assertj.core.api.AbstractAssert<SoftAssertionListAssert<ELEMENT>,List<? extends ELEMENT>>
org.assertj.core.api.AbstractIterableAssert<SoftAssertionListAssert<ELEMENT>,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>>
org.assertj.core.api.AbstractListAssert<SoftAssertionListAssert<ELEMENT>,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>>
org.assertj.core.api.FactoryBasedNavigableListAssert<SoftAssertionListAssert<ELEMENT>,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>>
org.assertj.core.api.SoftAssertionListAssert<ELEMENT>
All Implemented Interfaces:
Assert<SoftAssertionListAssert<ELEMENT>,List<? extends ELEMENT>>, Descriptable<SoftAssertionListAssert<ELEMENT>>, EnumerableAssert<SoftAssertionListAssert<ELEMENT>,ELEMENT>, ExtensionPoints<SoftAssertionListAssert<ELEMENT>,List<? extends ELEMENT>>, IndexedObjectEnumerableAssert<SoftAssertionListAssert<ELEMENT>,ELEMENT>, ObjectEnumerableAssert<SoftAssertionListAssert<ELEMENT>,ELEMENT>

public class SoftAssertionListAssert<ELEMENT> extends FactoryBasedNavigableListAssert<SoftAssertionListAssert<ELEMENT>,List<? extends ELEMENT>,ELEMENT,ObjectAssert<ELEMENT>>
Concrete assertions for Lists without any final methods to allow proxying.
Since:
2.5.1 / 3.5.1