Uses of Class
org.assertj.core.api.AbstractAssert
Packages that use AbstractAssert
-
Uses of AbstractAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractAssertModifier and TypeClassDescriptionclass
AbstractAssert<SELF extends AbstractAssert<SELF,
ACTUAL>, ACTUAL> Base class for all assertions.class
AbstractIterableAssert<SELF extends AbstractIterableAssert<SELF,
ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends Iterable<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> Base class for implementations of
whose actual value type isObjectEnumerableAssert
.Collection
class
AbstractIterableSizeAssert<SELF extends AbstractIterableAssert<SELF,
ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends Iterable<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> class
AbstractListAssert<SELF extends AbstractListAssert<SELF,
ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends List<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> Base class for all implementations of assertions forList
s.class
ClassBasedNavigableIterableAssert<SELF extends ClassBasedNavigableIterableAssert<SELF,
ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends Iterable<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> Build the Assert instance by reflection.class
ClassBasedNavigableListAssert<SELF extends ClassBasedNavigableListAssert<SELF,
ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends List<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> Build the Assert instance by reflection.class
FactoryBasedNavigableIterableAssert<SELF extends FactoryBasedNavigableIterableAssert<SELF,
ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends Iterable<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> Provides helper methods for navigating a list property in a generated assertion class so we can chain assertions through deeply nested models more easily.class
FactoryBasedNavigableListAssert<SELF extends FactoryBasedNavigableListAssert<SELF,
ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends List<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> Provides helper methods for navigating a list property in a generated assertion class so we can chain assertions through deeply nested models more easily.Subclasses of AbstractAssert in org.assertj.core.apiModifier and TypeClassDescriptionclass
AbstractArrayAssert<SELF extends AbstractArrayAssert<SELF,
ACTUAL, ELEMENT>, ACTUAL, ELEMENT> Base class for all array assertions.class
AbstractAtomicFieldUpdaterAssert<SELF extends AbstractAtomicFieldUpdaterAssert<SELF,
VALUE, ATOMIC, OBJECT>, VALUE, ATOMIC, OBJECT> Base class for all fieldupdater assertions.class
AbstractAtomicReferenceAssert<SELF extends AbstractAtomicReferenceAssert<SELF,
VALUE, ATOMIC>, VALUE, ATOMIC> Base class for atomic assertions.class
AbstractBigDecimalAssert<SELF extends AbstractBigDecimalAssert<SELF>>
Base class for all implementations of assertions forBigDecimal
s.class
AbstractBigIntegerAssert<SELF extends AbstractBigIntegerAssert<SELF>>
Base class for all implementations of assertions forBigInteger
s.class
AbstractBooleanArrayAssert<SELF extends AbstractBooleanArrayAssert<SELF>>
class
AbstractBooleanAssert<SELF extends AbstractBooleanAssert<SELF>>
Base class for all implementations of assertions forBoolean
s.class
AbstractByteArrayAssert<SELF extends AbstractByteArrayAssert<SELF>>
class
AbstractByteAssert<SELF extends AbstractByteAssert<SELF>>
Base class for all implementations of assertions forByte
s.class
AbstractCharacterAssert<SELF extends AbstractCharacterAssert<SELF>>
Base class for all implementations of assertions forCharacter
s.class
AbstractCharArrayAssert<SELF extends AbstractCharArrayAssert<SELF>>
class
AbstractCharSequenceAssert<SELF extends AbstractCharSequenceAssert<SELF,
ACTUAL>, ACTUAL extends CharSequence> Base class for all implementations of assertions forCharSequence
s.class
AbstractClassAssert<SELF extends AbstractClassAssert<SELF>>
Base class for all implementations of assertions forClass
es.class
AbstractComparableAssert<SELF extends AbstractComparableAssert<SELF,
ACTUAL>, ACTUAL extends Comparable<? super ACTUAL>> Base class for all implementations of
.ComparableAssert
class
AbstractCompletableFutureAssert<SELF extends AbstractCompletableFutureAssert<SELF,
RESULT>, RESULT> Assertions forCompletableFuture
.class
AbstractDateAssert<SELF extends AbstractDateAssert<SELF>>
Base class for all implementations of assertions forDate
s.class
AbstractDoubleArrayAssert<SELF extends AbstractDoubleArrayAssert<SELF>>
class
AbstractDoubleAssert<SELF extends AbstractDoubleAssert<SELF>>
Base class for all implementations of assertions forDouble
s.class
AbstractEnumerableAssert<SELF extends AbstractEnumerableAssert<SELF,
ACTUAL, ELEMENT>, ACTUAL, ELEMENT> Base implementation for Enumerable class assertions.class
AbstractFileAssert<SELF extends AbstractFileAssert<SELF>>
Base class for all implementations of assertions forFile
s.class
AbstractFloatArrayAssert<SELF extends AbstractFloatArrayAssert<SELF>>
class
AbstractFloatAssert<SELF extends AbstractFloatAssert<SELF>>
Base class for all implementations of assertions forFloat
s.class
AbstractFutureAssert<SELF extends AbstractFutureAssert<SELF,
ACTUAL, RESULT>, ACTUAL extends Future<RESULT>, RESULT> class
AbstractInputStreamAssert<SELF extends AbstractInputStreamAssert<SELF,
ACTUAL>, ACTUAL extends InputStream> Base class for all implementations of assertions forInputStream
s.class
AbstractInstantAssert<SELF extends AbstractInstantAssert<SELF>>
Assertions forInstant
type from new Date & Time API introduced in Java 8.class
AbstractIntArrayAssert<SELF extends AbstractIntArrayAssert<SELF>>
class
AbstractIntegerAssert<SELF extends AbstractIntegerAssert<SELF>>
Base class for all implementations of assertions forInteger
s.class
AbstractIterableAssert<SELF extends AbstractIterableAssert<SELF,
ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends Iterable<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> Base class for implementations of
whose actual value type isObjectEnumerableAssert
.Collection
class
AbstractIterableSizeAssert<SELF extends AbstractIterableAssert<SELF,
ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends Iterable<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> class
AbstractListAssert<SELF extends AbstractListAssert<SELF,
ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends List<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> Base class for all implementations of assertions forList
s.class
AbstractLocalDateAssert<SELF extends AbstractLocalDateAssert<SELF>>
Assertions forLocalDate
type from new Date & Time API introduced in Java 8.class
AbstractLocalDateTimeAssert<SELF extends AbstractLocalDateTimeAssert<SELF>>
Assertions forLocalDateTime
type from new Date & Time API introduced in Java 8.class
AbstractLocalTimeAssert<SELF extends AbstractLocalTimeAssert<SELF>>
Assertions forLocalTime
type from new Date & Time API introduced in Java 8.class
AbstractLongArrayAssert<SELF extends AbstractLongArrayAssert<SELF>>
class
AbstractLongAssert<SELF extends AbstractLongAssert<SELF>>
Base class for all implementations of assertions forLong
s.class
AbstractMapAssert<SELF extends AbstractMapAssert<SELF,
ACTUAL, K, V>, ACTUAL extends Map<K, V>, K, V> Base class for all implementations of assertions forMap
s.class
AbstractMapSizeAssert<SELF extends AbstractMapAssert<SELF,
A, KEY, VALUE>, A extends Map<KEY, VALUE>, KEY, VALUE> class
AbstractObjectArrayAssert<SELF extends AbstractObjectArrayAssert<SELF,
ELEMENT>, ELEMENT> Assertion methods for arrays of objects.class
AbstractObjectAssert<SELF extends AbstractObjectAssert<SELF,
ACTUAL>, ACTUAL> Base class for all implementations of assertions forObject
s.class
AbstractOffsetDateTimeAssert<SELF extends AbstractOffsetDateTimeAssert<SELF>>
Assertions forOffsetDateTime
type from new Date & Time API introduced in Java 8.class
AbstractOffsetTimeAssert<SELF extends AbstractOffsetTimeAssert<SELF>>
Assertions forOffsetTime
type from new Date & Time API introduced in Java 8.class
AbstractOptionalAssert<SELF extends AbstractOptionalAssert<SELF,
VALUE>, VALUE> Assertions forOptional
.class
AbstractOptionalDoubleAssert<SELF extends AbstractOptionalDoubleAssert<SELF>>
Assertions forOptionalDouble
.class
AbstractOptionalIntAssert<SELF extends AbstractOptionalIntAssert<SELF>>
Assertions forOptionalInt
.class
AbstractOptionalLongAssert<SELF extends AbstractOptionalLongAssert<SELF>>
Assertions forOptionalLong
.class
AbstractPathAssert<SELF extends AbstractPathAssert<SELF>>
Assertions forPath
objectsclass
AbstractPredicateAssert<SELF extends AbstractPredicateAssert<SELF,
T>, T> Assertions forPredicate
.(package private) class
AbstractPredicateLikeAssert<SELF extends AbstractPredicateLikeAssert<SELF,
PRIMITIVE_PREDICATE, PRIMITIVE>, PRIMITIVE_PREDICATE, PRIMITIVE> Assertions forPredicate
.class
AbstractShortArrayAssert<SELF extends AbstractShortArrayAssert<SELF>>
class
AbstractShortAssert<SELF extends AbstractShortAssert<SELF>>
Base class for all implementations of assertions forShort
s.class
AbstractTemporalAssert<SELF extends AbstractTemporalAssert<SELF,
TEMPORAL>, TEMPORAL extends Temporal> Base class for all implementations of assertions forTemporal
s.class
AbstractThrowableAssert<SELF extends AbstractThrowableAssert<SELF,
ACTUAL>, ACTUAL extends Throwable> Base class for all implementations of assertions forThrowable
s.class
AbstractUriAssert<SELF extends AbstractUriAssert<SELF>>
Base class for all implementations of assertions forURI
s.class
AbstractUrlAssert<SELF extends AbstractUrlAssert<SELF>>
Base class for all implementations of assertions forURL
s.class
AbstractZonedDateTimeAssert<SELF extends AbstractZonedDateTimeAssert<SELF>>
class
class
class
class
AtomicIntegerFieldUpdaterAssert<OBJECT>
Assertion methods forAtomicIntegerFieldUpdater
s.class
class
class
AtomicLongFieldUpdaterAssert<OBJECT>
Assertion methods forAtomicLongFieldUpdater
s.class
Assertion methods forAtomicMarkableReference
s.class
class
class
AtomicReferenceFieldUpdaterAssert<FIELD,
OBJECT> Assertion methods forAtomicReferenceFieldUpdater
s.class
AtomicStampedReferenceAssert<VALUE>
Assertion methods forAtomicStampedReference
s.class
Assertion methods forBigDecimal
s.class
Assertion methods forBigInteger
s.class
Assertion methods for arrays ofboolean
s.class
Assertion methods forBoolean
s.class
Assertion methods for arrays ofbyte
s.class
Assertion methods forByte
s.class
Assertion methods forCharacter
s.class
Assertion methods for arrays ofchar
s.class
Assertion methods forCharSequence
s.class
Assertion methods forClass
es.class
ClassBasedNavigableIterableAssert<SELF extends ClassBasedNavigableIterableAssert<SELF,
ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends Iterable<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> Build the Assert instance by reflection.class
ClassBasedNavigableListAssert<SELF extends ClassBasedNavigableListAssert<SELF,
ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends List<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> Build the Assert instance by reflection.class
CompletableFutureAssert<RESULT>
Assertions forCompletableFuture
.class
Assertions forDate
s.class
Assertion methods for arrays ofdouble
s.class
Assertion methods forDouble
s.class
Assertions forPredicate
.class
FactoryBasedNavigableIterableAssert<SELF extends FactoryBasedNavigableIterableAssert<SELF,
ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends Iterable<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> Provides helper methods for navigating a list property in a generated assertion class so we can chain assertions through deeply nested models more easily.class
FactoryBasedNavigableListAssert<SELF extends FactoryBasedNavigableListAssert<SELF,
ACTUAL, ELEMENT, ELEMENT_ASSERT>, ACTUAL extends List<? extends ELEMENT>, ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>> Provides helper methods for navigating a list property in a generated assertion class so we can chain assertions through deeply nested models more easily.class
Assertion methods forFile
s.class
Assertion methods for arrays offloat
s.class
Assertion methods for floats.class
FutureAssert<RESULT>
Assertion methods forFuture
.class
GenericComparableAssert<ACTUAL extends Comparable<? super ACTUAL>>
Concrete generic
to be used throughComparableAssert
Assertions.assertThat(java.lang.Comparable)
.class
Assertion methods forInputStream
s.class
Assertion methods forInstant
s.class
Assertion methods for arrays ofint
s.class
Assertion methods forInteger
s.class
Assertions forPredicate
.class
IterableAssert<ELEMENT>
Assertion methods forIterable
.class
class
ListAssert<ELEMENT>
Assertion methods forList
s.class
class
class
class
Assertion methods for arrays oflong
s.class
Assertion methods forLong
s.class
Assertions forLongPredicate
.class
MapAssert<KEY,
VALUE> Assertions forMap
s.class
MapSizeAssert<KEY,
VALUE> class
ObjectArrayAssert<ELEMENT>
Assertion methods for arrays of objects.class
ObjectAssert<ACTUAL>
Assertion methods forObject
s.class
class
class
OptionalAssert<VALUE>
Assertions forOptional
.class
Assertions forOptionalDouble
.class
Assertions forOptionalInt
.class
Assertions forOptionalLong
.class
Assertion class forPath
sclass
Assertions forPredicate
.class
Assertion methods for arrays ofshort
s.class
Assertion methods forShort
s.class
Concrete assertions forClass
s without any final methods to allow proxying.class
SoftAssertionIterableAssert<ELEMENT>
Concrete assertions forIterable
s without any final methods to allow proxying.class
SoftAssertionListAssert<ELEMENT>
Concrete assertions forList
s without any final methods to allow proxying.class
SoftAssertionMapAssert<KEY,
VALUE> Concrete assertions forMap
s without any final methods to allow proxying.class
Concrete assertions forPredicate
s without any final methods to allow proxying.class
Assertion methods forString
s.class
Assertion methods forThrowable
s.class
ThrowableAssertAlternative<T extends Throwable>
Assertion methods forThrowable
similar toThrowableAssert
but with assertions methods named differently to make testing code fluent (ex :withMessage
instead ofhasMessage
.class
Assertion class forURI
sclass
Assertion class forURL
sclass
Assertions forZonedDateTime
type from new Date & Time API introduced in Java 8.Fields in org.assertj.core.api declared as AbstractAssertMethods in org.assertj.core.api with type parameters of type AbstractAssertModifier and TypeMethodDescriptionstatic <ACTUAL extends Iterable<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
ClassBasedNavigableIterableAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> Assertions.assertThat
(ACTUAL actual, Class<ELEMENT_ASSERT> assertClass) Creates a new instance of
allowing to navigate to anyClassBasedNavigableIterableAssert
Iterable
element in order to perform assertions on it.static <ACTUAL extends Iterable<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
FactoryBasedNavigableIterableAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> Assertions.assertThat
(Iterable<? extends ELEMENT> actual, AssertFactory<ELEMENT, ELEMENT_ASSERT> assertFactory) Creates a new instance of
allowing to navigate to anyFactoryBasedNavigableIterableAssert
Iterable
element in order to perform assertions on it.static <ELEMENT,
ACTUAL extends List<? extends ELEMENT>, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
ClassBasedNavigableListAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> Assertions.assertThat
(List<? extends ELEMENT> actual, Class<ELEMENT_ASSERT> assertClass) Creates a new instance of
tallowing to navigate to anyClassBasedNavigableListAssert
List
element in order to perform assertions on it.static <ACTUAL extends List<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
FactoryBasedNavigableListAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> Assertions.assertThat
(List<? extends ELEMENT> actual, AssertFactory<ELEMENT, ELEMENT_ASSERT> assertFactory) Creates a new instance of
allowing to navigate to anyFactoryBasedNavigableListAssert
List
element in order to perform assertions on it.static <ACTUAL extends Iterable<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
ClassBasedNavigableIterableAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> AssertionsForInterfaceTypes.assertThat
(ACTUAL actual, Class<ELEMENT_ASSERT> assertClass) static <ACTUAL extends Iterable<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
FactoryBasedNavigableIterableAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> AssertionsForInterfaceTypes.assertThat
(Iterable<? extends ELEMENT> actual, AssertFactory<ELEMENT, ELEMENT_ASSERT> assertFactory) Creates a new instance of
.IterableAssert
static <ELEMENT,
ACTUAL extends List<? extends ELEMENT>, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
ClassBasedNavigableListAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> AssertionsForInterfaceTypes.assertThat
(List<? extends ELEMENT> actual, Class<ELEMENT_ASSERT> assertClass) static <ACTUAL extends List<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
FactoryBasedNavigableListAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> AssertionsForInterfaceTypes.assertThat
(List<? extends ELEMENT> actual, AssertFactory<ELEMENT, ELEMENT_ASSERT> assertFactory) static <ACTUAL extends Iterable<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
ClassBasedNavigableIterableAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> Java6Assertions.assertThat
(ACTUAL actual, Class<ELEMENT_ASSERT> assertClass) Creates a new instance of
allowing to navigate to anyClassBasedNavigableIterableAssert
Iterable
element in order to perform assertions on it.static <ACTUAL extends Iterable<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
FactoryBasedNavigableIterableAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> Java6Assertions.assertThat
(Iterable<? extends ELEMENT> actual, AssertFactory<ELEMENT, ELEMENT_ASSERT> assertFactory) Creates a new instance of
allowing to navigate to anyFactoryBasedNavigableIterableAssert
Iterable
element in order to perform assertions on it.static <ELEMENT,
ACTUAL extends List<? extends ELEMENT>, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
ClassBasedNavigableListAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> Java6Assertions.assertThat
(List<? extends ELEMENT> actual, Class<ELEMENT_ASSERT> assertClass) Creates a new instance of
allowing to navigate to anyClassBasedNavigableListAssert
List
element in order to perform assertions on it.static <ACTUAL extends List<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
FactoryBasedNavigableListAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> Java6Assertions.assertThat
(List<? extends ELEMENT> actual, AssertFactory<ELEMENT, ELEMENT_ASSERT> assertFactory) Creates a new instance of
allowing to navigate to anyFactoryBasedNavigableListAssert
List
element in order to perform assertions on it.default <ACTUAL extends Iterable<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
ClassBasedNavigableIterableAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> WithAssertions.assertThat
(ACTUAL actual, Class<ELEMENT_ASSERT> assertClass) Delegate call toAssertions.assertThat(Iterable, Class)
default <ACTUAL extends Iterable<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
FactoryBasedNavigableIterableAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> WithAssertions.assertThat
(Iterable<? extends ELEMENT> actual, AssertFactory<ELEMENT, ELEMENT_ASSERT> assertFactory) Delegate call toAssertions.assertThat(Iterable, AssertFactory)
default <ELEMENT,
ACTUAL extends List<? extends ELEMENT>, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
ClassBasedNavigableListAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> WithAssertions.assertThat
(List<? extends ELEMENT> actual, Class<ELEMENT_ASSERT> assertClass) Delegate call toAssertions.assertThat(List, Class)
)}default <ACTUAL extends List<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
FactoryBasedNavigableListAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> WithAssertions.assertThat
(List<? extends ELEMENT> actual, AssertFactory<ELEMENT, ELEMENT_ASSERT> assertFactory) Delegate call toAssertions.assertThat(List, AssertFactory)
)}static <ACTUAL extends Iterable<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
ClassBasedNavigableIterableAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> Creates a new instance of
allowing to navigate to anyClassBasedNavigableIterableAssert
Iterable
element in order to perform assertions on it.static <ACTUAL extends Iterable<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
FactoryBasedNavigableIterableAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> BDDAssertions.then
(Iterable<? extends ELEMENT> actual, AssertFactory<ELEMENT, ELEMENT_ASSERT> assertFactory) Creates a new instance of
allowing to navigate to anyFactoryBasedNavigableIterableAssert
Iterable
element in order to perform assertions on it.static <ELEMENT,
ACTUAL extends List<? extends ELEMENT>, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
ClassBasedNavigableListAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> Creates a new instance of
tallowing to navigate to anyClassBasedNavigableListAssert
List
element in order to perform assertions on it.static <ACTUAL extends List<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
FactoryBasedNavigableListAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> BDDAssertions.then
(List<? extends ELEMENT> actual, AssertFactory<ELEMENT, ELEMENT_ASSERT> assertFactory) Creates a new instance of
allowing to navigate to anyFactoryBasedNavigableListAssert
List
element in order to perform assertions on it.static <ACTUAL extends Iterable<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
ClassBasedNavigableIterableAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> Creates a new instance of
allowing to navigate to anyClassBasedNavigableIterableAssert
Iterable
element in order to perform assertions on it.static <ACTUAL extends Iterable<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
FactoryBasedNavigableIterableAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> Java6BDDAssertions.then
(Iterable<? extends ELEMENT> actual, AssertFactory<ELEMENT, ELEMENT_ASSERT> assertFactory) Creates a new instance of
allowing to navigate to anyFactoryBasedNavigableIterableAssert
Iterable
element in order to perform assertions on it.static <ELEMENT,
ACTUAL extends List<? extends ELEMENT>, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
ClassBasedNavigableListAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> Creates a new instance of
allowing to navigate to anyClassBasedNavigableListAssert
List
element in order to perform assertions on it.static <ACTUAL extends List<? extends ELEMENT>,
ELEMENT, ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT, ELEMENT>>
FactoryBasedNavigableListAssert<?, ACTUAL, ELEMENT, ELEMENT_ASSERT> Java6BDDAssertions.then
(List<? extends ELEMENT> actual, AssertFactory<ELEMENT, ELEMENT_ASSERT> assertFactory) Creates a new instance of
allowing to navigate to anyFactoryBasedNavigableListAssert
List
element in order to perform assertions on it.