- absDiff(BigDecimal, BigDecimal) - Method in class org.assertj.core.internal.BigDecimals
-
- absDiff(BigInteger, BigInteger) - Method in class org.assertj.core.internal.BigIntegers
-
- absDiff(Byte, Byte) - Method in class org.assertj.core.internal.Bytes
-
- absDiff(Double, Double) - Method in class org.assertj.core.internal.Doubles
-
- absDiff(Float, Float) - Method in class org.assertj.core.internal.Floats
-
- absDiff(Integer, Integer) - Method in class org.assertj.core.internal.Integers
-
- absDiff(Long, Long) - Method in class org.assertj.core.internal.Longs
-
- absDiff(NUMBER, NUMBER) - Method in class org.assertj.core.internal.Numbers
-
- absDiff(Short, Short) - Method in class org.assertj.core.internal.Shorts
-
- AbstractArrayAssert<SELF extends AbstractArrayAssert<SELF,ACTUAL,ELEMENT>,ACTUAL,ELEMENT> - Class in org.assertj.core.api
-
Base class for all array assertions.
- AbstractArrayAssert(ACTUAL, Class<?>) - Constructor for class org.assertj.core.api.AbstractArrayAssert
-
- AbstractAssert<SELF extends AbstractAssert<SELF,ACTUAL>,ACTUAL> - Class in org.assertj.core.api
-
Base class for all assertions.
- AbstractAssert(ACTUAL, Class<?>) - Constructor for class org.assertj.core.api.AbstractAssert
-
- AbstractAtomicFieldUpdaterAssert<SELF extends AbstractAtomicFieldUpdaterAssert<SELF,VALUE,ATOMIC,OBJECT>,VALUE,ATOMIC,OBJECT> - Class in org.assertj.core.api
-
Base class for all fieldupdater assertions.
- AbstractAtomicFieldUpdaterAssert(ATOMIC, Class<?>, boolean) - Constructor for class org.assertj.core.api.AbstractAtomicFieldUpdaterAssert
-
- AbstractAtomicReferenceAssert<SELF extends AbstractAtomicReferenceAssert<SELF,VALUE,ATOMIC>,VALUE,ATOMIC> - Class in org.assertj.core.api
-
Base class for atomic assertions.
- AbstractAtomicReferenceAssert(ATOMIC, Class<?>, boolean) - Constructor for class org.assertj.core.api.AbstractAtomicReferenceAssert
-
- AbstractBDDSoftAssertions - Class in org.assertj.core.api
-
- AbstractBDDSoftAssertions() - Constructor for class org.assertj.core.api.AbstractBDDSoftAssertions
-
- AbstractBigDecimalAssert<SELF extends AbstractBigDecimalAssert<SELF>> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
BigDecimal
s.
- AbstractBigDecimalAssert(BigDecimal, Class<?>) - Constructor for class org.assertj.core.api.AbstractBigDecimalAssert
-
- AbstractBigIntegerAssert<SELF extends AbstractBigIntegerAssert<SELF>> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
BigInteger
s.
- AbstractBigIntegerAssert(BigInteger, Class<?>) - Constructor for class org.assertj.core.api.AbstractBigIntegerAssert
-
- AbstractBooleanArrayAssert<SELF extends AbstractBooleanArrayAssert<SELF>> - Class in org.assertj.core.api
-
- AbstractBooleanArrayAssert(boolean[], Class<?>) - Constructor for class org.assertj.core.api.AbstractBooleanArrayAssert
-
- AbstractBooleanAssert<SELF extends AbstractBooleanAssert<SELF>> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
Boolean
s.
- AbstractBooleanAssert(Boolean, Class<?>) - Constructor for class org.assertj.core.api.AbstractBooleanAssert
-
- AbstractByteArrayAssert<SELF extends AbstractByteArrayAssert<SELF>> - Class in org.assertj.core.api
-
- AbstractByteArrayAssert(byte[], Class<?>) - Constructor for class org.assertj.core.api.AbstractByteArrayAssert
-
- AbstractByteAssert<SELF extends AbstractByteAssert<SELF>> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
Byte
s.
- AbstractByteAssert(Byte, Class<?>) - Constructor for class org.assertj.core.api.AbstractByteAssert
-
- AbstractCharacterAssert<SELF extends AbstractCharacterAssert<SELF>> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
Character
s.
- AbstractCharacterAssert(Character, Class<?>) - Constructor for class org.assertj.core.api.AbstractCharacterAssert
-
- AbstractCharArrayAssert<SELF extends AbstractCharArrayAssert<SELF>> - Class in org.assertj.core.api
-
- AbstractCharArrayAssert(char[], Class<?>) - Constructor for class org.assertj.core.api.AbstractCharArrayAssert
-
- AbstractCharSequenceAssert<SELF extends AbstractCharSequenceAssert<SELF,ACTUAL>,ACTUAL extends CharSequence> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for CharSequence
s.
- AbstractCharSequenceAssert(ACTUAL, Class<?>) - Constructor for class org.assertj.core.api.AbstractCharSequenceAssert
-
- AbstractClassAssert<SELF extends AbstractClassAssert<SELF>> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
Class
es.
- AbstractClassAssert(Class<?>, Class<?>) - Constructor for class org.assertj.core.api.AbstractClassAssert
-
- AbstractComparableAssert<SELF extends AbstractComparableAssert<SELF,ACTUAL>,ACTUAL extends Comparable<? super ACTUAL>> - Class in org.assertj.core.api
-
- AbstractComparableAssert(ACTUAL, Class<?>) - Constructor for class org.assertj.core.api.AbstractComparableAssert
-
- AbstractComparableNumberComparator<T extends Number & Comparable<T>> - Class in org.assertj.core.util
-
- AbstractComparableNumberComparator() - Constructor for class org.assertj.core.util.AbstractComparableNumberComparator
-
- AbstractComparisonStrategy - Class in org.assertj.core.internal
-
- AbstractComparisonStrategy() - Constructor for class org.assertj.core.internal.AbstractComparisonStrategy
-
- AbstractDateAssert<SELF extends AbstractDateAssert<SELF>> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
Date
s.
- AbstractDateAssert(Date, Class<?>) - Constructor for class org.assertj.core.api.AbstractDateAssert
-
- AbstractDoubleArrayAssert<SELF extends AbstractDoubleArrayAssert<SELF>> - Class in org.assertj.core.api
-
- AbstractDoubleArrayAssert(double[], Class<?>) - Constructor for class org.assertj.core.api.AbstractDoubleArrayAssert
-
- AbstractDoubleAssert<SELF extends AbstractDoubleAssert<SELF>> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
Double
s.
- AbstractDoubleAssert(Double, Class<?>) - Constructor for class org.assertj.core.api.AbstractDoubleAssert
-
- AbstractDoubleAssert(double, Class<?>) - Constructor for class org.assertj.core.api.AbstractDoubleAssert
-
- AbstractEnumerableAssert<SELF extends AbstractEnumerableAssert<SELF,ACTUAL,ELEMENT>,ACTUAL,ELEMENT> - Class in org.assertj.core.api
-
Base implementation for Enumerable class assertions.
- AbstractEnumerableAssert(ACTUAL, Class<?>) - Constructor for class org.assertj.core.api.AbstractEnumerableAssert
-
- AbstractFileAssert<SELF extends AbstractFileAssert<SELF>> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
File
s.
- AbstractFileAssert(File, Class<?>) - Constructor for class org.assertj.core.api.AbstractFileAssert
-
- AbstractFloatArrayAssert<SELF extends AbstractFloatArrayAssert<SELF>> - Class in org.assertj.core.api
-
- AbstractFloatArrayAssert(float[], Class<?>) - Constructor for class org.assertj.core.api.AbstractFloatArrayAssert
-
- AbstractFloatAssert<SELF extends AbstractFloatAssert<SELF>> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
Float
s.
- AbstractFloatAssert(Float, Class<?>) - Constructor for class org.assertj.core.api.AbstractFloatAssert
-
- AbstractFloatAssert(float, Class<?>) - Constructor for class org.assertj.core.api.AbstractFloatAssert
-
- AbstractFutureAssert<SELF extends AbstractFutureAssert<SELF,ACTUAL,RESULT>,ACTUAL extends Future<RESULT>,RESULT> - Class in org.assertj.core.api
-
- AbstractFutureAssert(ACTUAL, Class<?>) - Constructor for class org.assertj.core.api.AbstractFutureAssert
-
- AbstractInputStreamAssert<SELF extends AbstractInputStreamAssert<SELF,ACTUAL>,ACTUAL extends InputStream> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
InputStream
s.
- AbstractInputStreamAssert(ACTUAL, Class<?>) - Constructor for class org.assertj.core.api.AbstractInputStreamAssert
-
- AbstractIntArrayAssert<SELF extends AbstractIntArrayAssert<SELF>> - Class in org.assertj.core.api
-
- AbstractIntArrayAssert(int[], Class<?>) - Constructor for class org.assertj.core.api.AbstractIntArrayAssert
-
- AbstractIntegerAssert<SELF extends AbstractIntegerAssert<SELF>> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
Integer
s.
- AbstractIntegerAssert(Integer, Class<?>) - Constructor for class org.assertj.core.api.AbstractIntegerAssert
-
- AbstractIterableAssert<SELF extends AbstractIterableAssert<SELF,ACTUAL,ELEMENT,ELEMENT_ASSERT>,ACTUAL extends Iterable<? extends ELEMENT>,ELEMENT,ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT,ELEMENT>> - Class in org.assertj.core.api
-
- AbstractIterableAssert(ACTUAL, Class<?>) - Constructor for class org.assertj.core.api.AbstractIterableAssert
-
- AbstractIterableSizeAssert<SELF extends AbstractIterableAssert<SELF,ACTUAL,ELEMENT,ELEMENT_ASSERT>,ACTUAL extends Iterable<? extends ELEMENT>,ELEMENT,ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT,ELEMENT>> - Class in org.assertj.core.api
-
- AbstractIterableSizeAssert(Integer, Class<?>) - Constructor for class org.assertj.core.api.AbstractIterableSizeAssert
-
- AbstractListAssert<SELF extends AbstractListAssert<SELF,ACTUAL,ELEMENT,ELEMENT_ASSERT>,ACTUAL extends List<? extends ELEMENT>,ELEMENT,ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT,ELEMENT>> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
List
s.
- AbstractListAssert(ACTUAL, Class<?>) - Constructor for class org.assertj.core.api.AbstractListAssert
-
- AbstractLongArrayAssert<SELF extends AbstractLongArrayAssert<SELF>> - Class in org.assertj.core.api
-
- AbstractLongArrayAssert(long[], Class<?>) - Constructor for class org.assertj.core.api.AbstractLongArrayAssert
-
- AbstractLongAssert<SELF extends AbstractLongAssert<SELF>> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
Long
s.
- AbstractLongAssert(Long, Class<?>) - Constructor for class org.assertj.core.api.AbstractLongAssert
-
- AbstractMapAssert<SELF extends AbstractMapAssert<SELF,ACTUAL,K,V>,ACTUAL extends Map<K,V>,K,V> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
Map
s.
- AbstractMapAssert(ACTUAL, Class<?>) - Constructor for class org.assertj.core.api.AbstractMapAssert
-
- AbstractMapSizeAssert<SELF extends AbstractMapAssert<SELF,A,KEY,VALUE>,A extends Map<KEY,VALUE>,KEY,VALUE> - Class in org.assertj.core.api
-
- AbstractMapSizeAssert(Integer, Class<?>) - Constructor for class org.assertj.core.api.AbstractMapSizeAssert
-
- AbstractObjectArrayAssert<SELF extends AbstractObjectArrayAssert<SELF,ELEMENT>,ELEMENT> - Class in org.assertj.core.api
-
Assertion methods for arrays of objects.
- AbstractObjectArrayAssert(ELEMENT[], Class<?>) - Constructor for class org.assertj.core.api.AbstractObjectArrayAssert
-
- AbstractObjectAssert<SELF extends AbstractObjectAssert<SELF,ACTUAL>,ACTUAL> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
Object
s.
- AbstractObjectAssert(ACTUAL, Class<?>) - Constructor for class org.assertj.core.api.AbstractObjectAssert
-
- AbstractPathAssert<SELF extends AbstractPathAssert<SELF>> - Class in org.assertj.core.api
-
Assertions for
Path
objects
- AbstractPathAssert(Path, Class<?>) - Constructor for class org.assertj.core.api.AbstractPathAssert
-
- AbstractShortArrayAssert<SELF extends AbstractShortArrayAssert<SELF>> - Class in org.assertj.core.api
-
- AbstractShortArrayAssert(short[], Class<?>) - Constructor for class org.assertj.core.api.AbstractShortArrayAssert
-
- AbstractShortAssert<SELF extends AbstractShortAssert<SELF>> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
Short
s.
- AbstractShortAssert(Short, Class<?>) - Constructor for class org.assertj.core.api.AbstractShortAssert
-
- AbstractShouldHaveTextContent - Class in org.assertj.core.error
-
Base class for text content error.
- AbstractShouldHaveTextContent(String, Object...) - Constructor for class org.assertj.core.error.AbstractShouldHaveTextContent
-
- AbstractSoftAssertions - Class in org.assertj.core.api
-
- AbstractSoftAssertions() - Constructor for class org.assertj.core.api.AbstractSoftAssertions
-
- AbstractStandardSoftAssertions - Class in org.assertj.core.api
-
- AbstractStandardSoftAssertions() - Constructor for class org.assertj.core.api.AbstractStandardSoftAssertions
-
- AbstractThrowableAssert<SELF extends AbstractThrowableAssert<SELF,ACTUAL>,ACTUAL extends Throwable> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
Throwable
s.
- AbstractThrowableAssert(ACTUAL, Class<?>) - Constructor for class org.assertj.core.api.AbstractThrowableAssert
-
- AbstractUriAssert<SELF extends AbstractUriAssert<SELF>> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
URI
s.
- AbstractUriAssert(URI, Class<?>) - Constructor for class org.assertj.core.api.AbstractUriAssert
-
- AbstractUrlAssert<SELF extends AbstractUrlAssert<SELF>> - Class in org.assertj.core.api
-
Base class for all implementations of assertions for
URL
s.
- AbstractUrlAssert(URL, Class<?>) - Constructor for class org.assertj.core.api.AbstractUrlAssert
-
- actual - Variable in class org.assertj.core.api.AbstractAssert
-
- actual - Variable in class org.assertj.core.error.ShouldBeEqual
-
- actual - Variable in class org.assertj.core.internal.BinaryDiffResult
-
- actualIsEmpty() - Static method in class org.assertj.core.util.FailureMessages
-
- actualIsNull() - Static method in class org.assertj.core.util.FailureMessages
-
- addDelta(Delta<T>) - Method in class org.assertj.core.util.diff.Patch
-
Add the given delta to this patch
- addError(Throwable) - Method in class org.assertj.core.api.ErrorCollector
-
- allOf(Condition<? super T>...) - Static method in class org.assertj.core.api.Assertions
-
- allOf(Iterable<? extends Condition<? super T>>) - Static method in class org.assertj.core.api.Assertions
-
- allOf(Condition<? super T>...) - Static method in class org.assertj.core.api.Java6Assertions
-
- allOf(Iterable<? extends Condition<? super T>>) - Static method in class org.assertj.core.api.Java6Assertions
-
- AllOf<T> - Class in org.assertj.core.condition
-
Returns true
if all of the joined conditions is satisfied.
- allOf(Condition<? super T>...) - Static method in class org.assertj.core.condition.AllOf
-
- allOf(Iterable<? extends Condition<? super T>>) - Static method in class org.assertj.core.condition.AllOf
-
- and(String) - Method in class org.assertj.core.api.filter.Filters
-
- anyOf(Condition<? super T>...) - Static method in class org.assertj.core.api.Assertions
-
Only delegate to
AnyOf.anyOf(Condition...)
so that Assertions offers a full feature entry point to all
AssertJ features (but you can use
AnyOf
if you prefer).
- anyOf(Iterable<? extends Condition<? super T>>) - Static method in class org.assertj.core.api.Assertions
-
- anyOf(Condition<? super T>...) - Static method in class org.assertj.core.api.Java6Assertions
-
Only delegate to
AnyOf.anyOf(Condition...)
so that Assertions offers a full feature entry point to all
AssertJ features (but you can use
AnyOf
if you prefer).
- anyOf(Iterable<? extends Condition<? super T>>) - Static method in class org.assertj.core.api.Java6Assertions
-
- AnyOf<T> - Class in org.assertj.core.condition
-
Returns true
if any of the joined conditions is satisfied.
- anyOf(Condition<? super T>...) - Static method in class org.assertj.core.condition.AnyOf
-
- anyOf(Iterable<? extends Condition<? super T>>) - Static method in class org.assertj.core.condition.AnyOf
-
- append(String) - Static method in class org.assertj.core.util.Strings
-
Appends a given String
to the given target, only if the target does not end with the given String
to append.
- appendStackTraceInCurrentThreadToThrowable(Throwable, String) - Static method in class org.assertj.core.util.Throwables
-
Appends the stack trace of the current thread to the one in the given
Throwable
.
- apply(Statement, Description) - Method in class org.assertj.core.api.Java6JUnitBDDSoftAssertions
-
- apply(Statement, Description) - Method in class org.assertj.core.api.Java6JUnitSoftAssertions
-
- apply(Statement, Description) - Method in class org.assertj.core.api.JUnitBDDSoftAssertions
-
- apply(Statement, Description) - Method in class org.assertj.core.api.JUnitSoftAssertions
-
- applyOn(Filters<E>) - Method in class org.assertj.core.api.filter.FilterOperator
-
- applyOn(Filters<E>) - Method in class org.assertj.core.api.filter.InFilter
-
- applyOn(Filters<E>) - Method in class org.assertj.core.api.filter.NotFilter
-
- applyOn(Filters<E>) - Method in class org.assertj.core.api.filter.NotInFilter
-
- applyTo(List<T>) - Method in class org.assertj.core.util.diff.ChangeDelta
-
Applies this delta as the patch for a given target
- applyTo(List<T>) - Method in class org.assertj.core.util.diff.DeleteDelta
-
Applies this delta as the patch for a given target
- applyTo(List<T>) - Method in class org.assertj.core.util.diff.Delta
-
Applies this delta as the patch for a given target
- applyTo(List<T>) - Method in class org.assertj.core.util.diff.InsertDelta
-
Applies this delta as the patch for a given target
- applyTo(List<T>) - Method in class org.assertj.core.util.diff.Patch
-
Apply this patch to the given target
- are(Condition<? super ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that each element value satisfies the given condition.
- are(Condition<? super ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that each element value satisfies the given condition
- are(Condition<? super T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that each element value satisfies the given condition
- are(Condition<? super ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that each element value satisfies the given condition.
- areAtLeast(int, Condition<? super ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that there are at least n elements in the actual group satisfying the given condition.
- areAtLeast(int, Condition<? super ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that there are at least n elements in the actual group satisfying the given condition.
- areAtLeast(int, Condition<? super T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that there are at least n elements in the actual AtomicReferenceArray satisfying the given condition.
- areAtLeast(int, Condition<? super ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that there are at least n elements in the actual group satisfying the given condition.
- areAtLeastOne(Condition<? super ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that there is at least one element in the actual group satisfying the given condition.
- areAtLeastOne(Condition<? super ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that there is at least one element in the actual array satisfying the given condition.
- areAtLeastOne(Condition<? super T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that there is at least one element in the actual AtomicReferenceArray satisfying the given condition.
- areAtLeastOne(Condition<? super ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that there is at least one element in the actual group satisfying the given condition.
- areAtMost(int, Condition<? super ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that there are at most n elements in the actual group satisfying the given condition.
- areAtMost(int, Condition<? super ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that there are at most n elements in the actual group satisfying the given condition.
- areAtMost(int, Condition<? super T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that there are at most n elements in the actual AtomicReferenceArray satisfying the given condition.
- areAtMost(int, Condition<? super ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that there are at most n elements in the actual group satisfying the given condition.
- areEqual(Object, Object) - Method in class org.assertj.core.internal.AtomicReferenceArrayElementComparisonStrategy
-
- areEqual(BigDecimal, BigDecimal) - Method in class org.assertj.core.internal.BigDecimals
-
- areEqual(T, T) - Method in class org.assertj.core.internal.Comparables
-
- areEqual(Object, Object) - Method in class org.assertj.core.internal.ComparatorBasedComparisonStrategy
-
- areEqual(Object, Object) - Method in interface org.assertj.core.internal.ComparisonStrategy
-
Returns true if actual and other are equal according to the implemented comparison strategy.
- areEqual(Object, Object) - Method in class org.assertj.core.internal.FieldByFieldComparator
-
- areEqual(Object, Object) - Method in class org.assertj.core.internal.IgnoringFieldsComparator
-
- areEqual(Object, Object) - Method in class org.assertj.core.internal.IterableElementComparisonStrategy
-
- areEqual(NUMBER, NUMBER) - Method in class org.assertj.core.internal.Numbers
-
- areEqual(Object, Object) - Method in class org.assertj.core.internal.ObjectArrayElementComparisonStrategy
-
- areEqual(Object, Object) - Method in class org.assertj.core.internal.OnFieldsComparator
-
- areEqual(Object, Object) - Method in class org.assertj.core.internal.RecursiveFieldByFieldComparator
-
- areEqual(Object, Object) - Method in class org.assertj.core.internal.StandardComparisonStrategy
-
- areEqual(Object, Object) - Static method in class org.assertj.core.util.Objects
-
Returns true
if the given objects are equal or if both objects are null
.
- areEqualArrays(Object, Object) - Static method in class org.assertj.core.util.Objects
-
- areEqualToComparingOnlyGivenFields(Object, Object, Map<String, Comparator<?>>, TypeComparators, String...) - Method in class org.assertj.core.internal.Objects
-
- areEqualToIgnoringGivenFields(Object, Object, Map<String, Comparator<?>>, TypeComparators, String...) - Method in class org.assertj.core.internal.Objects
-
- areExactly(int, Condition<? super ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that there are exactly n elements in the actual group satisfying the given condition.
- areExactly(int, Condition<? super ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that there are exactly n elements in the actual group satisfying the given condition.
- areExactly(int, Condition<? super T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that there are exactly n elements in the actual AtomicReferenceArray satisfying the given condition.
- areExactly(int, Condition<? super ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that there are exactly n elements in the actual group satisfying the given condition.
- areNot(Condition<? super ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that each element value does not satisfy the given condition.
- areNot(Condition<? super ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that each element value does not satisfy the given condition
- areNot(Condition<? super T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that each element value does not satisfy the given condition
- areNot(Condition<? super ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that each element value does not satisfy the given condition.
- ARGUMENT_EMPTY - Static variable in class org.assertj.core.util.Preconditions
-
- arguments - Variable in class org.assertj.core.error.BasicErrorMessageFactory
-
- array(T...) - Static method in class org.assertj.core.util.Arrays
-
Returns an array containing the given arguments.
- array(AtomicIntegerArray) - Static method in class org.assertj.core.util.Arrays
-
- array(AtomicLongArray) - Static method in class org.assertj.core.util.Arrays
-
Returns an long[] from the
AtomicLongArray
, null if the given atomic array is null.
- array(AtomicReferenceArray<T>) - Static method in class org.assertj.core.util.Arrays
-
- arrayContains(Object, Object) - Method in class org.assertj.core.internal.AbstractComparisonStrategy
-
- arrayContains(Object, Object) - Method in interface org.assertj.core.internal.ComparisonStrategy
-
Returns true if given array contains given value according to the implemented comparison strategy, false otherwise.
- arrayIsEmpty() - Static method in class org.assertj.core.internal.ErrorMessages
-
- arrayIsNull() - Static method in class org.assertj.core.internal.ErrorMessages
-
- arrayOfValuesToLookForIsEmpty() - Static method in class org.assertj.core.internal.CommonErrors
-
- arrayOfValuesToLookForIsEmpty() - Static method in class org.assertj.core.internal.ErrorMessages
-
- arrayOfValuesToLookForIsNull() - Static method in class org.assertj.core.internal.CommonErrors
-
- arrayOfValuesToLookForIsNull() - Static method in class org.assertj.core.internal.ErrorMessages
-
- arrays - Variable in class org.assertj.core.api.AbstractBooleanArrayAssert
-
- arrays - Variable in class org.assertj.core.api.AbstractByteArrayAssert
-
- arrays - Variable in class org.assertj.core.api.AbstractCharArrayAssert
-
- arrays - Variable in class org.assertj.core.api.AbstractDoubleArrayAssert
-
- arrays - Variable in class org.assertj.core.api.AbstractFloatArrayAssert
-
- arrays - Variable in class org.assertj.core.api.AbstractIntArrayAssert
-
- arrays - Variable in class org.assertj.core.api.AbstractLongArrayAssert
-
- arrays - Variable in class org.assertj.core.api.AbstractShortArrayAssert
-
- arrays - Variable in class org.assertj.core.api.AtomicIntegerArrayAssert
-
- arrays - Variable in class org.assertj.core.api.AtomicLongArrayAssert
-
- Arrays - Class in org.assertj.core.internal
-
Assertions for object and primitive arrays.
- Arrays() - Constructor for class org.assertj.core.internal.Arrays
-
- Arrays(ComparisonStrategy) - Constructor for class org.assertj.core.internal.Arrays
-
- Arrays - Class in org.assertj.core.util
-
Utility methods related to arrays.
- ArraySortedAssert<SELF extends ArraySortedAssert<SELF,ELEMENT>,ELEMENT> - Interface in org.assertj.core.api
-
Assertions applicable to primitive arrays or arrays of elements either naturally
Comparable
or according to a given
Comparator
.
- ArrayWrapperList - Class in org.assertj.core.util
-
A list-like wrapper for arrays.
- as(String, Object...) - Method in class org.assertj.core.api.AbstractAssert
-
Sets the description of the assertion that is going to be called after.
- as(Description) - Method in class org.assertj.core.api.AbstractAssert
-
Sets the description of the assertion that is going to be called after.
- as(String, Object...) - Method in class org.assertj.core.api.AbstractIterableAssert
-
- as(Description) - Method in class org.assertj.core.api.AbstractIterableAssert
-
- as(String, Object...) - Method in class org.assertj.core.api.AbstractListAssert
-
- as(Description) - Method in class org.assertj.core.api.AbstractListAssert
-
- as(String, Object...) - Method in class org.assertj.core.api.AbstractMapAssert
-
- as(Description) - Method in class org.assertj.core.api.AbstractMapAssert
-
- as(Description) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
- as(String, Object...) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
- as(Description) - Method in class org.assertj.core.api.AbstractObjectAssert
-
- as(String, Object...) - Method in class org.assertj.core.api.AbstractObjectAssert
-
- as(Description) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
- as(String, Object...) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
- as(String, Object...) - Method in class org.assertj.core.api.Condition
-
Sets the description of the assertion that is going to be called after.
- as(Description) - Method in class org.assertj.core.api.Condition
-
Sets the description of the assertion that is going to be called after.
- as(String, Object...) - Method in interface org.assertj.core.api.Descriptable
-
Sets the description of the assertion that is going to be called after.
- as(Description) - Method in interface org.assertj.core.api.Descriptable
-
Sets the description of the assertion that is going to be called after.
- asList() - Method in class org.assertj.core.api.AbstractAssert
-
Verifies that the actual value is an instance of List,
and returns a list assertion, to allow chaining of list-specific
assertions from this call.
- asList() - Method in interface org.assertj.core.api.Assert
-
Verifies that the actual value is an instance of List,
and returns a list assertion, to allow chaining of list-specific
assertions from this call.
- asList(Object) - Static method in class org.assertj.core.util.Arrays
-
Get the values of any array (primtive or not) into a List<Object>
.
- asObjectArray(Object) - Static method in class org.assertj.core.util.Arrays
-
Get the values of any array (primtive or not) into a Object[]
.
- Assert<SELF extends Assert<SELF,ACTUAL>,ACTUAL> - Interface in org.assertj.core.api
-
Base contract of all assertion objects: the minimum functionality that any assertion object should provide.
- assertAll() - Method in class org.assertj.core.api.BDDSoftAssertions
-
Verifies that no proxied assertion methods have failed.
- assertAll() - Method in class org.assertj.core.api.Java6BDDSoftAssertions
-
Verifies that no proxied assertion methods have failed.
- assertAll() - Method in class org.assertj.core.api.Java6SoftAssertions
-
Verifies that no proxied assertion methods have failed.
- assertAll() - Method in class org.assertj.core.api.SoftAssertions
-
Verifies that no proxied assertion methods have failed.
- assertAre(AssertionInfo, Failures, Conditions, Object, Condition<E>) - Method in class org.assertj.core.internal.Arrays
-
- assertAre(AssertionInfo, Iterable<? extends E>, Condition<? super E>) - Method in class org.assertj.core.internal.Iterables
-
Assert that each element of given Iterable
satisfies the given condition.
- assertAre(AssertionInfo, E[], Condition<? super E>) - Method in class org.assertj.core.internal.ObjectArrays
-
Assert that each element of given array satisfies the given condition.
- assertAreAtLeast(AssertionInfo, Failures, Conditions, Object, int, Condition<E>) - Method in class org.assertj.core.internal.Arrays
-
- assertAreAtLeast(AssertionInfo, Iterable<? extends E>, int, Condition<? super E>) - Method in class org.assertj.core.internal.Iterables
-
Assert that there are at least n elements in the actual Iterable
satisfying the given
condition.
- assertAreAtLeast(AssertionInfo, E[], int, Condition<? super E>) - Method in class org.assertj.core.internal.ObjectArrays
-
Assert that there are at least n array elements satisfying the given condition.
- assertAreAtMost(AssertionInfo, Failures, Conditions, Object, int, Condition<E>) - Method in class org.assertj.core.internal.Arrays
-
- assertAreAtMost(AssertionInfo, Iterable<? extends E>, int, Condition<? super E>) - Method in class org.assertj.core.internal.Iterables
-
Assert that there are at most n elements in the actual Iterable
satisfying the given
condition.
- assertAreAtMost(AssertionInfo, E[], int, Condition<? super E>) - Method in class org.assertj.core.internal.ObjectArrays
-
Assert that there are at most n array elements satisfying the given condition.
- assertAreExactly(AssertionInfo, Failures, Conditions, Object, int, Condition<E>) - Method in class org.assertj.core.internal.Arrays
-
- assertAreExactly(AssertionInfo, Iterable<? extends E>, int, Condition<? super E>) - Method in class org.assertj.core.internal.Iterables
-
Verifies that there are exactly n elements in the actual Iterable
satisfying the given
condition.
- assertAreExactly(AssertionInfo, E[], int, Condition<? super E>) - Method in class org.assertj.core.internal.ObjectArrays
-
Verifies that there are exactly n array elements satisfying the given condition.
- assertAreNot(AssertionInfo, Failures, Conditions, Object, Condition<E>) - Method in class org.assertj.core.internal.Arrays
-
- assertAreNot(AssertionInfo, Iterable<? extends E>, Condition<? super E>) - Method in class org.assertj.core.internal.Iterables
-
Assert that each element of given Iterable
not satisfies the given condition.
- assertAreNot(AssertionInfo, E[], Condition<? super E>) - Method in class org.assertj.core.internal.ObjectArrays
-
Assert that each element of given array not satisfies the given condition.
- assertBlank(AssertionInfo, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Asserts that the given CharSequence
is Null
, empty or consists of one or more whitespace characters.
- assertCanRead(AssertionInfo, File) - Method in class org.assertj.core.internal.Files
-
Asserts that the given file can be read by the application.
- assertCanWrite(AssertionInfo, File) - Method in class org.assertj.core.internal.Files
-
Asserts that the given file can be modified by the application.
- assertContains(AssertionInfo, Failures, Object, Object) - Method in class org.assertj.core.internal.Arrays
-
- assertContains(AssertionInfo, boolean[], boolean[]) - Method in class org.assertj.core.internal.BooleanArrays
-
Asserts that the given array contains the given values, in any order.
- assertContains(AssertionInfo, boolean[], boolean, Index) - Method in class org.assertj.core.internal.BooleanArrays
-
Verifies that the given array contains the given value at the given index.
- assertContains(AssertionInfo, byte[], byte[]) - Method in class org.assertj.core.internal.ByteArrays
-
Asserts that the given array contains the given values, in any order.
- assertContains(AssertionInfo, byte[], int[]) - Method in class org.assertj.core.internal.ByteArrays
-
Asserts that the given array contains the given values, in any order.
- assertContains(AssertionInfo, byte[], byte, Index) - Method in class org.assertj.core.internal.ByteArrays
-
Verifies that the given array contains the given value at the given index.
- assertContains(AssertionInfo, byte[], int, Index) - Method in class org.assertj.core.internal.ByteArrays
-
Verifies that the given array contains the given value at the given index.
- assertContains(AssertionInfo, char[], char[]) - Method in class org.assertj.core.internal.CharArrays
-
Asserts that the given array contains the given values, in any order.
- assertContains(AssertionInfo, char[], char, Index) - Method in class org.assertj.core.internal.CharArrays
-
Verifies that the given array contains the given value at the given index.
- assertContains(AssertionInfo, double[], double[]) - Method in class org.assertj.core.internal.DoubleArrays
-
Asserts that the given array contains the given values, in any order.
- assertContains(AssertionInfo, double[], double, Index) - Method in class org.assertj.core.internal.DoubleArrays
-
Verifies that the given array contains the given value at the given index.
- assertContains(AssertionInfo, float[], float[]) - Method in class org.assertj.core.internal.FloatArrays
-
Asserts that the given array contains the given values, in any order.
- assertContains(AssertionInfo, float[], float, Index) - Method in class org.assertj.core.internal.FloatArrays
-
Verifies that the given array contains the given value at the given index.
- assertContains(AssertionInfo, int[], int[]) - Method in class org.assertj.core.internal.IntArrays
-
Asserts that the given array contains the given values, in any order.
- assertContains(AssertionInfo, int[], int, Index) - Method in class org.assertj.core.internal.IntArrays
-
Verifies that the given array contains the given value at the given index.
- assertContains(AssertionInfo, Iterable<?>, Object[]) - Method in class org.assertj.core.internal.Iterables
-
Asserts that the given Iterable
contains the given values, in any order.
- assertContains(AssertionInfo, List<?>, Object, Index) - Method in class org.assertj.core.internal.Lists
-
Verifies that the given List
contains the given object at the given index.
- assertContains(AssertionInfo, long[], long[]) - Method in class org.assertj.core.internal.LongArrays
-
Asserts that the given array contains the given values, in any order.
- assertContains(AssertionInfo, long[], long, Index) - Method in class org.assertj.core.internal.LongArrays
-
Verifies that the given array contains the given value at the given index.
- assertContains(AssertionInfo, Map<K, V>, Map.Entry<? extends K, ? extends V>[]) - Method in class org.assertj.core.internal.Maps
-
Asserts that the given Map
contains the given entries, in any order.
- assertContains(AssertionInfo, Object[], Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Asserts that the given array contains the given values, in any order.
- assertContains(AssertionInfo, Object[], Object, Index) - Method in class org.assertj.core.internal.ObjectArrays
-
Verifies that the given array contains the given object at the given index.
- assertContains(AssertionInfo, short[], short[]) - Method in class org.assertj.core.internal.ShortArrays
-
Asserts that the given array contains the given values, in any order.
- assertContains(AssertionInfo, short[], short, Index) - Method in class org.assertj.core.internal.ShortArrays
-
Verifies that the given array contains the given value at the given index.
- assertContains(AssertionInfo, CharSequence, CharSequence...) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given CharSequence
contains the given strings.
- assertContainsAll(AssertionInfo, Iterable<?>, Iterable<?>) - Method in class org.assertj.core.internal.Iterables
-
Asserts that the given Iterable
contains all the elements of the other Iterable
, in any order.
- assertContainsAll(AssertionInfo, E[], Iterable<? extends E>) - Method in class org.assertj.core.internal.ObjectArrays
-
Asserts that the given array contains all the elements of the given Iterable
, in any order.
- assertContainsAnnotations(AssertionInfo, Class<?>, Class<? extends Annotation>...) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
contains the given Annotation
s.
- assertContainsAnyOf(AssertionInfo, Failures, Object, Object) - Method in class org.assertj.core.internal.Arrays
-
- assertContainsAnyOf(AssertionInfo, boolean[], boolean[]) - Method in class org.assertj.core.internal.BooleanArrays
-
- assertContainsAnyOf(AssertionInfo, byte[], byte[]) - Method in class org.assertj.core.internal.ByteArrays
-
- assertContainsAnyOf(AssertionInfo, char[], char[]) - Method in class org.assertj.core.internal.CharArrays
-
- assertContainsAnyOf(AssertionInfo, double[], double[]) - Method in class org.assertj.core.internal.DoubleArrays
-
- assertContainsAnyOf(AssertionInfo, float[], float[]) - Method in class org.assertj.core.internal.FloatArrays
-
- assertContainsAnyOf(AssertionInfo, int[], int[]) - Method in class org.assertj.core.internal.IntArrays
-
- assertContainsAnyOf(AssertionInfo, Iterable<?>, Object[]) - Method in class org.assertj.core.internal.Iterables
-
Asserts that the given Iterable
contains at least one of the given values
.
- assertContainsAnyOf(AssertionInfo, long[], long[]) - Method in class org.assertj.core.internal.LongArrays
-
- assertContainsAnyOf(AssertionInfo, Map<K, V>, Map.Entry<? extends K, ? extends V>[]) - Method in class org.assertj.core.internal.Maps
-
- assertContainsAnyOf(AssertionInfo, Object[], Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
- assertContainsAnyOf(AssertionInfo, short[], short[]) - Method in class org.assertj.core.internal.ShortArrays
-
- assertContainsExactly(AssertionInfo, boolean[], boolean[]) - Method in class org.assertj.core.internal.BooleanArrays
-
- assertContainsExactly(AssertionInfo, byte[], byte[]) - Method in class org.assertj.core.internal.ByteArrays
-
- assertContainsExactly(AssertionInfo, byte[], int[]) - Method in class org.assertj.core.internal.ByteArrays
-
- assertContainsExactly(AssertionInfo, char[], char[]) - Method in class org.assertj.core.internal.CharArrays
-
- assertContainsExactly(AssertionInfo, double[], double[]) - Method in class org.assertj.core.internal.DoubleArrays
-
- assertContainsExactly(AssertionInfo, float[], float[]) - Method in class org.assertj.core.internal.FloatArrays
-
- assertContainsExactly(AssertionInfo, int[], int[]) - Method in class org.assertj.core.internal.IntArrays
-
- assertContainsExactly(AssertionInfo, Iterable<?>, Object[]) - Method in class org.assertj.core.internal.Iterables
-
Asserts that the given Iterable
contains exactly the given values and nothing else, in order.
- assertContainsExactly(AssertionInfo, long[], long[]) - Method in class org.assertj.core.internal.LongArrays
-
- assertContainsExactly(AssertionInfo, Map<K, V>, Map.Entry<? extends K, ? extends V>...) - Method in class org.assertj.core.internal.Maps
-
Verifies that the actual map contains only the given entries and nothing else, in order.
This assertion should only be used with map that have a consistent iteration order (i.e.
- assertContainsExactly(AssertionInfo, Object[], Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
- assertContainsExactly(AssertionInfo, short[], short[]) - Method in class org.assertj.core.internal.ShortArrays
-
- assertContainsExactlyInAnyOrder(AssertionInfo, boolean[], boolean[]) - Method in class org.assertj.core.internal.BooleanArrays
-
- assertContainsExactlyInAnyOrder(AssertionInfo, byte[], byte[]) - Method in class org.assertj.core.internal.ByteArrays
-
- assertContainsExactlyInAnyOrder(AssertionInfo, byte[], int[]) - Method in class org.assertj.core.internal.ByteArrays
-
- assertContainsExactlyInAnyOrder(AssertionInfo, char[], char[]) - Method in class org.assertj.core.internal.CharArrays
-
- assertContainsExactlyInAnyOrder(AssertionInfo, double[], double[]) - Method in class org.assertj.core.internal.DoubleArrays
-
- assertContainsExactlyInAnyOrder(AssertionInfo, float[], float[]) - Method in class org.assertj.core.internal.FloatArrays
-
- assertContainsExactlyInAnyOrder(AssertionInfo, int[], int[]) - Method in class org.assertj.core.internal.IntArrays
-
- assertContainsExactlyInAnyOrder(AssertionInfo, Iterable<?>, Object[]) - Method in class org.assertj.core.internal.Iterables
-
- assertContainsExactlyInAnyOrder(AssertionInfo, long[], long[]) - Method in class org.assertj.core.internal.LongArrays
-
- assertContainsExactlyInAnyOrder(AssertionInfo, Object[], Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
- assertContainsExactlyInAnyOrder(AssertionInfo, short[], short[]) - Method in class org.assertj.core.internal.ShortArrays
-
- assertContainsIgnoringCase(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given CharSequence
contains the given sequence, ignoring case considerations.
- assertContainsKeys(AssertionInfo, Map<K, V>, K...) - Method in class org.assertj.core.internal.Maps
-
Verifies that the actual map contain the given key.
- assertContainsNull(AssertionInfo, Iterable<?>) - Method in class org.assertj.core.internal.Iterables
-
Asserts that the given Iterable
contains at least a null element.
- assertContainsNull(AssertionInfo, Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Asserts that the given array contains at least a null element.
- assertContainsOnly(AssertionInfo, boolean[], boolean[]) - Method in class org.assertj.core.internal.BooleanArrays
-
Asserts that the given array contains only the given values and nothing else, in any order.
- assertContainsOnly(AssertionInfo, byte[], byte[]) - Method in class org.assertj.core.internal.ByteArrays
-
Asserts that the given array contains only the given values and nothing else, in any order.
- assertContainsOnly(AssertionInfo, byte[], int[]) - Method in class org.assertj.core.internal.ByteArrays
-
Asserts that the given array contains only the given values and nothing else, in any order.
- assertContainsOnly(AssertionInfo, char[], char[]) - Method in class org.assertj.core.internal.CharArrays
-
Asserts that the given array contains only the given values and nothing else, in any order.
- assertContainsOnly(AssertionInfo, double[], double[]) - Method in class org.assertj.core.internal.DoubleArrays
-
Asserts that the given array contains only the given values and nothing else, in any order.
- assertContainsOnly(AssertionInfo, float[], float[]) - Method in class org.assertj.core.internal.FloatArrays
-
Asserts that the given array contains only the given values and nothing else, in any order.
- assertContainsOnly(AssertionInfo, int[], int[]) - Method in class org.assertj.core.internal.IntArrays
-
Asserts that the given array contains only the given values and nothing else, in any order.
- assertContainsOnly(AssertionInfo, Iterable<?>, Object[]) - Method in class org.assertj.core.internal.Iterables
-
Asserts that the given Iterable
contains only the given values and nothing else, in any order.
- assertContainsOnly(AssertionInfo, long[], long[]) - Method in class org.assertj.core.internal.LongArrays
-
Asserts that the given array contains only the given values and nothing else, in any order.
- assertContainsOnly(AssertionInfo, Map<K, V>, Map.Entry<? extends K, ? extends V>...) - Method in class org.assertj.core.internal.Maps
-
Verifies that the actual map contains only the given entries and nothing else, in any order.
- assertContainsOnly(AssertionInfo, Object[], Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Asserts that the given array contains only the given values and nothing else, in any order.
- assertContainsOnly(AssertionInfo, short[], short[]) - Method in class org.assertj.core.internal.ShortArrays
-
Asserts that the given array contains only the given values and nothing else, in any order.
- assertContainsOnlyDigits(AssertionInfo, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given CharSequence
contains only digits.
- assertContainsOnlyKeys(AssertionInfo, Map<K, V>, K...) - Method in class org.assertj.core.internal.Maps
-
Verifies that the actual map contains only the given keys and nothing else, in any order.
- assertContainsOnlyNulls(AssertionInfo, Iterable<?>) - Method in class org.assertj.core.internal.Iterables
-
Asserts that the given Iterable
contains only null elements and nothing else.
- assertContainsOnlyNulls(AssertionInfo, Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Asserts that the given array contains only null elements.
- assertContainsOnlyOnce(AssertionInfo, boolean[], boolean[]) - Method in class org.assertj.core.internal.BooleanArrays
-
Asserts that the given array contains only once the given values.
- assertContainsOnlyOnce(AssertionInfo, byte[], byte[]) - Method in class org.assertj.core.internal.ByteArrays
-
Asserts that the given array contains only once the given values.
- assertContainsOnlyOnce(AssertionInfo, byte[], int[]) - Method in class org.assertj.core.internal.ByteArrays
-
Asserts that the given array contains only once the given values.
- assertContainsOnlyOnce(AssertionInfo, char[], char[]) - Method in class org.assertj.core.internal.CharArrays
-
Asserts that the given array contains only once the given values.
- assertContainsOnlyOnce(AssertionInfo, double[], double[]) - Method in class org.assertj.core.internal.DoubleArrays
-
Asserts that the given array contains only once the given values.
- assertContainsOnlyOnce(AssertionInfo, float[], float[]) - Method in class org.assertj.core.internal.FloatArrays
-
Asserts that the given array contains only once the given values.
- assertContainsOnlyOnce(AssertionInfo, int[], int[]) - Method in class org.assertj.core.internal.IntArrays
-
Asserts that the given array contains only once the given values.
- assertContainsOnlyOnce(AssertionInfo, Iterable<?>, Object[]) - Method in class org.assertj.core.internal.Iterables
-
Asserts that the given Iterable
contains the given values and only once.
- assertContainsOnlyOnce(AssertionInfo, long[], long[]) - Method in class org.assertj.core.internal.LongArrays
-
Asserts that the given array contains only once the given values.
- assertContainsOnlyOnce(AssertionInfo, Object[], Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Asserts that the given array contains only once the given values.
- assertContainsOnlyOnce(AssertionInfo, short[], short[]) - Method in class org.assertj.core.internal.ShortArrays
-
Asserts that the given array contains only once the given values.
- assertContainsOnlyOnce(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that actual CharSequence
s contains only once the given sequence.
- assertContainsOnlyWhitespaces(AssertionInfo, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Asserts that the given CharSequence
consists of one or more whitespace characters.
- assertContainsPattern(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given CharSequence
contains the given regular expression.
- assertContainsPattern(AssertionInfo, CharSequence, Pattern) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given CharSequence
contains the given regular expression.
- assertContainsSequence(AssertionInfo, boolean[], boolean[]) - Method in class org.assertj.core.internal.BooleanArrays
-
Verifies that the given array contains the given sequence of values, without any other values between them.
- assertContainsSequence(AssertionInfo, byte[], byte[]) - Method in class org.assertj.core.internal.ByteArrays
-
Verifies that the given array contains the given sequence of values, without any other values between them.
- assertContainsSequence(AssertionInfo, byte[], int[]) - Method in class org.assertj.core.internal.ByteArrays
-
Verifies that the given array contains the given sequence of values, without any other values between them.
- assertContainsSequence(AssertionInfo, char[], char[]) - Method in class org.assertj.core.internal.CharArrays
-
Verifies that the given array contains the given sequence of values, without any other values between them.
- assertContainsSequence(AssertionInfo, double[], double[]) - Method in class org.assertj.core.internal.DoubleArrays
-
Verifies that the given array contains the given sequence of values, without any other values between them.
- assertContainsSequence(AssertionInfo, float[], float[]) - Method in class org.assertj.core.internal.FloatArrays
-
Verifies that the given array contains the given sequence of values, without any other values between them.
- assertContainsSequence(AssertionInfo, int[], int[]) - Method in class org.assertj.core.internal.IntArrays
-
Verifies that the given array contains the given sequence of values, without any other values between them.
- assertContainsSequence(AssertionInfo, Iterable<?>, Object[]) - Method in class org.assertj.core.internal.Iterables
-
Verifies that the given
Iterable
contains the given sequence of objects, without any other
objects between them.
- assertContainsSequence(AssertionInfo, long[], long[]) - Method in class org.assertj.core.internal.LongArrays
-
Verifies that the given array contains the given sequence of values, without any other values between them.
- assertContainsSequence(AssertionInfo, Object[], Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Verifies that the given array contains the given sequence of objects, without any other objects between them.
- assertContainsSequence(AssertionInfo, short[], short[]) - Method in class org.assertj.core.internal.ShortArrays
-
Verifies that the given array contains the given sequence of values, without any other values between them.
- assertContainsSequence(AssertionInfo, CharSequence, CharSequence[]) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given charSequence contains the given sequence of charSequence, without any other charSequences between them.
- assertContainsSubsequence(AssertionInfo, boolean[], boolean[]) - Method in class org.assertj.core.internal.BooleanArrays
-
Verifies that the given array contains the given subsequence of values (possibly with other values between them).
- assertContainsSubsequence(AssertionInfo, byte[], byte[]) - Method in class org.assertj.core.internal.ByteArrays
-
Verifies that the given array contains the given sequence of values (possibly with other values between them).
- assertContainsSubsequence(AssertionInfo, byte[], int[]) - Method in class org.assertj.core.internal.ByteArrays
-
Verifies that the given array contains the given sequence of values (possibly with other values between them).
- assertContainsSubsequence(AssertionInfo, char[], char[]) - Method in class org.assertj.core.internal.CharArrays
-
Verifies that the given array contains the given subsequence of values (possibly with other values between them).
- assertContainsSubsequence(AssertionInfo, double[], double[]) - Method in class org.assertj.core.internal.DoubleArrays
-
Verifies that the given array contains the given subsequence of values (possibly with other values between them).
- assertContainsSubsequence(AssertionInfo, float[], float[]) - Method in class org.assertj.core.internal.FloatArrays
-
Verifies that the given array contains the given subsequence of values (possibly with other values between them).
- assertContainsSubsequence(AssertionInfo, int[], int[]) - Method in class org.assertj.core.internal.IntArrays
-
Verifies that the given array contains the given subsequence of values (possibly with other values between them).
- assertContainsSubsequence(AssertionInfo, Iterable<?>, Object[]) - Method in class org.assertj.core.internal.Iterables
-
Verifies that the given
Iterable
contains the given subsequence of objects (possibly with
other values between them).
- assertContainsSubsequence(AssertionInfo, Iterable<?>, List<?>) - Method in class org.assertj.core.internal.Iterables
-
- assertContainsSubsequence(AssertionInfo, long[], long[]) - Method in class org.assertj.core.internal.LongArrays
-
Verifies that the given array contains the given subsequence of values (possibly with other values between them).
- assertContainsSubsequence(AssertionInfo, Object[], Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Verifies that the given array contains the given subsequence of objects (possibly with other values between them).
- assertContainsSubsequence(AssertionInfo, short[], short[]) - Method in class org.assertj.core.internal.ShortArrays
-
Verifies that the given array contains the given subsequence of values (possibly with other values between them).
- assertContainsSubsequence(AssertionInfo, CharSequence, CharSequence[]) - Method in class org.assertj.core.internal.Strings
-
Verifies that the actual CharSequence
contains all the given values in the given order
(possibly with other values between them).
- assertContainsValue(AssertionInfo, Map<K, V>, V) - Method in class org.assertj.core.internal.Maps
-
Verifies that the actual map contain the given value.
- assertContainsValues(AssertionInfo, Map<K, V>, V...) - Method in class org.assertj.core.internal.Maps
-
Verifies that the actual map contain the given values.
- AssertDelegateTarget - Interface in org.assertj.core.api
-
A marker interface that can be used to wrap your assertion within assertThat method for better readability.
- assertDoesNotContain(AssertionInfo, boolean[], boolean, Index) - Method in class org.assertj.core.internal.BooleanArrays
-
Verifies that the given array does not contain the given value at the given index.
- assertDoesNotContain(AssertionInfo, boolean[], boolean[]) - Method in class org.assertj.core.internal.BooleanArrays
-
Asserts that the given array does not contain the given values.
- assertDoesNotContain(AssertionInfo, byte[], byte, Index) - Method in class org.assertj.core.internal.ByteArrays
-
Verifies that the given array does not contain the given value at the given index.
- assertDoesNotContain(AssertionInfo, byte[], int, Index) - Method in class org.assertj.core.internal.ByteArrays
-
Verifies that the given array does not contain the given value at the given index.
- assertDoesNotContain(AssertionInfo, byte[], byte[]) - Method in class org.assertj.core.internal.ByteArrays
-
Asserts that the given array does not contain the given values.
- assertDoesNotContain(AssertionInfo, byte[], int[]) - Method in class org.assertj.core.internal.ByteArrays
-
Asserts that the given array does not contain the given values.
- assertDoesNotContain(AssertionInfo, char[], char, Index) - Method in class org.assertj.core.internal.CharArrays
-
Verifies that the given array does not contain the given value at the given index.
- assertDoesNotContain(AssertionInfo, char[], char[]) - Method in class org.assertj.core.internal.CharArrays
-
Asserts that the given array does not contain the given values.
- assertDoesNotContain(AssertionInfo, double[], double, Index) - Method in class org.assertj.core.internal.DoubleArrays
-
Verifies that the given array does not contain the given value at the given index.
- assertDoesNotContain(AssertionInfo, double[], double[]) - Method in class org.assertj.core.internal.DoubleArrays
-
Asserts that the given array does not contain the given values.
- assertDoesNotContain(AssertionInfo, float[], float, Index) - Method in class org.assertj.core.internal.FloatArrays
-
Verifies that the given array does not contain the given value at the given index.
- assertDoesNotContain(AssertionInfo, float[], float[]) - Method in class org.assertj.core.internal.FloatArrays
-
Asserts that the given array does not contain the given values.
- assertDoesNotContain(AssertionInfo, int[], int, Index) - Method in class org.assertj.core.internal.IntArrays
-
Verifies that the given array does not contain the given value at the given index.
- assertDoesNotContain(AssertionInfo, int[], int[]) - Method in class org.assertj.core.internal.IntArrays
-
Asserts that the given array does not contain the given values.
- assertDoesNotContain(AssertionInfo, Iterable<?>, Object[]) - Method in class org.assertj.core.internal.Iterables
-
Asserts that the given Iterable
does not contain the given values.
- assertDoesNotContain(AssertionInfo, List<?>, Object, Index) - Method in class org.assertj.core.internal.Lists
-
Verifies that the given List
does not contain the given object at the given index.
- assertDoesNotContain(AssertionInfo, long[], long, Index) - Method in class org.assertj.core.internal.LongArrays
-
Verifies that the given array does not contain the given value at the given index.
- assertDoesNotContain(AssertionInfo, long[], long[]) - Method in class org.assertj.core.internal.LongArrays
-
Asserts that the given array does not contain the given values.
- assertDoesNotContain(AssertionInfo, Map<K, V>, Map.Entry<? extends K, ? extends V>[]) - Method in class org.assertj.core.internal.Maps
-
Asserts that the given Map
does not contain the given entries.
- assertDoesNotContain(AssertionInfo, Object[], Object, Index) - Method in class org.assertj.core.internal.ObjectArrays
-
Verifies that the given array does not contain the given object at the given index.
- assertDoesNotContain(AssertionInfo, Object[], Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Asserts that the given array does not contain the given values.
- assertDoesNotContain(AssertionInfo, short[], short, Index) - Method in class org.assertj.core.internal.ShortArrays
-
Verifies that the given array does not contain the given value at the given index.
- assertDoesNotContain(AssertionInfo, short[], short[]) - Method in class org.assertj.core.internal.ShortArrays
-
Asserts that the given array does not contain the given values.
- assertDoesNotContain(AssertionInfo, CharSequence, CharSequence...) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given CharSequence
does not contain any one of the given values.
- assertDoesNotContainAnyElementsOf(AssertionInfo, Iterable<? extends T>, Iterable<? extends T>) - Method in class org.assertj.core.internal.Iterables
-
Asserts that the given Iterable
does not contain the given values.
- assertDoesNotContainAnyElementsOf(AssertionInfo, Object[], Iterable<? extends T>) - Method in class org.assertj.core.internal.ObjectArrays
-
- assertDoesNotContainKey(AssertionInfo, Map<K, V>, K) - Method in class org.assertj.core.internal.Maps
-
Verifies that the actual map not contains the given key.
- assertDoesNotContainKeys(AssertionInfo, Map<K, V>, K...) - Method in class org.assertj.core.internal.Maps
-
Verifies that the actual map not contains all the given keys.
- assertDoesNotContainNull(AssertionInfo, Iterable<?>) - Method in class org.assertj.core.internal.Iterables
-
Asserts that the given Iterable
does not contain null elements.
- assertDoesNotContainNull(AssertionInfo, Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Asserts that the given array does not contain null elements.
- assertDoesNotContainOnlyWhitespaces(AssertionInfo, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Asserts that the given CharSequence
is Null
, empty or contains at least one non-whitespace character.
- assertDoesNotContainPattern(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given CharSequence
does not contain the given regular expression.
- assertDoesNotContainPattern(AssertionInfo, CharSequence, Pattern) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given CharSequence
does not contain the given regular expression.
- assertDoesNotContainSequence(AssertionInfo, Iterable<?>, Object[]) - Method in class org.assertj.core.internal.Iterables
-
Verifies that the given
Iterable
does not contain the given sequence of objects in order.
- assertDoesNotContainSequence(AssertionInfo, Object[], Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Verifies that the given array does not contain the given sequence of objects in order.
- assertDoesNotContainSubsequence(AssertionInfo, Iterable<?>, Object[]) - Method in class org.assertj.core.internal.Iterables
-
Verifies that the given
Iterable
does not contain the given subsequence of objects (possibly
with other values between them).
- assertDoesNotContainSubsequence(AssertionInfo, Object[], Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Verifies that the given array does not contain the given subsequence of objects (possibly with other values between
them).
- assertDoesNotContainValue(AssertionInfo, Map<K, V>, V) - Method in class org.assertj.core.internal.Maps
-
Verifies that the actual map not contains the given value.
- assertDoesNotEndWith(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given CharSequence
does not end with the given suffix.
- assertDoesNotExist(AssertionInfo, File) - Method in class org.assertj.core.internal.Files
-
Asserts that the given file does not exist.
- assertDoesNotExist(AssertionInfo, Path) - Method in class org.assertj.core.internal.Paths
-
- assertDoesNotHave(AssertionInfo, T, Condition<? super T>) - Method in class org.assertj.core.internal.Conditions
-
Asserts that the actual value does not satisfy the given
Condition
.
- assertDoesNotHaveAnyElementsOfTypes(AssertionInfo, E[], Class<?>...) - Method in class org.assertj.core.internal.ObjectArrays
-
- assertDoesNotHaveDuplicates(AssertionInfo, boolean[]) - Method in class org.assertj.core.internal.BooleanArrays
-
Asserts that the given array does not have duplicate values.
- assertDoesNotHaveDuplicates(AssertionInfo, byte[]) - Method in class org.assertj.core.internal.ByteArrays
-
Asserts that the given array does not have duplicate values.
- assertDoesNotHaveDuplicates(AssertionInfo, char[]) - Method in class org.assertj.core.internal.CharArrays
-
Asserts that the given array does not have duplicate values.
- assertDoesNotHaveDuplicates(AssertionInfo, double[]) - Method in class org.assertj.core.internal.DoubleArrays
-
Asserts that the given array does not have duplicate values.
- assertDoesNotHaveDuplicates(AssertionInfo, float[]) - Method in class org.assertj.core.internal.FloatArrays
-
Asserts that the given array does not have duplicate values.
- assertDoesNotHaveDuplicates(AssertionInfo, int[]) - Method in class org.assertj.core.internal.IntArrays
-
Asserts that the given array does not have duplicate values.
- assertDoesNotHaveDuplicates(AssertionInfo, Iterable<?>) - Method in class org.assertj.core.internal.Iterables
-
Asserts that the given Iterable
does not have duplicate values.
- assertDoesNotHaveDuplicates(AssertionInfo, long[]) - Method in class org.assertj.core.internal.LongArrays
-
Asserts that the given array does not have duplicate values.
- assertDoesNotHaveDuplicates(AssertionInfo, Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Asserts that the given array does not have duplicate values.
- assertDoesNotHaveDuplicates(AssertionInfo, short[]) - Method in class org.assertj.core.internal.ShortArrays
-
Asserts that the given array does not have duplicate values.
- assertDoesNotHaveSameClassAs(AssertionInfo, Object, Object) - Method in class org.assertj.core.internal.Objects
-
Verifies that the actual value does not have the same class as the given object.
- assertDoesNotMatch(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given CharSequence
does not match the given regular expression.
- assertDoesNotMatch(AssertionInfo, CharSequence, Pattern) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given CharSequence
does not match the given regular expression.
- assertDoesNotStartWith(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given CharSequence
does not start with the given prefix.
- assertDoNotHave(AssertionInfo, Iterable<? extends E>, Condition<? super E>) - Method in class org.assertj.core.internal.Iterables
-
Assert that each element of given Iterable
not satisfies the given condition.
- assertDoNotHave(AssertionInfo, E[], Condition<? super E>) - Method in class org.assertj.core.internal.ObjectArrays
-
Assert that each element of given array not satisfies the given condition.
- assertEmpty(AssertionInfo, boolean[]) - Method in class org.assertj.core.internal.BooleanArrays
-
Asserts that the given array is empty.
- assertEmpty(AssertionInfo, byte[]) - Method in class org.assertj.core.internal.ByteArrays
-
Asserts that the given array is empty.
- assertEmpty(AssertionInfo, char[]) - Method in class org.assertj.core.internal.CharArrays
-
Asserts that the given array is empty.
- assertEmpty(AssertionInfo, double[]) - Method in class org.assertj.core.internal.DoubleArrays
-
Asserts that the given array is empty.
- assertEmpty(AssertionInfo, float[]) - Method in class org.assertj.core.internal.FloatArrays
-
Asserts that the given array is empty.
- assertEmpty(AssertionInfo, int[]) - Method in class org.assertj.core.internal.IntArrays
-
Asserts that the given array is empty.
- assertEmpty(AssertionInfo, Iterable<?>) - Method in class org.assertj.core.internal.Iterables
-
Asserts that the given Iterable
is empty.
- assertEmpty(AssertionInfo, long[]) - Method in class org.assertj.core.internal.LongArrays
-
Asserts that the given array is empty.
- assertEmpty(AssertionInfo, Map<?, ?>) - Method in class org.assertj.core.internal.Maps
-
Asserts that the given Map
is empty.
- assertEmpty(AssertionInfo, Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Asserts that the given array is empty.
- assertEmpty(AssertionInfo, short[]) - Method in class org.assertj.core.internal.ShortArrays
-
Asserts that the given array is empty.
- assertEmpty(AssertionInfo, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Asserts that the given CharSequence
is empty.
- assertEndsWith(AssertionInfo, boolean[], boolean[]) - Method in class org.assertj.core.internal.BooleanArrays
-
Verifies that the given array ends with the given sequence of values, without any other values between them.
- assertEndsWith(AssertionInfo, byte[], byte[]) - Method in class org.assertj.core.internal.ByteArrays
-
Verifies that the given array ends with the given sequence of values, without any other values between them.
- assertEndsWith(AssertionInfo, byte[], int[]) - Method in class org.assertj.core.internal.ByteArrays
-
Verifies that the given array ends with the given sequence of values, without any other values between them.
- assertEndsWith(AssertionInfo, char[], char[]) - Method in class org.assertj.core.internal.CharArrays
-
Verifies that the given array ends with the given sequence of values, without any other values between them.
- assertEndsWith(AssertionInfo, double[], double[]) - Method in class org.assertj.core.internal.DoubleArrays
-
Verifies that the given array ends with the given sequence of values, without any other values between them.
- assertEndsWith(AssertionInfo, float[], float[]) - Method in class org.assertj.core.internal.FloatArrays
-
Verifies that the given array ends with the given sequence of values, without any other values between them.
- assertEndsWith(AssertionInfo, int[], int[]) - Method in class org.assertj.core.internal.IntArrays
-
Verifies that the given array ends with the given sequence of values, without any other values between them.
- assertEndsWith(AssertionInfo, Iterable<?>, Object, Object[]) - Method in class org.assertj.core.internal.Iterables
-
Verifies that the given Iterable
ends with the given sequence of objects, without any other objects between
them.
- assertEndsWith(AssertionInfo, Iterable<?>, Object[]) - Method in class org.assertj.core.internal.Iterables
-
Verifies that the given Iterable
ends with the given sequence of objects, without any other objects between
them.
- assertEndsWith(AssertionInfo, long[], long[]) - Method in class org.assertj.core.internal.LongArrays
-
Verifies that the given array ends with the given sequence of values, without any other values between them.
- assertEndsWith(AssertionInfo, Object[], Object, Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Verifies that the given array ends with the given sequence of objects, without any other objects between them.
- assertEndsWith(AssertionInfo, Object[], Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Verifies that the given array ends with the given sequence of objects, without any other objects between them.
- assertEndsWith(AssertionInfo, Path, Path) - Method in class org.assertj.core.internal.Paths
-
- assertEndsWith(AssertionInfo, short[], short[]) - Method in class org.assertj.core.internal.ShortArrays
-
Verifies that the given array ends with the given sequence of values, without any other values between them.
- assertEndsWith(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given CharSequence
ends with the given suffix.
- assertEndsWithRaw(AssertionInfo, Path, Path) - Method in class org.assertj.core.internal.Paths
-
- assertEqual(AssertionInfo, Boolean, boolean) - Method in class org.assertj.core.internal.Booleans
-
Asserts that two booleans are equal.
- assertEqual(AssertionInfo, T, T) - Method in class org.assertj.core.internal.Comparables
-
Asserts that two T instances are equal.
- assertEqual(AssertionInfo, Object, Object) - Method in class org.assertj.core.internal.Objects
-
Asserts that two objects are equal.
- assertEqualByComparison(AssertionInfo, T, T) - Method in class org.assertj.core.internal.Comparables
-
- assertEqualsIgnoringCase(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that two CharSequence
s are equal, ignoring case considerations.
- assertEqualsIgnoringWhitespace(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that two CharSequence
s are equal, ignoring any differences in whitespace.
- assertEqualsNormalizingWhitespace(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that two CharSequence
s are equal, after the whitespace of both strings
has been normalized.
- assertExists(AssertionInfo, File) - Method in class org.assertj.core.internal.Files
-
Asserts that the given file exists, regardless it's a file or directory.
- assertExists(AssertionInfo, Path) - Method in class org.assertj.core.internal.Paths
-
- assertExistsNoFollowLinks(AssertionInfo, Path) - Method in class org.assertj.core.internal.Paths
-
- AssertFactory<T,ASSERT> - Interface in org.assertj.core.api
-
A single method factory interface to create an
Assert
class for a given type.
- assertGreaterThan(AssertionInfo, T, T) - Method in class org.assertj.core.internal.Comparables
-
Asserts that the actual value is greater than the other one.
- assertGreaterThanOrEqualTo(AssertionInfo, T, T) - Method in class org.assertj.core.internal.Comparables
-
Asserts that the actual value is greater than or equal to the other one.
- assertHas(AssertionInfo, T, Condition<? super T>) - Method in class org.assertj.core.internal.Conditions
-
Asserts that the actual value satisfies the given
Condition
.
- assertHas(AssertionInfo, List<? extends T>, Condition<? super T>, Index) - Method in class org.assertj.core.internal.Lists
-
Verifies that the given
List
satisfies the given
Condition
at the given index.
- assertHasAnchor(AssertionInfo, URL, String) - Method in class org.assertj.core.internal.Urls
-
- assertHasAtLeastOneElementOfType(AssertionInfo, E[], Class<?>) - Method in class org.assertj.core.internal.ObjectArrays
-
- assertHasAuthority(AssertionInfo, URI, String) - Method in class org.assertj.core.internal.Uris
-
- assertHasAuthority(AssertionInfo, URL, String) - Method in class org.assertj.core.internal.Urls
-
- assertHasBinaryContent(AssertionInfo, File, byte[]) - Method in class org.assertj.core.internal.Files
-
Asserts that the given file has the given binary content.
- assertHasBinaryContent(AssertionInfo, Path, byte[]) - Method in class org.assertj.core.internal.Paths
-
- assertHasCause(AssertionInfo, Throwable, Throwable) - Method in class org.assertj.core.internal.Throwables
-
- assertHasCauseExactlyInstanceOf(AssertionInfo, Throwable, Class<? extends Throwable>) - Method in class org.assertj.core.internal.Throwables
-
Assert that the cause of actual Throwable
is exactly an instance of the given type.
- assertHasCauseInstanceOf(AssertionInfo, Throwable, Class<? extends Throwable>) - Method in class org.assertj.core.internal.Throwables
-
Assert that the cause of actual Throwable
is an instance of the given type.
- assertHasContent(AssertionInfo, File, String, Charset) - Method in class org.assertj.core.internal.Files
-
Asserts that the given file has the given text content.
- assertHasContent(AssertionInfo, Path, String, Charset) - Method in class org.assertj.core.internal.Paths
-
- assertHasDayOfMonth(AssertionInfo, Date, int) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
day of month is equal to the given day of month.
- assertHasDayOfWeek(AssertionInfo, Date, int) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
day of week is equal to the given day of week.
- assertHasDeclaredFields(AssertionInfo, Class<?>, String...) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
has the declared fields
.
- assertHasDeclaredMethods(AssertionInfo, Class<?>, String...) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
has the declared methods
.
- assertHasEntrySatisfying(AssertionInfo, Map<K, V>, K, Condition<? super V>) - Method in class org.assertj.core.internal.Maps
-
Verifies that the given Map
contains the value for given key
that satisfy given valueCondition
.
- assertHasEntrySatisfying(AssertionInfo, Map<K, V>, Condition<? super Map.Entry<K, V>>) - Method in class org.assertj.core.internal.Maps
-
Verifies that the given Map
contains an entry satisfying given entryCondition
.
- assertHasEntrySatisfyingConditions(AssertionInfo, Map<K, V>, Condition<? super K>, Condition<? super V>) - Method in class org.assertj.core.internal.Maps
-
Verifies that the given Map
contains an entry with key satisfying keyCondition
and value satisfying valueCondition
.
- assertHasExtension(AssertionInfo, File, String) - Method in class org.assertj.core.internal.Files
-
Asserts that the given File
has the given extension.
- assertHasFieldOrProperty(AssertionInfo, A, String) - Method in class org.assertj.core.internal.Objects
-
- assertHasFieldOrPropertyWithValue(AssertionInfo, A, String, Object) - Method in class org.assertj.core.internal.Objects
-
- assertHasFileName(AssertionInfo, Path, String) - Method in class org.assertj.core.internal.Paths
-
- assertHasFragment(AssertionInfo, URI, String) - Method in class org.assertj.core.internal.Uris
-
- assertHasHost(AssertionInfo, URI, String) - Method in class org.assertj.core.internal.Uris
-
- assertHasHost(AssertionInfo, URL, String) - Method in class org.assertj.core.internal.Urls
-
- assertHasHourOfDay(AssertionInfo, Date, int) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
hour od day is equal to the given hour of day (24-hour clock).
- assertHasKeySatisfying(AssertionInfo, Map<K, ?>, Condition<? super K>) - Method in class org.assertj.core.internal.Maps
-
Verifies that the given Map
contains an entry with key satisfying keyCondition
.
- assertHasLineCount(AssertionInfo, CharSequence, int) - Method in class org.assertj.core.internal.Strings
-
Asserts that the line count of the given CharSequence
is equal to the expected one.
- assertHasMessage(AssertionInfo, Throwable, String) - Method in class org.assertj.core.internal.Throwables
-
Asserts that the given actual Throwable
message is equal to the given one.
- assertHasMessageContaining(AssertionInfo, Throwable, String) - Method in class org.assertj.core.internal.Throwables
-
Asserts that the message of the actual Throwable
contains with the given description.
- assertHasMessageEndingWith(AssertionInfo, Throwable, String) - Method in class org.assertj.core.internal.Throwables
-
Asserts that the message of the actual Throwable
ends with the given description.
- assertHasMessageMatching(AssertionInfo, Throwable, String) - Method in class org.assertj.core.internal.Throwables
-
Asserts that the message of the actual Throwable
matches with the given regular expression.
- assertHasMessageStartingWith(AssertionInfo, Throwable, String) - Method in class org.assertj.core.internal.Throwables
-
Asserts that the message of the actual Throwable
starts with the given description.
- assertHasMethods(AssertionInfo, Class<?>, String...) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
has the methods
.
- assertHasMillisecond(AssertionInfo, Date, int) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
millisecond is equal to the given millisecond.
- assertHasMinute(AssertionInfo, Date, int) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
minute is equal to the given minute.
- assertHasMonth(AssertionInfo, Date, int) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
month is equal to the given month, month value starting at 1 (January=1,
February=2, ...).
- assertHasName(AssertionInfo, File, String) - Method in class org.assertj.core.internal.Files
-
Asserts that the given File
has the given name.
- assertHasNoCause(AssertionInfo, Throwable) - Method in class org.assertj.core.internal.Throwables
-
Asserts that the actual Throwable
does not have a cause.
- assertHasNoNullFieldsOrPropertiesExcept(AssertionInfo, A, String...) - Method in class org.assertj.core.internal.Objects
-
Assert that the given object has no null fields except the given ones.
- assertHasNoParameter(AssertionInfo, URI, String) - Method in class org.assertj.core.internal.Uris
-
- assertHasNoParameter(AssertionInfo, URI, String, String) - Method in class org.assertj.core.internal.Uris
-
- assertHasNoParameter(AssertionInfo, URL, String) - Method in class org.assertj.core.internal.Urls
-
- assertHasNoParameter(AssertionInfo, URL, String, String) - Method in class org.assertj.core.internal.Urls
-
- assertHasNoParameters(AssertionInfo, URI) - Method in class org.assertj.core.internal.Uris
-
- assertHasNoParameters(AssertionInfo, URL) - Method in class org.assertj.core.internal.Urls
-
- assertHasNoParent(AssertionInfo, File) - Method in class org.assertj.core.internal.Files
-
Asserts that the given File
does not have a parent.
- assertHasNoParent(AssertionInfo, Path) - Method in class org.assertj.core.internal.Paths
-
- assertHasNoParentRaw(AssertionInfo, Path) - Method in class org.assertj.core.internal.Paths
-
- assertHasNoSuppressedExceptions(AssertionInfo, Throwable) - Method in class org.assertj.core.internal.Throwables
-
- assertHasOnlyDeclaredFields(AssertionInfo, Class<?>, String...) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
has the exactly the fields
and nothing more.
- assertHasOnlyElementsOfType(AssertionInfo, E[], Class<?>) - Method in class org.assertj.core.internal.ObjectArrays
-
- assertHasOnlyElementsOfTypes(AssertionInfo, E[], Class<?>...) - Method in class org.assertj.core.internal.ObjectArrays
-
- assertHasOnlyPublicFields(AssertionInfo, Class<?>, String...) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
has only the fields
and nothing more.
- assertHasParameter(AssertionInfo, URI, String) - Method in class org.assertj.core.internal.Uris
-
- assertHasParameter(AssertionInfo, URI, String, String) - Method in class org.assertj.core.internal.Uris
-
- assertHasParameter(AssertionInfo, URL, String) - Method in class org.assertj.core.internal.Urls
-
- assertHasParameter(AssertionInfo, URL, String, String) - Method in class org.assertj.core.internal.Urls
-
- assertHasParent(AssertionInfo, File, File) - Method in class org.assertj.core.internal.Files
-
Asserts that the given File
has the given parent.
- assertHasParent(AssertionInfo, Path, Path) - Method in class org.assertj.core.internal.Paths
-
- assertHasParentRaw(AssertionInfo, Path, Path) - Method in class org.assertj.core.internal.Paths
-
- assertHasPath(AssertionInfo, URI, String) - Method in class org.assertj.core.internal.Uris
-
- assertHasPath(AssertionInfo, URL, String) - Method in class org.assertj.core.internal.Urls
-
- assertHasPort(AssertionInfo, URI, Integer) - Method in class org.assertj.core.internal.Uris
-
- assertHasPort(AssertionInfo, URL, int) - Method in class org.assertj.core.internal.Urls
-
- assertHasProtocol(AssertionInfo, URL, String) - Method in class org.assertj.core.internal.Urls
-
- assertHasPublicFields(AssertionInfo, Class<?>, String...) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
has the fields
.
- assertHasPublicMethods(AssertionInfo, Class<?>, String...) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
has the public methods
.
- assertHasQuery(AssertionInfo, URI, String) - Method in class org.assertj.core.internal.Uris
-
- assertHasQuery(AssertionInfo, URL, String) - Method in class org.assertj.core.internal.Urls
-
- assertHasRootCauseExactlyInstanceOf(AssertionInfo, Throwable, Class<? extends Throwable>) - Method in class org.assertj.core.internal.Throwables
-
Assert that the root cause of actual Throwable
is exactly an instance of the given type.
- assertHasRootCauseInstanceOf(AssertionInfo, Throwable, Class<? extends Throwable>) - Method in class org.assertj.core.internal.Throwables
-
Assert that the root cause of actual Throwable
is an instance of the given type.
- assertHasSameClassAs(AssertionInfo, Object, Object) - Method in class org.assertj.core.internal.Objects
-
Verifies that the actual value has the same class as the given object.
- assertHasSameContentAs(AssertionInfo, Path, Charset, Path, Charset) - Method in class org.assertj.core.internal.Paths
-
- assertHasSameHashCodeAs(AssertionInfo, A, Object) - Method in class org.assertj.core.internal.Objects
-
Asserts that the actual object has the same hashCode as the given object.
- assertHasSameSizeAs(AssertionInfo, Object, Object) - Method in class org.assertj.core.internal.Arrays
-
- assertHasSameSizeAs(AssertionInfo, boolean[], Iterable<?>) - Method in class org.assertj.core.internal.BooleanArrays
-
Assert that the actual array has the same size as the other Iterable
.
- assertHasSameSizeAs(AssertionInfo, boolean[], Object[]) - Method in class org.assertj.core.internal.BooleanArrays
-
Assert that the actual array has the same size as the other array.
- assertHasSameSizeAs(AssertionInfo, byte[], Iterable<?>) - Method in class org.assertj.core.internal.ByteArrays
-
Assert that the actual array has the same size as the other Iterable
.
- assertHasSameSizeAs(AssertionInfo, char[], Iterable<?>) - Method in class org.assertj.core.internal.CharArrays
-
Assert that the actual array has the same size as the other Iterable
.
- assertHasSameSizeAs(AssertionInfo, char[], Object[]) - Method in class org.assertj.core.internal.CharArrays
-
Assert that the actual array has the same size as the other array.
- assertHasSameSizeAs(AssertionInfo, double[], Iterable<?>) - Method in class org.assertj.core.internal.DoubleArrays
-
Assert that the actual array has the same size as the other Iterable
.
- assertHasSameSizeAs(AssertionInfo, double[], Object[]) - Method in class org.assertj.core.internal.DoubleArrays
-
Assert that the actual array has the same size as the other array.
- assertHasSameSizeAs(AssertionInfo, float[], Iterable<?>) - Method in class org.assertj.core.internal.FloatArrays
-
Assert that the actual array has the same size as the other Iterable
.
- assertHasSameSizeAs(AssertionInfo, float[], Object[]) - Method in class org.assertj.core.internal.FloatArrays
-
Assert that the actual array has the same size as the other array.
- assertHasSameSizeAs(AssertionInfo, int[], Iterable<?>) - Method in class org.assertj.core.internal.IntArrays
-
Assert that the actual array has the same size as the other Iterable
.
- assertHasSameSizeAs(AssertionInfo, int[], Object[]) - Method in class org.assertj.core.internal.IntArrays
-
Assert that the actual array has the same size as the other array.
- assertHasSameSizeAs(AssertionInfo, Iterable<?>, Object) - Method in class org.assertj.core.internal.Iterables
-
Assert that the actual Iterable
has the same size as the other array.
- assertHasSameSizeAs(AssertionInfo, Iterable<?>, Iterable<?>) - Method in class org.assertj.core.internal.Iterables
-
Assert that the actual Iterable
has the same size as the other Iterable
.
- assertHasSameSizeAs(AssertionInfo, long[], Iterable<?>) - Method in class org.assertj.core.internal.LongArrays
-
Assert that the actual array has the same size as the other Iterable
.
- assertHasSameSizeAs(AssertionInfo, long[], Object[]) - Method in class org.assertj.core.internal.LongArrays
-
Assert that the actual array has the same size as the other array.
- assertHasSameSizeAs(AssertionInfo, Map<?, ?>, Iterable<?>) - Method in class org.assertj.core.internal.Maps
-
Asserts that the number of entries in the given Map
has the same size as the other Iterable
.
- assertHasSameSizeAs(AssertionInfo, Map<?, ?>, Object) - Method in class org.assertj.core.internal.Maps
-
Asserts that the number of entries in the given Map
has the same size as the other array.
- assertHasSameSizeAs(AssertionInfo, Map<?, ?>, Map<?, ?>) - Method in class org.assertj.core.internal.Maps
-
Asserts that the size of the given Map
is equal to the size of the other Map
.
- assertHasSameSizeAs(AssertionInfo, Object[], Iterable<?>) - Method in class org.assertj.core.internal.ObjectArrays
-
Assert that the actual array has the same size as the other Iterable
.
- assertHasSameSizeAs(AssertionInfo, Object[], Object) - Method in class org.assertj.core.internal.ObjectArrays
-
Assert that the actual array has the same size as the other array.
- assertHasSameSizeAs(AssertionInfo, short[], Iterable<?>) - Method in class org.assertj.core.internal.ShortArrays
-
Assert that the actual array has the same size as the other Iterable
.
- assertHasSameSizeAs(AssertionInfo, short[], Object[]) - Method in class org.assertj.core.internal.ShortArrays
-
Assert that the actual array has the same size as the other array.
- assertHasSameSizeAs(AssertionInfo, CharSequence, Iterable<?>) - Method in class org.assertj.core.internal.Strings
-
Asserts that the number of entries in the given CharSequence
has the same size as the other
Iterable
.
- assertHasSameSizeAs(AssertionInfo, CharSequence, Object) - Method in class org.assertj.core.internal.Strings
-
Asserts that the number of entries in the given CharSequence
has the same size as the other array.
- assertHasSameSizeAs(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
- assertHasSameTime(AssertionInfo, Date, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
has same time as the given Date
.
- assertHasScheme(AssertionInfo, URI, String) - Method in class org.assertj.core.internal.Uris
-
- assertHasSecond(AssertionInfo, Date, int) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
second is equal to the given second.
- assertHasSize(AssertionInfo, boolean[], int) - Method in class org.assertj.core.internal.BooleanArrays
-
Asserts that the number of elements in the given array is equal to the expected one.
- assertHasSize(AssertionInfo, byte[], int) - Method in class org.assertj.core.internal.ByteArrays
-
Asserts that the number of elements in the given array is equal to the expected one.
- assertHasSize(AssertionInfo, char[], int) - Method in class org.assertj.core.internal.CharArrays
-
Asserts that the number of elements in the given array is equal to the expected one.
- assertHasSize(AssertionInfo, double[], int) - Method in class org.assertj.core.internal.DoubleArrays
-
Asserts that the number of elements in the given array is equal to the expected one.
- assertHasSize(AssertionInfo, float[], int) - Method in class org.assertj.core.internal.FloatArrays
-
Asserts that the number of elements in the given array is equal to the expected one.
- assertHasSize(AssertionInfo, int[], int) - Method in class org.assertj.core.internal.IntArrays
-
Asserts that the number of elements in the given array is equal to the expected one.
- assertHasSize(AssertionInfo, Iterable<?>, int) - Method in class org.assertj.core.internal.Iterables
-
Asserts that the number of elements in the given Iterable
is equal to the expected one.
- assertHasSize(AssertionInfo, long[], int) - Method in class org.assertj.core.internal.LongArrays
-
Asserts that the number of elements in the given array is equal to the expected one.
- assertHasSize(AssertionInfo, Map<?, ?>, int) - Method in class org.assertj.core.internal.Maps
-
Asserts that the number of entries in the given Map
is equal to the expected one.
- assertHasSize(AssertionInfo, Object[], int) - Method in class org.assertj.core.internal.ObjectArrays
-
Asserts that the number of elements in the given array is equal to the expected one.
- assertHasSize(AssertionInfo, short[], int) - Method in class org.assertj.core.internal.ShortArrays
-
Asserts that the number of elements in the given array is equal to the expected one.
- assertHasSize(AssertionInfo, CharSequence, int) - Method in class org.assertj.core.internal.Strings
-
Asserts that the size of the given CharSequence
is equal to the expected one.
- assertHasStackTraceContaining(AssertionInfo, Throwable, String) - Method in class org.assertj.core.internal.Throwables
-
Asserts that the stack trace of the actual Throwable
contains with the given description.
- assertHasSuppressedException(AssertionInfo, Throwable, Throwable) - Method in class org.assertj.core.internal.Throwables
-
- assertHasTime(AssertionInfo, Date, long) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
time is equal to the given timestamp.
- assertHasToString(AssertionInfo, Object, String) - Method in class org.assertj.core.internal.Objects
-
- assertHasUserInfo(AssertionInfo, URI, String) - Method in class org.assertj.core.internal.Uris
-
- assertHasUserInfo(AssertionInfo, URL, String) - Method in class org.assertj.core.internal.Urls
-
- assertHasValueSatisfying(AssertionInfo, Map<?, V>, Condition<? super V>) - Method in class org.assertj.core.internal.Maps
-
Verifies that the given Map
contains an entry with value satisfying valueCondition
.
- assertHasYear(AssertionInfo, Date, int) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
year is equal to the given year.
- assertHave(AssertionInfo, Failures, Conditions, Object, Condition<E>) - Method in class org.assertj.core.internal.Arrays
-
- assertHave(AssertionInfo, Iterable<? extends E>, Condition<? super E>) - Method in class org.assertj.core.internal.Iterables
-
Assert that each element of given Iterable
satisfies the given condition.
- assertHave(AssertionInfo, E[], Condition<? super E>) - Method in class org.assertj.core.internal.ObjectArrays
-
Assert that each element of given array satisfies the given condition.
- assertHaveAtLeast(AssertionInfo, Failures, Conditions, Object, int, Condition<E>) - Method in class org.assertj.core.internal.Arrays
-
- assertHaveAtLeast(AssertionInfo, Iterable<? extends E>, int, Condition<? super E>) - Method in class org.assertj.core.internal.Iterables
-
- assertHaveAtLeast(AssertionInfo, E[], int, Condition<? super E>) - Method in class org.assertj.core.internal.ObjectArrays
-
- assertHaveAtMost(AssertionInfo, Failures, Conditions, Object, int, Condition<E>) - Method in class org.assertj.core.internal.Arrays
-
- assertHaveAtMost(AssertionInfo, Iterable<? extends E>, int, Condition<? super E>) - Method in class org.assertj.core.internal.Iterables
-
- assertHaveAtMost(AssertionInfo, E[], int, Condition<? super E>) - Method in class org.assertj.core.internal.ObjectArrays
-
- assertHaveExactly(AssertionInfo, Failures, Conditions, Object, int, Condition<E>) - Method in class org.assertj.core.internal.Arrays
-
- assertHaveExactly(AssertionInfo, Iterable<? extends E>, int, Condition<? super E>) - Method in class org.assertj.core.internal.Iterables
-
- assertHaveExactly(AssertionInfo, E[], int, Condition<? super E>) - Method in class org.assertj.core.internal.ObjectArrays
-
- assertHaveNot(AssertionInfo, Failures, Conditions, Object, Condition<E>) - Method in class org.assertj.core.internal.Arrays
-
- assertion(T) - Method in class org.assertj.core.matcher.AssertionMatcher
-
Perform the assertions implemented in this method when the
AssertionMatcher
is used as an Hamcrest
Matcher
.
- AssertionErrorFactory - Interface in org.assertj.core.error
-
- AssertionInfo - Interface in org.assertj.core.api
-
Information about an assertion.
- AssertionMatcher<T> - Class in org.assertj.core.matcher
-
Generic Hamcrest Matcher
that reuses AssertJ assertions.
- AssertionMatcher() - Constructor for class org.assertj.core.matcher.AssertionMatcher
-
- Assertions - Class in org.assertj.core.api
-
Entry point for assertion methods for different types.
- Assertions() - Constructor for class org.assertj.core.api.Assertions
-
- assertIs(AssertionInfo, T, Condition<? super T>) - Method in class org.assertj.core.internal.Conditions
-
Asserts that the actual value satisfies the given
Condition
.
- assertIs(AssertionInfo, List<? extends T>, Condition<? super T>, Index) - Method in class org.assertj.core.internal.Lists
-
Verifies that the given
List
satisfies the given
Condition
at the given index.
- assertIsAbsolute(AssertionInfo, File) - Method in class org.assertj.core.internal.Files
-
Asserts that the given file is an absolute path.
- assertIsAbsolute(AssertionInfo, Path) - Method in class org.assertj.core.internal.Paths
-
- assertIsAfter(AssertionInfo, Date, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
is strictly after the given one.
- assertIsAfterOrEqualsTo(AssertionInfo, Date, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
is after or equal to the given one.
- assertIsAfterYear(AssertionInfo, Date, int) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
is strictly after the given year.
- assertIsAnnotation(AssertionInfo, Class<?>) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
is an annotation.
- assertIsArray(AssertionInfo, Object) - Static method in class org.assertj.core.internal.Arrays
-
- assertIsAssignableFrom(AssertionInfo, Class<?>, Class<?>...) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
is assignable from all the others
classes.
- assertIsBefore(AssertionInfo, Date, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
is strictly before the given one.
- assertIsBeforeOrEqualsTo(AssertionInfo, Date, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
is before or equal to the given one.
- assertIsBeforeYear(AssertionInfo, Date, int) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
is strictly before the given year.
- assertIsBetween(AssertionInfo, T, T, T, boolean, boolean) - Method in class org.assertj.core.internal.Comparables
-
Asserts that the actual value is between start and end, inclusive or not.
- assertIsBetween(AssertionInfo, Date, Date, Date, boolean, boolean) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
is in start:end period.
start date belongs to the period if inclusiveStart is true.
end date belongs to the period if inclusiveEnd is true.
- assertIsBetween(AssertionInfo, NUMBER, NUMBER, NUMBER) - Method in class org.assertj.core.internal.Numbers
-
Asserts that the actual value is in [start, end] range (start included, end included).
- assertIsCancelled(AssertionInfo, Future<?>) - Method in class org.assertj.core.internal.Futures
-
Verifies that the
Future
is cancelled.
- assertIsCanonical(AssertionInfo, Path) - Method in class org.assertj.core.internal.Paths
-
- assertIsCloseTo(AssertionInfo, Date, Date, long) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
is close to the other date by less than delta, if difference is equals to delta it is
ok.
Note that delta expressed in milliseconds.
Use handy TimeUnit to convert a duration in milliseconds, for example you can express a delta of 5 seconds with
TimeUnit.SECONDS.toMillis(5)
.
- assertIsCloseTo(AssertionInfo, NUMBER, NUMBER, Offset<NUMBER>) - Method in class org.assertj.core.internal.Numbers
-
Asserts that the actual value is close to the expected one by less than the given offset.
- assertIsCloseToPercentage(AssertionInfo, NUMBER, NUMBER, Percentage) - Method in class org.assertj.core.internal.Numbers
-
Asserts that the actual value is close to the an offset expressed as an percentage value.
- assertIsDirectory(AssertionInfo, File) - Method in class org.assertj.core.internal.Files
-
Asserts that the given file is an existing directory.
- assertIsDirectory(AssertionInfo, Path) - Method in class org.assertj.core.internal.Paths
-
- assertIsDone(AssertionInfo, Future<?>) - Method in class org.assertj.core.internal.Futures
-
Verifies that the
Future
is done.
- assertIsEqualToComparingFieldByFieldRecursively(AssertionInfo, Object, Object, Map<String, Comparator<?>>, TypeComparators) - Method in class org.assertj.core.internal.Objects
-
Assert that the given object is "deeply" equals to other by comparing all fields recursively.
- assertIsEqualToComparingOnlyGivenFields(AssertionInfo, A, A, Map<String, Comparator<?>>, TypeComparators, String...) - Method in class org.assertj.core.internal.Objects
-
Assert that the given object is lenient equals to other object by comparing given fields value only.
- assertIsEqualToIgnoringGivenFields(AssertionInfo, A, A, Map<String, Comparator<?>>, TypeComparators, String...) - Method in class org.assertj.core.internal.Objects
-
Assert that the given object is lenient equals to the other by comparing all fields (including inherited fields)
unless given ignored ones.
- assertIsEqualToIgnoringNewLines(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that actual is equal to expected ignoring new lines
- assertIsEqualToIgnoringNullFields(AssertionInfo, A, A, Map<String, Comparator<?>>, TypeComparators) - Method in class org.assertj.core.internal.Objects
-
Assert that the given object is lenient equals by ignoring null fields value on other object (including inherited
fields).
- assertIsEqualToNormalizingNewlines(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that two CharSequence
s are not equal, normalizing newlines.
- assertIsEqualWithPrecision(AssertionInfo, Date, Date, TimeUnit) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
is equal to the given one with precision.
- assertIsExactlyInstanceOf(AssertionInfo, Object, Class<?>) - Method in class org.assertj.core.internal.Objects
-
Verifies that the actual value is exactly an instance of given type.
- assertIsExecutable(AssertionInfo, Path) - Method in class org.assertj.core.internal.Paths
-
- assertIsFile(AssertionInfo, File) - Method in class org.assertj.core.internal.Files
-
Asserts that the given file is an existing file.
- assertIsFinal(AssertionInfo, Class<?>) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
is final.
- assertIsIn(AssertionInfo, Object, Object[]) - Method in class org.assertj.core.internal.Objects
-
Asserts that the given object is present in the given array.
- assertIsIn(AssertionInfo, Object, Iterable<?>) - Method in class org.assertj.core.internal.Objects
-
Asserts that the given object is present in the given collection.
- assertIsInSameDayAs(AssertionInfo, Date, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that actual and given Date
are chronologically in the same day of month (and thus in the same month and
year).
- assertIsInSameHourAs(AssertionInfo, Date, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that actual and given Date
are in the same hour (and thus in the same day of month, month
and year).
- assertIsInSameHourWindowAs(AssertionInfo, Date, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that actual and given Date
are chronologically in the same hour, day of month, month and year.
- assertIsInSameMinuteAs(AssertionInfo, Date, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that actual and given Date
are in the same minute, hour, day of month, month and year.
- assertIsInSameMinuteWindowAs(AssertionInfo, Date, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that actual and given Date
are chronologically in the same minute.
- assertIsInSameMonthAs(AssertionInfo, Date, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that actual and given Date
are chronologically in the same month (and thus in the same year).
- assertIsInSameSecondAs(AssertionInfo, Date, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that actual and given Date
are in the same second, minute, hour, day of month, month and year.
- assertIsInSameSecondWindowAs(AssertionInfo, Date, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that actual and given Date
are chronologically in the same second.
- assertIsInSameYearAs(AssertionInfo, Date, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that actual and given Date
are in the same year.
- assertIsInstanceOf(AssertionInfo, Object, Class<?>) - Method in class org.assertj.core.internal.Objects
-
Verifies that the given object is an instance of the given type.
- assertIsInstanceOfAny(AssertionInfo, Object, Class<?>[]) - Method in class org.assertj.core.internal.Objects
-
Verifies that the given object is an instance of any of the given types.
- assertIsInterface(AssertionInfo, Class<?>) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
is an interface.
- assertIsInTheFuture(AssertionInfo, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
is strictly in the future.
- assertIsInThePast(AssertionInfo, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
is strictly in the past.
- assertIsNaN(AssertionInfo, NUMBER) - Method in class org.assertj.core.internal.RealNumbers
-
Verifies that the actual value is equal to NaN
.
It does not rely on the custom comparisonStrategy (if one is set).
- assertIsNegative(AssertionInfo, NUMBER) - Method in class org.assertj.core.internal.Numbers
-
Asserts that the actual value is negative.
- assertIsNormalized(AssertionInfo, Path) - Method in class org.assertj.core.internal.Paths
-
- assertIsNot(AssertionInfo, T, Condition<? super T>) - Method in class org.assertj.core.internal.Conditions
-
Asserts that the actual value does not satisfy the given
Condition
.
- assertIsNotAnnotation(AssertionInfo, Class<?>) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
is not an annotation.
- assertIsNotBetween(AssertionInfo, Date, Date, Date, boolean, boolean) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
is not in start:end period..
start date belongs to the period if inclusiveStart is true.
end date belongs to the period if inclusiveEnd is true.
- assertIsNotCancelled(AssertionInfo, Future<?>) - Method in class org.assertj.core.internal.Futures
-
Verifies that the
Future
is not cancelled.
- assertIsNotCloseTo(AssertionInfo, NUMBER, NUMBER, Offset<NUMBER>) - Method in class org.assertj.core.internal.Numbers
-
Asserts that the actual value is not close to the expected one by less than the given offset.
- assertIsNotCloseToPercentage(AssertionInfo, NUMBER, NUMBER, Percentage) - Method in class org.assertj.core.internal.Numbers
-
Asserts that the actual value is not close to the an offset expressed as an percentage value.
- assertIsNotDone(AssertionInfo, Future<?>) - Method in class org.assertj.core.internal.Futures
-
Verifies that the
Future
is not done.
- assertIsNotExactlyInstanceOf(AssertionInfo, Object, Class<?>) - Method in class org.assertj.core.internal.Objects
-
Verifies that the actual value is not exactly an instance of given type.
- assertIsNotFinal(AssertionInfo, Class<?>) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
is not final.
- assertIsNotIn(AssertionInfo, Object, Object[]) - Method in class org.assertj.core.internal.Objects
-
Asserts that the given object is not present in the given array.
- assertIsNotIn(AssertionInfo, Object, Iterable<?>) - Method in class org.assertj.core.internal.Objects
-
Asserts that the given object is not present in the given collection.
- assertIsNotInstanceOf(AssertionInfo, Object, Class<?>) - Method in class org.assertj.core.internal.Objects
-
Verifies that the given object is not an instance of the given type.
- assertIsNotInstanceOfAny(AssertionInfo, Object, Class<?>[]) - Method in class org.assertj.core.internal.Objects
-
Verifies that the given object is not an instance of any of the given types.
- assertIsNotInterface(AssertionInfo, Class<?>) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
is not an interface.
- assertIsNotNaN(AssertionInfo, NUMBER) - Method in class org.assertj.core.internal.RealNumbers
-
Verifies that the actual value is not equal to NaN
.
- assertIsNotNegative(AssertionInfo, NUMBER) - Method in class org.assertj.core.internal.Numbers
-
Asserts that the actual value is not negative.
- assertIsNotNull(Condition<?>) - Method in class org.assertj.core.internal.Conditions
-
- assertIsNotNull(Condition<?>, String, Object...) - Method in class org.assertj.core.internal.Conditions
-
- assertIsNotOfAnyClassIn(AssertionInfo, Object, Class<?>[]) - Method in class org.assertj.core.internal.Objects
-
Verifies that the actual value type is not in given types.
- assertIsNotPositive(AssertionInfo, NUMBER) - Method in class org.assertj.core.internal.Numbers
-
Asserts that the actual value is not positive.
- assertIsNotZero(AssertionInfo, NUMBER) - Method in class org.assertj.core.internal.Numbers
-
Asserts that the actual value is not equal to zero.
It does not rely on the custom comparisonStrategy (if one is set).
- assertIsOfAnyClassIn(AssertionInfo, Object, Class<?>[]) - Method in class org.assertj.core.internal.Objects
-
Verifies that the actual value type is in given types.
- assertIsOne(AssertionInfo, NUMBER) - Method in class org.assertj.core.internal.Numbers
-
Asserts that the actual value is equal to one.
It does not rely on the custom comparisonStrategy (if one is set).
- assertIsPositive(AssertionInfo, NUMBER) - Method in class org.assertj.core.internal.Numbers
-
Asserts that the actual value is positive.
- assertIsProtected(AssertionInfo, Class<?>) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
is protected.
- assertIsPublic(AssertionInfo, Class<?>) - Method in class org.assertj.core.internal.Classes
-
Verifies that the actual Class
is public.
- assertIsReadable(AssertionInfo, Path) - Method in class org.assertj.core.internal.Paths
-
- assertIsRegularFile(AssertionInfo, Path) - Method in class org.assertj.core.internal.Paths
-
- assertIsRelative(AssertionInfo, File) - Method in class org.assertj.core.internal.Files
-
Asserts that the given file is a relative path.
- assertIsRelative(AssertionInfo, Path) - Method in class org.assertj.core.internal.Paths
-
- assertIsSorted(AssertionInfo, boolean[]) - Method in class org.assertj.core.internal.BooleanArrays
-
- assertIsSorted(AssertionInfo, byte[]) - Method in class org.assertj.core.internal.ByteArrays
-
- assertIsSorted(AssertionInfo, char[]) - Method in class org.assertj.core.internal.CharArrays
-
- assertIsSorted(AssertionInfo, double[]) - Method in class org.assertj.core.internal.DoubleArrays
-
- assertIsSorted(AssertionInfo, float[]) - Method in class org.assertj.core.internal.FloatArrays
-
- assertIsSorted(AssertionInfo, int[]) - Method in class org.assertj.core.internal.IntArrays
-
- assertIsSorted(AssertionInfo, List<?>) - Method in class org.assertj.core.internal.Lists
-
Verifies that the actual list is sorted in ascending order according to the natural ordering of its elements.
- assertIsSorted(AssertionInfo, long[]) - Method in class org.assertj.core.internal.LongArrays
-
- assertIsSorted(AssertionInfo, Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
- assertIsSorted(AssertionInfo, short[]) - Method in class org.assertj.core.internal.ShortArrays
-
- assertIsSortedAccordingToComparator(AssertionInfo, boolean[], Comparator<? super Boolean>) - Method in class org.assertj.core.internal.BooleanArrays
-
- assertIsSortedAccordingToComparator(AssertionInfo, byte[], Comparator<? super Byte>) - Method in class org.assertj.core.internal.ByteArrays
-
- assertIsSortedAccordingToComparator(AssertionInfo, char[], Comparator<? super Character>) - Method in class org.assertj.core.internal.CharArrays
-
- assertIsSortedAccordingToComparator(AssertionInfo, double[], Comparator<? super Double>) - Method in class org.assertj.core.internal.DoubleArrays
-
- assertIsSortedAccordingToComparator(AssertionInfo, float[], Comparator<? super Float>) - Method in class org.assertj.core.internal.FloatArrays
-
- assertIsSortedAccordingToComparator(AssertionInfo, int[], Comparator<? super Integer>) - Method in class org.assertj.core.internal.IntArrays
-
- assertIsSortedAccordingToComparator(AssertionInfo, List<?>, Comparator<?>) - Method in class org.assertj.core.internal.Lists
-
Verifies that the actual list is sorted according to the given comparator.
Empty lists are considered sorted whatever
the comparator is.
One element lists are considered sorted if the element is compatible with comparator.
- assertIsSortedAccordingToComparator(AssertionInfo, long[], Comparator<? super Long>) - Method in class org.assertj.core.internal.LongArrays
-
- assertIsSortedAccordingToComparator(AssertionInfo, E[], Comparator<? super E>) - Method in class org.assertj.core.internal.ObjectArrays
-
- assertIsSortedAccordingToComparator(AssertionInfo, short[], Comparator<? super Short>) - Method in class org.assertj.core.internal.ShortArrays
-
- assertIsStrictlyBetween(AssertionInfo, NUMBER, NUMBER, NUMBER) - Method in class org.assertj.core.internal.Numbers
-
Asserts that the actual value is in ]start, end[ range (start excluded, end excluded).
- assertIsSubsetOf(AssertionInfo, Failures, Object, Iterable<?>) - Method in class org.assertj.core.internal.Arrays
-
- assertIsSubsetOf(AssertionInfo, Iterable<?>, Iterable<?>) - Method in class org.assertj.core.internal.Iterables
-
Verifies that the actual Iterable
is a subset of values Iterable
.
- assertIsSubsetOf(AssertionInfo, Object, Iterable<?>) - Method in class org.assertj.core.internal.ObjectArrays
-
- assertIsSubstringOf(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
- assertIsSymbolicLink(AssertionInfo, Path) - Method in class org.assertj.core.internal.Paths
-
- assertIsToday(AssertionInfo, Date) - Method in class org.assertj.core.internal.Dates
-
Verifies that the actual Date
is today, by comparing only year, month and day of actual to today (ie.
- assertIsWritable(AssertionInfo, Path) - Method in class org.assertj.core.internal.Paths
-
- assertIsZero(AssertionInfo, NUMBER) - Method in class org.assertj.core.internal.Numbers
-
Asserts that the actual value is equal to zero.
It does not rely on the custom comparisonStrategy (if one is set).
- assertJavaBlank(AssertionInfo, CharSequence) - Method in class org.assertj.core.internal.Strings
-
- assertLessThan(AssertionInfo, T, T) - Method in class org.assertj.core.internal.Comparables
-
Asserts that the actual value is less than the other one.
- assertLessThanOrEqualTo(AssertionInfo, T, T) - Method in class org.assertj.core.internal.Comparables
-
Asserts that the actual value is less than or equal to the other one.
- assertLowerCase(AssertionInfo, Character) - Method in class org.assertj.core.internal.Characters
-
Asserts that the actual value is a lowercase character.
- assertMatches(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given CharSequence
matches the given regular expression.
- assertMatches(AssertionInfo, CharSequence, Pattern) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given CharSequence
matches the given regular expression.
- assertNotBlank(AssertionInfo, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Asserts that the given CharSequence
contains at least one non-whitespace character.
- assertNotEmpty(AssertionInfo, boolean[]) - Method in class org.assertj.core.internal.BooleanArrays
-
Asserts that the given array is not empty.
- assertNotEmpty(AssertionInfo, byte[]) - Method in class org.assertj.core.internal.ByteArrays
-
Asserts that the given array is not empty.
- assertNotEmpty(AssertionInfo, char[]) - Method in class org.assertj.core.internal.CharArrays
-
Asserts that the given array is not empty.
- assertNotEmpty(AssertionInfo, double[]) - Method in class org.assertj.core.internal.DoubleArrays
-
Asserts that the given array is not empty.
- assertNotEmpty(AssertionInfo, float[]) - Method in class org.assertj.core.internal.FloatArrays
-
Asserts that the given array is not empty.
- assertNotEmpty(AssertionInfo, int[]) - Method in class org.assertj.core.internal.IntArrays
-
Asserts that the given array is not empty.
- assertNotEmpty(AssertionInfo, Iterable<?>) - Method in class org.assertj.core.internal.Iterables
-
Asserts that the given Iterable
is not empty.
- assertNotEmpty(AssertionInfo, long[]) - Method in class org.assertj.core.internal.LongArrays
-
Asserts that the given array is not empty.
- assertNotEmpty(AssertionInfo, Map<?, ?>) - Method in class org.assertj.core.internal.Maps
-
Asserts that the given Map
is not empty.
- assertNotEmpty(AssertionInfo, Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Asserts that the given array is not empty.
- assertNotEmpty(AssertionInfo, short[]) - Method in class org.assertj.core.internal.ShortArrays
-
Asserts that the given array is not empty.
- assertNotEmpty(AssertionInfo, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Asserts that the given CharSequence
is not empty.
- assertNotEqual(AssertionInfo, Boolean, boolean) - Method in class org.assertj.core.internal.Booleans
-
Asserts that two longs are not equal.
- assertNotEqual(AssertionInfo, T, T) - Method in class org.assertj.core.internal.Comparables
-
Asserts that two T instances are not equal.
- assertNotEqual(AssertionInfo, Object, Object) - Method in class org.assertj.core.internal.Objects
-
Asserts that two objects are not equal.
- assertNotEqualByComparison(AssertionInfo, T, T) - Method in class org.assertj.core.internal.Comparables
-
- assertNotEqualsIgnoringCase(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that two CharSequence
s are not equal, ignoring case considerations.
- assertNotEqualsIgnoringWhitespace(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that two CharSequence
s are not equal, ignoring any differences in whitespace.
- assertNotEqualsNormalizingWhitespace(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that two CharSequence
s are not equal, after the whitespace of both strings
has been normalized.
- assertNotJavaBlank(AssertionInfo, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Asserts that the given
CharSequence
is
Null
, empty or contains at least one non-whitespace character
according to
Character.isWhitespace(char)
.
- assertNotNull(AssertionInfo, T) - Static method in class org.assertj.core.internal.Comparables
-
- assertNotNull(AssertionInfo, Object) - Method in class org.assertj.core.internal.Objects
-
Asserts that the given object is not null
.
- assertNotSame(AssertionInfo, Object, Object) - Method in class org.assertj.core.internal.Objects
-
Asserts that two objects do not refer to the same object.
- assertNull(AssertionInfo, Object) - Method in class org.assertj.core.internal.Objects
-
Asserts that the given object is null
.
- assertNullOrEmpty(AssertionInfo, boolean[]) - Method in class org.assertj.core.internal.BooleanArrays
-
Asserts that the given array is null
or empty.
- assertNullOrEmpty(AssertionInfo, byte[]) - Method in class org.assertj.core.internal.ByteArrays
-
Asserts that the given array is null
or empty.
- assertNullOrEmpty(AssertionInfo, char[]) - Method in class org.assertj.core.internal.CharArrays
-
Asserts that the given array is null
or empty.
- assertNullOrEmpty(AssertionInfo, double[]) - Method in class org.assertj.core.internal.DoubleArrays
-
Asserts that the given array is null
or empty.
- assertNullOrEmpty(AssertionInfo, float[]) - Method in class org.assertj.core.internal.FloatArrays
-
Asserts that the given array is null
or empty.
- assertNullOrEmpty(AssertionInfo, int[]) - Method in class org.assertj.core.internal.IntArrays
-
Asserts that the given array is null
or empty.
- assertNullOrEmpty(AssertionInfo, Iterable<?>) - Method in class org.assertj.core.internal.Iterables
-
Asserts that the given
Iterable
is
null
or empty.
- assertNullOrEmpty(AssertionInfo, long[]) - Method in class org.assertj.core.internal.LongArrays
-
Asserts that the given array is null
or empty.
- assertNullOrEmpty(AssertionInfo, Map<?, ?>) - Method in class org.assertj.core.internal.Maps
-
Asserts that the given Map
is null
or empty.
- assertNullOrEmpty(AssertionInfo, Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Asserts that the given array is null
or empty.
- assertNullOrEmpty(AssertionInfo, short[]) - Method in class org.assertj.core.internal.ShortArrays
-
Asserts that the given array is null
or empty.
- assertNullOrEmpty(AssertionInfo, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Asserts that the given CharSequence
is null
or empty.
- AssertProvider<A> - Interface in org.assertj.core.api
-
Provides a
Assert
for the current object.
- assertSame(AssertionInfo, Object, Object) - Method in class org.assertj.core.internal.Objects
-
Asserts that two objects refer to the same object.
- assertSameContentAs(AssertionInfo, File, Charset, File, Charset) - Method in class org.assertj.core.internal.Files
-
Asserts that the given files have same content.
- assertSameContentAs(AssertionInfo, InputStream, InputStream) - Method in class org.assertj.core.internal.InputStreams
-
Asserts that the given InputStreams have same content.
- assertStartsWith(AssertionInfo, boolean[], boolean[]) - Method in class org.assertj.core.internal.BooleanArrays
-
Verifies that the given array starts with the given sequence of values, without any other values between them.
- assertStartsWith(AssertionInfo, byte[], byte[]) - Method in class org.assertj.core.internal.ByteArrays
-
Verifies that the given array starts with the given sequence of values, without any other values between them.
- assertStartsWith(AssertionInfo, byte[], int[]) - Method in class org.assertj.core.internal.ByteArrays
-
Verifies that the given array starts with the given sequence of values, without any other values between them.
- assertStartsWith(AssertionInfo, char[], char[]) - Method in class org.assertj.core.internal.CharArrays
-
Verifies that the given array starts with the given sequence of values, without any other values between them.
- assertStartsWith(AssertionInfo, double[], double[]) - Method in class org.assertj.core.internal.DoubleArrays
-
Verifies that the given array starts with the given sequence of values, without any other values between them.
- assertStartsWith(AssertionInfo, float[], float[]) - Method in class org.assertj.core.internal.FloatArrays
-
Verifies that the given array starts with the given sequence of values, without any other values between them.
- assertStartsWith(AssertionInfo, int[], int[]) - Method in class org.assertj.core.internal.IntArrays
-
Verifies that the given array starts with the given sequence of values, without any other values between them.
- assertStartsWith(AssertionInfo, Iterable<?>, Object[]) - Method in class org.assertj.core.internal.Iterables
-
Verifies that the given Iterable
starts with the given sequence of objects, without any other objects
between them.
- assertStartsWith(AssertionInfo, long[], long[]) - Method in class org.assertj.core.internal.LongArrays
-
Verifies that the given array starts with the given sequence of values, without any other values between them.
- assertStartsWith(AssertionInfo, Object[], Object[]) - Method in class org.assertj.core.internal.ObjectArrays
-
Verifies that the given array starts with the given sequence of objects, without any other objects between them.
- assertStartsWith(AssertionInfo, Path, Path) - Method in class org.assertj.core.internal.Paths
-
- assertStartsWith(AssertionInfo, short[], short[]) - Method in class org.assertj.core.internal.ShortArrays
-
Verifies that the given array starts with the given sequence of values, without any other values between them.
- assertStartsWith(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
Verifies that the given CharSequence
starts with the given prefix.
- assertStartsWithRaw(AssertionInfo, Path, Path) - Method in class org.assertj.core.internal.Paths
-
- assertThat(Path) - Method in class org.assertj.core.api.AbstractStandardSoftAssertions
-
- assertThat(BigDecimal) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(BigInteger) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(URI) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(URL) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(boolean) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Boolean) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(boolean[]) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(byte) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Byte) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(byte[]) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(char) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(char[]) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Character) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Class<?>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(T) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(double) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Double) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(double[]) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(File) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Path) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Future<RESULT>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(InputStream) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(float) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Float) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(float[]) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(int) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(int[]) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Integer) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Iterable<? extends ELEMENT>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Iterator<? extends ELEMENT>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(List<? extends ELEMENT>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Iterable<? extends ELEMENT>, AssertFactory<ELEMENT, ELEMENT_ASSERT>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(ACTUAL, Class<ELEMENT_ASSERT>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(List<? extends ELEMENT>, AssertFactory<ELEMENT, ELEMENT_ASSERT>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(List<? extends ELEMENT>, Class<ELEMENT_ASSERT>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(long) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Long) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(long[]) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(T) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(T) - Static method in class org.assertj.core.api.Assertions
-
Returns the given assertion.
- assertThat(AssertProvider<T>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(T[]) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Map<K, V>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(short) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Short) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(short[]) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(CharSequence) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(String) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Date) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(AtomicBoolean) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(AtomicInteger) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(AtomicIntegerArray) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(AtomicIntegerFieldUpdater<OBJECT>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(AtomicLong) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(AtomicLongArray) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(AtomicLongFieldUpdater<OBJECT>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(AtomicReference<VALUE>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(AtomicReferenceArray<ELEMENT>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(AtomicReferenceFieldUpdater<OBJECT, FIELD>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(AtomicMarkableReference<VALUE>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(AtomicStampedReference<VALUE>) - Static method in class org.assertj.core.api.Assertions
-
- assertThat(Throwable) - Static method in class org.assertj.core.api.Assertions
-
- assertThat() - Method in interface org.assertj.core.api.AssertProvider
-
Returns the associated
Assert
for this object.
- assertThat(BigDecimal) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(BigInteger) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(boolean) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(Boolean) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(boolean[]) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(byte) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(Byte) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(byte[]) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(char) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(char[]) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(Character) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(Class<?>) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(T) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(Iterable<? extends T>) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(Iterator<? extends T>) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(double) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(Double) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(double[]) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(File) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(Future<RESULT>) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(InputStream) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(float) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(Float) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(float[]) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(int) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(int[]) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(Integer) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(List<? extends T>) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(long) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(Long) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(long[]) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(T) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(T[]) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(Map<K, V>) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(short) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(Short) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(short[]) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(CharSequence) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(String) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(Date) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(AtomicBoolean) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(AtomicInteger) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(AtomicIntegerArray) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(AtomicIntegerFieldUpdater<OBJECT>) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(AtomicLong) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(AtomicLongArray) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(AtomicLongFieldUpdater<OBJECT>) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(AtomicReference<VALUE>) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(AtomicReferenceArray<ELEMENT>) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(AtomicReferenceFieldUpdater<OBJECT, FIELD>) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(AtomicMarkableReference<VALUE>) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(AtomicStampedReference<VALUE>) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(Throwable) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(URI) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(URL) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
- assertThat(AtomicBoolean) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(AtomicInteger) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(AtomicIntegerArray) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(AtomicIntegerFieldUpdater<OBJECT>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(AtomicLong) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(AtomicLongArray) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(AtomicLongFieldUpdater<OBJECT>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(AtomicReference<VALUE>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(AtomicReferenceArray<ELEMENT>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(AtomicReferenceFieldUpdater<OBJECT, FIELD>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(AtomicMarkableReference<VALUE>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(AtomicStampedReference<VALUE>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(BigDecimal) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(BigInteger) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(URI) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(URL) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(boolean) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(Boolean) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(boolean[]) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(byte) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(Byte) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(byte[]) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(char) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(char[]) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(Character) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(Class<?>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(T) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(Iterable<? extends T>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(Iterator<? extends T>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(double) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(Double) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(double[]) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(File) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(Future<RESULT>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(InputStream) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(float) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(Float) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(float[]) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(int) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(int[]) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(Integer) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(List<? extends T>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(Iterable<? extends ELEMENT>, AssertFactory<ELEMENT, ELEMENT_ASSERT>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(ACTUAL, Class<ELEMENT_ASSERT>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(List<? extends ELEMENT>, AssertFactory<ELEMENT, ELEMENT_ASSERT>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(List<? extends ELEMENT>, Class<ELEMENT_ASSERT>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(long) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(Long) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(long[]) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(T) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(T) - Static method in class org.assertj.core.api.Java6Assertions
-
Returns the given assertion.
- assertThat(AssertProvider<T>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(T[]) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(Map<K, V>) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(short) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(Short) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(short[]) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(CharSequence) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(String) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(Date) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThat(Throwable) - Static method in class org.assertj.core.api.Java6Assertions
-
- assertThatThrownBy(ThrowableAssert.ThrowingCallable) - Static method in class org.assertj.core.api.Assertions
-
Allows to capture and then assert on a
Throwable
more easily when used with Java 8 lambdas.
- assertThatThrownBy(ThrowableAssert.ThrowingCallable) - Method in class org.assertj.core.api.Java6AbstractStandardSoftAssertions
-
Allows to capture and then assert on a
Throwable
more easily when used with Java 8 lambdas.
- assertThatThrownBy(ThrowableAssert.ThrowingCallable) - Static method in class org.assertj.core.api.Java6Assertions
-
Allows to capture and then assert on a
Throwable
more easily when used with Java 8 lambdas.
- assertUpperCase(AssertionInfo, Character) - Method in class org.assertj.core.internal.Characters
-
Asserts that the actual value is a uppercase character.
- assertXmlEqualsTo(AssertionInfo, CharSequence, CharSequence) - Method in class org.assertj.core.internal.Strings
-
- asString() - Method in class org.assertj.core.api.AbstractAssert
-
Verifies that the actual value is an instance of String,
and returns a String assertion, to allow chaining of String-specific
assertions from this call.
- asString() - Method in interface org.assertj.core.api.Assert
-
Verifies that the actual value is an instance of String,
and returns a String assertion, to allow chaining of String-specific
assertions from this call.
- assumeThat(T) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(String) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(BigDecimal) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(BigInteger) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(URI) - Static method in class org.assertj.core.api.Assumptions
-
Creates a new instance of
UriAssert
assumption.
- assumeThat(URL) - Static method in class org.assertj.core.api.Assumptions
-
Creates a new instance of
UrlAssert
assumption.
- assumeThat(boolean) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(Boolean) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(boolean[]) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(byte) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(Byte) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(byte[]) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(char) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(Character) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(char[]) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(CharSequence) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(short) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(Short) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(short[]) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(int) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(Integer) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(int[]) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(long) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(Long) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(long[]) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(float) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(Float) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(float[]) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(double) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(Double) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(double[]) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(AtomicBoolean) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(AtomicInteger) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(AtomicIntegerArray) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(AtomicIntegerFieldUpdater<OBJECT>) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(AtomicLong) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(AtomicLongArray) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(AtomicLongFieldUpdater<OBJECT>) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(AtomicReference<VALUE>) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(AtomicReferenceArray<ELEMENT>) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(AtomicReferenceFieldUpdater<OBJECT, FIELD>) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(AtomicMarkableReference<VALUE>) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(AtomicStampedReference<VALUE>) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(Class<?>) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(Date) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(File) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(Path) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(InputStream) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(Future<RESULT>) - Static method in class org.assertj.core.api.Assumptions
-
Create assertion for
Future
assumption.
- assumeThat(Iterable<? extends ELEMENT>) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(Iterator<? extends ELEMENT>) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(List<? extends ELEMENT>) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(T[]) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(Map<K, V>) - Static method in class org.assertj.core.api.Assumptions
-
Creates a new instance of
MapAssert
assumption.
- assumeThat(T) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThat(Throwable) - Static method in class org.assertj.core.api.Assumptions
-
- assumeThatThrownBy(ThrowableAssert.ThrowingCallable) - Static method in class org.assertj.core.api.Assumptions
-
Allows to capture and then assume on a
Throwable
(done easier when used with Java 8 lambdas).
- Assumptions - Class in org.assertj.core.api
-
Entry point for assumption methods for different types, which allow to skip test execution on failed assumptions.
- Assumptions() - Constructor for class org.assertj.core.api.Assumptions
-
- asText() - Method in class org.assertj.core.internal.AbstractComparisonStrategy
-
- asText() - Method in class org.assertj.core.internal.AtomicReferenceArrayElementComparisonStrategy
-
- asText() - Method in class org.assertj.core.internal.ComparatorBasedComparisonStrategy
-
- asText() - Method in class org.assertj.core.internal.IterableElementComparisonStrategy
-
- asText() - Method in class org.assertj.core.internal.ObjectArrayElementComparisonStrategy
-
- asText() - Method in class org.assertj.core.internal.StandardComparisonStrategy
-
- atIndex(int) - Static method in class org.assertj.core.api.Assertions
-
Only delegate to
Index.atIndex(int)
so that Assertions offers a full feature entry point to all AssertJ
features (but you can use
Index
if you prefer).
- atIndex(int) - Static method in class org.assertj.core.api.Java6Assertions
-
Only delegate to
Index.atIndex(int)
so that Assertions offers a full feature entry point to all AssertJ
features (but you can use
Index
if you prefer).
- atIndex(int) - Static method in class org.assertj.core.data.Index
-
- AtomicBooleanAssert - Class in org.assertj.core.api
-
- AtomicBooleanAssert(AtomicBoolean) - Constructor for class org.assertj.core.api.AtomicBooleanAssert
-
- AtomicIntegerArrayAssert - Class in org.assertj.core.api
-
- AtomicIntegerArrayAssert(AtomicIntegerArray) - Constructor for class org.assertj.core.api.AtomicIntegerArrayAssert
-
- AtomicIntegerAssert - Class in org.assertj.core.api
-
- AtomicIntegerAssert(AtomicInteger) - Constructor for class org.assertj.core.api.AtomicIntegerAssert
-
- AtomicIntegerFieldUpdaterAssert<OBJECT> - Class in org.assertj.core.api
-
- AtomicIntegerFieldUpdaterAssert(AtomicIntegerFieldUpdater<OBJECT>) - Constructor for class org.assertj.core.api.AtomicIntegerFieldUpdaterAssert
-
- AtomicLongArrayAssert - Class in org.assertj.core.api
-
- AtomicLongArrayAssert(AtomicLongArray) - Constructor for class org.assertj.core.api.AtomicLongArrayAssert
-
- AtomicLongAssert - Class in org.assertj.core.api
-
- AtomicLongAssert(AtomicLong) - Constructor for class org.assertj.core.api.AtomicLongAssert
-
- AtomicLongFieldUpdaterAssert<OBJECT> - Class in org.assertj.core.api
-
- AtomicLongFieldUpdaterAssert(AtomicLongFieldUpdater<OBJECT>) - Constructor for class org.assertj.core.api.AtomicLongFieldUpdaterAssert
-
- AtomicMarkableReferenceAssert<VALUE> - Class in org.assertj.core.api
-
- AtomicMarkableReferenceAssert(AtomicMarkableReference<VALUE>) - Constructor for class org.assertj.core.api.AtomicMarkableReferenceAssert
-
- AtomicReferenceArrayAssert<T> - Class in org.assertj.core.api
-
- AtomicReferenceArrayAssert(AtomicReferenceArray<T>) - Constructor for class org.assertj.core.api.AtomicReferenceArrayAssert
-
- AtomicReferenceArrayElementComparisonStrategy<T> - Class in org.assertj.core.internal
-
- AtomicReferenceArrayElementComparisonStrategy(Comparator<? super T>) - Constructor for class org.assertj.core.internal.AtomicReferenceArrayElementComparisonStrategy
-
- AtomicReferenceAssert<V> - Class in org.assertj.core.api
-
- AtomicReferenceAssert(AtomicReference<V>) - Constructor for class org.assertj.core.api.AtomicReferenceAssert
-
- AtomicReferenceFieldUpdaterAssert<FIELD,OBJECT> - Class in org.assertj.core.api
-
- AtomicReferenceFieldUpdaterAssert(AtomicReferenceFieldUpdater<OBJECT, FIELD>) - Constructor for class org.assertj.core.api.AtomicReferenceFieldUpdaterAssert
-
- AtomicStampedReferenceAssert<VALUE> - Class in org.assertj.core.api
-
- AtomicStampedReferenceAssert(AtomicStampedReference<VALUE>) - Constructor for class org.assertj.core.api.AtomicStampedReferenceAssert
-
- AutoCloseableBDDSoftAssertions - Class in org.assertj.core.api
-
- AutoCloseableBDDSoftAssertions() - Constructor for class org.assertj.core.api.AutoCloseableBDDSoftAssertions
-
- AutoCloseableSoftAssertions - Class in org.assertj.core.api
-
- AutoCloseableSoftAssertions() - Constructor for class org.assertj.core.api.AutoCloseableSoftAssertions
-
- call() - Method in interface org.assertj.core.api.ThrowableAssert.ThrowingCallable
-
- canRead() - Method in class org.assertj.core.api.AbstractFileAssert
-
Verifies that the actual File
can be read by the application.
- canWrite() - Method in class org.assertj.core.api.AbstractFileAssert
-
Verifies that the actual File
can be modified by the application.
- castIfBelongsToType(Object, Class<T>) - Static method in class org.assertj.core.util.Objects
-
Casts the given object to the given type only if the object is of the given type.
- catchThrowable(ThrowableAssert.ThrowingCallable) - Static method in class org.assertj.core.api.Assertions
-
Allows to catch an
Throwable
more easily when used with Java 8 lambdas.
- catchThrowable(ThrowableAssert.ThrowingCallable) - Static method in class org.assertj.core.api.Java6Assertions
-
Allows to catch an
Throwable
more easily when used with Java 8 lambdas.
- catchThrowable(ThrowableAssert.ThrowingCallable) - Static method in class org.assertj.core.api.ThrowableAssert
-
- ChangeDelta<T> - Class in org.assertj.core.util.diff
-
Initially copied from https://code.google.com/p/java-diff-utils/.
- ChangeDelta(Chunk<T>, Chunk<T>) - Constructor for class org.assertj.core.util.diff.ChangeDelta
-
Creates a change delta with the two given chunks.
- CharacterAssert - Class in org.assertj.core.api
-
- CharacterAssert(Character) - Constructor for class org.assertj.core.api.CharacterAssert
-
- Characters - Class in org.assertj.core.internal
-
- Characters(ComparisonStrategy) - Constructor for class org.assertj.core.internal.Characters
-
- CharArrayAssert - Class in org.assertj.core.api
-
Assertion methods for arrays of char
s.
- CharArrayAssert(char[]) - Constructor for class org.assertj.core.api.CharArrayAssert
-
- CharArrays - Class in org.assertj.core.internal
-
Reusable assertions for arrays of char
s.
- CharArrays(ComparisonStrategy) - Constructor for class org.assertj.core.internal.CharArrays
-
- CharSequenceAssert - Class in org.assertj.core.api
-
Assertion methods for CharSequence
s.
- CharSequenceAssert(CharSequence) - Constructor for class org.assertj.core.api.CharSequenceAssert
-
- charSequenceToLookForIsNull() - Static method in class org.assertj.core.internal.ErrorMessages
-
- checkArgument(boolean, String, Object...) - Static method in class org.assertj.core.util.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkIsNotNull(Object[]) - Static method in class org.assertj.core.internal.CommonValidations
-
- checkIterableIsNotNull(AssertionInfo, Iterable<?>) - Static method in class org.assertj.core.internal.CommonValidations
-
- checkLineCounts(Object, int, int, AssertionInfo) - Static method in class org.assertj.core.internal.CommonValidations
-
- checkNotNull(T) - Static method in class org.assertj.core.util.Preconditions
-
Verifies that the given object reference is not null
.
- checkNotNull(T, String) - Static method in class org.assertj.core.util.Preconditions
-
Verifies that the given object reference is not null
.
- checkNotNull(FilterOperator<T>) - Static method in class org.assertj.core.util.Preconditions
-
- checkNotNullOrEmpty(CharSequence) - Static method in class org.assertj.core.util.Preconditions
-
Verifies that the given CharSequence
is not null
or empty.
- checkNotNullOrEmpty(CharSequence, String) - Static method in class org.assertj.core.util.Preconditions
-
Verifies that the given CharSequence
is not null
or empty.
- checkNotNullOrEmpty(T[]) - Static method in class org.assertj.core.util.Preconditions
-
Verifies that the given array is not null
or empty.
- CheckReturnValue - Annotation Type in org.assertj.core.util
-
Findbugs handles any annotation with name "CheckReturnValue" in return value check.
- checkSequenceIsNotNull(Object) - Static method in class org.assertj.core.internal.CommonValidations
-
- checkSizes(Object, int, int, AssertionInfo) - Static method in class org.assertj.core.internal.CommonValidations
-
- checkState(boolean, String, Object...) - Static method in class org.assertj.core.util.Preconditions
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkSubsequenceIsNotNull(Object) - Static method in class org.assertj.core.internal.CommonValidations
-
- checkTypeIsNotNull(Class<?>) - Static method in class org.assertj.core.internal.CommonValidations
-
- Chunk<T> - Class in org.assertj.core.util.diff
-
Copy from https://code.google.com/p/java-diff-utils/.
- Chunk(int, List<T>) - Constructor for class org.assertj.core.util.diff.Chunk
-
Creates a chunk and saves a copy of affected lines
- ClassAssert - Class in org.assertj.core.api
-
Assertion methods for Class
es.
- ClassAssert(Class<?>) - Constructor for class org.assertj.core.api.ClassAssert
-
- ClassBasedNavigableIterableAssert<SELF extends ClassBasedNavigableIterableAssert<SELF,ACTUAL,ELEMENT,ELEMENT_ASSERT>,ACTUAL extends Iterable<? extends ELEMENT>,ELEMENT,ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT,ELEMENT>> - Class in org.assertj.core.api
-
Build the Assert instance by reflection.
- ClassBasedNavigableIterableAssert(ACTUAL, Class<?>, Class<ELEMENT_ASSERT>) - Constructor for class org.assertj.core.api.ClassBasedNavigableIterableAssert
-
- ClassBasedNavigableListAssert<SELF extends ClassBasedNavigableListAssert<SELF,ACTUAL,ELEMENT,ELEMENT_ASSERT>,ACTUAL extends List<? extends ELEMENT>,ELEMENT,ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT,ELEMENT>> - Class in org.assertj.core.api
-
Build the Assert instance by reflection.
- ClassBasedNavigableListAssert(ACTUAL, Class<ELEMENT_ASSERT>) - Constructor for class org.assertj.core.api.ClassBasedNavigableListAssert
-
- Classes - Class in org.assertj.core.internal
-
Reusable assertions for
Class
s.
- Classes() - Constructor for class org.assertj.core.internal.Classes
-
- ClassModifierShouldBe - Class in org.assertj.core.error
-
Creates an error message indicating that an assertion that verifies that a class is (or is not) final.
- ClassUtils - Class in org.assertj.core.util.introspection
-
- ClassUtils() - Constructor for class org.assertj.core.util.introspection.ClassUtils
-
- close() - Method in class org.assertj.core.api.AutoCloseableBDDSoftAssertions
-
- close() - Method in class org.assertj.core.api.AutoCloseableSoftAssertions
-
- Closeables - Class in org.assertj.core.util
-
- closeQuietly(Closeable...) - Static method in class org.assertj.core.util.Closeables
-
Closes the given
Closeable
s, ignoring any thrown exceptions.
- CommonErrors - Class in org.assertj.core.internal
-
- CommonValidations - Class in org.assertj.core.internal
-
- ComparableAssert<SELF extends ComparableAssert<SELF,ACTUAL>,ACTUAL extends Comparable<? super ACTUAL>> - Interface in org.assertj.core.api
-
- Comparables - Class in org.assertj.core.internal
-
- Comparables() - Constructor for class org.assertj.core.internal.Comparables
-
- Comparables(ComparisonStrategy) - Constructor for class org.assertj.core.internal.Comparables
-
- ComparatorBasedComparisonStrategy - Class in org.assertj.core.internal
-
- ComparatorBasedComparisonStrategy(Comparator) - Constructor for class org.assertj.core.internal.ComparatorBasedComparisonStrategy
-
- ComparatorBasedComparisonStrategy(Comparator, String) - Constructor for class org.assertj.core.internal.ComparatorBasedComparisonStrategy
-
- comparatorByPropertyOrField - Variable in class org.assertj.core.internal.FieldByFieldComparator
-
- comparatorByType - Variable in class org.assertj.core.internal.FieldByFieldComparator
-
- ComparatorFactory - Class in org.assertj.core.api
-
- ComparatorFactory() - Constructor for class org.assertj.core.api.ComparatorFactory
-
- compare(Object, Object) - Method in class org.assertj.core.internal.ExtendedByTypesComparator
-
- compare(Object, Object) - Method in class org.assertj.core.internal.FieldByFieldComparator
-
- compare(Delta<?>, Delta<?>) - Method in class org.assertj.core.util.diff.DeltaComparator
-
- compareNonNull(T, T) - Method in class org.assertj.core.util.AbstractComparableNumberComparator
-
- compareNonNull(Double, Double) - Method in class org.assertj.core.util.DoubleComparator
-
- compareNonNull(Float, Float) - Method in class org.assertj.core.util.FloatComparator
-
- comparison() - Static method in enum org.assertj.core.util.introspection.FieldSupport
-
Returns the instance dedicated to comparison of fields.
- COMPARISON - Static variable in class org.assertj.core.util.introspection.PropertyOrFieldSupport
-
- ComparisonStrategy - Interface in org.assertj.core.internal
-
Describes the contract to implement a consistent comparison strategy that covers :
- comparing two objects for equality and order
- knowing if an object belongs to a group of objects (collection/array)
- determining duplicates in a group of objects (collection/array)
- string specific comparison
- Compatibility - Class in org.assertj.core.util
-
Compatibility with Android (Java 1.6)
- Compatibility.System - Class in org.assertj.core.util
-
- concat(Object...) - Static method in class org.assertj.core.util.Strings
-
Concatenates the given objects into a single String
.
- Condition<T> - Class in org.assertj.core.api
-
A condition to be met by an object.
- Condition() - Constructor for class org.assertj.core.api.Condition
-
- Condition(String) - Constructor for class org.assertj.core.api.Condition
-
- Condition(Description) - Constructor for class org.assertj.core.api.Condition
-
- ConditionAndGroupGenericParameterTypeShouldBeTheSame - Class in org.assertj.core.error
-
Creates an error message indicating that an assertion that verifies type of elements of group and Condition
A group of
elements can be a collection, an array.
- ConditionAndGroupGenericParameterTypeShouldBeTheSame(Object, Condition<?>) - Constructor for class org.assertj.core.error.ConditionAndGroupGenericParameterTypeShouldBeTheSame
-
- conditions() - Method in class org.assertj.core.condition.Join
-
Returns the conditions to join.
- Conditions - Class in org.assertj.core.internal
-
- CONFIGURATION_PROVIDER - Static variable in class org.assertj.core.configuration.ConfigurationProvider
-
- ConfigurationProvider - Class in org.assertj.core.configuration
-
Provider for all the configuration settings / parameters within AssertJ.
- contains(boolean...) - Method in class org.assertj.core.api.AbstractBooleanArrayAssert
-
Verifies that the actual array contains the given values, in any order.
- contains(boolean, Index) - Method in class org.assertj.core.api.AbstractBooleanArrayAssert
-
Verifies that the actual array contains the given value at the given index.
- contains(byte...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array contains the given values, in any order.
- contains(int...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array contains the given values, in any order.
- contains(byte, Index) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array contains the given value at the given index.
- contains(int, Index) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array contains the given value at the given index.
- contains(char...) - Method in class org.assertj.core.api.AbstractCharArrayAssert
-
Verifies that the actual array contains the given values, in any order.
- contains(char, Index) - Method in class org.assertj.core.api.AbstractCharArrayAssert
-
Verifies that the actual array contains the given value at the given index.
- contains(CharSequence...) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
contains all the given values.
- contains(Iterable<? extends CharSequence>) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
contains all the CharSequence
s of the given Iterable.
- contains(double...) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array contains the given values, in any order.
- contains(double[], Offset<Double>) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array contains the given values, in any order,
the comparison is done at the given precision/offset set with
Assertions.withPrecision(Double)
.
- contains(double, Index) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array contains the given value at the given index.
- contains(double, Index, Offset<Double>) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array contains the given value at the given index.
- contains(float...) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array contains the given values, in any order.
- contains(float[], Offset<Float>) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array contains the given values, in any order,
the comparison is done at the given precision/offset set with
Assertions.withPrecision(Float)
.
- contains(float, Index) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array contains the given value at the given index.
- contains(float, Index, Offset<Float>) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array contains the given value at the given index.
- contains(int...) - Method in class org.assertj.core.api.AbstractIntArrayAssert
-
Verifies that the actual array contains the given values, in any order.
- contains(int, Index) - Method in class org.assertj.core.api.AbstractIntArrayAssert
-
Verifies that the actual array contains the given value at the given index.
- contains(ELEMENT...) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group contains the given values, in any order.
- contains(ELEMENT, Index) - Method in class org.assertj.core.api.AbstractListAssert
-
Verifies that the actual group contains the given object at the given index.
- contains(long...) - Method in class org.assertj.core.api.AbstractLongArrayAssert
-
Verifies that the actual array contains the given values, in any order.
- contains(long, Index) - Method in class org.assertj.core.api.AbstractLongArrayAssert
-
Verifies that the actual array contains the given value at the given index.
- contains(Map.Entry<? extends K, ? extends V>...) - Method in class org.assertj.core.api.AbstractMapAssert
-
Verifies that the actual map contains the given entries, in any order.
- contains(ELEMENT...) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual group contains the given values, in any order.
- contains(ELEMENT, Index) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array contains the given object at the given index.
- contains(short...) - Method in class org.assertj.core.api.AbstractShortArrayAssert
-
Verifies that the actual array contains the given values, in any order.
- contains(short, Index) - Method in class org.assertj.core.api.AbstractShortArrayAssert
-
Verifies that the actual array contains the given value at the given index.
- contains(int...) - Method in class org.assertj.core.api.AtomicIntegerArrayAssert
-
- contains(int, Index) - Method in class org.assertj.core.api.AtomicIntegerArrayAssert
-
Verifies that the actual atomic array contains the given value at the given index.
- contains(long...) - Method in class org.assertj.core.api.AtomicLongArrayAssert
-
Verifies that the actual
AtomicLongArray
contains the given values, in any order.
- contains(long, Index) - Method in class org.assertj.core.api.AtomicLongArrayAssert
-
Verifies that the actual atomic array contains the given value at the given index.
- contains(T...) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains the given values, in any order.
- contains(T, Index) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains the given object at the given index.
- contains(ELEMENT, Index) - Method in interface org.assertj.core.api.IndexedObjectEnumerableAssert
-
Verifies that the actual group contains the given object at the given index.
- contains(ELEMENT...) - Method in class org.assertj.core.api.IterableAssert
-
- contains(ELEMENT...) - Method in class org.assertj.core.api.ListAssert
-
- contains(Map.Entry<? extends KEY, ? extends VALUE>...) - Method in class org.assertj.core.api.MapAssert
-
- contains(ELEMENT...) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group contains the given values, in any order.
- containsAll(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group contains all the elements of given Iterable
, in any order.
- containsAll(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array contains all the elements of given Iterable
, in any order.
- containsAll(Iterable<? extends T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains all the elements of given Iterable
, in any order.
- containsAll(Iterable<? extends ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group contains all the elements of given Iterable
, in any order.
- containsAllEntriesOf(Map<? extends K, ? extends V>) - Method in class org.assertj.core.api.AbstractMapAssert
-
Verifies that the actual map contains all entries of the given map, in any order.
- containsAnyElementsOf(Iterable<ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the
Iterable
under test contains at least one of the given
Iterable
elements.
- containsAnyElementsOf(Iterable<ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array contains at least one of the given
Iterable
elements.
- containsAnyElementsOf(Iterable<T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains at least one of the given
Iterable
elements.
- containsAnyElementsOf(Iterable<ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the
Iterable
under test contains at least one of the given
Iterable
elements.
- containsAnyOf(boolean...) - Method in class org.assertj.core.api.AbstractBooleanArrayAssert
-
Verifies that the actual array contains at least one of the given values.
- containsAnyOf(byte...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array contains at least one of the given values.
- containsAnyOf(int...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array contains at least one of the given values.
- containsAnyOf(char...) - Method in class org.assertj.core.api.AbstractCharArrayAssert
-
Verifies that the actual array contains at least one of the given values.
- containsAnyOf(double...) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array contains at least one of the given values.
- containsAnyOf(float...) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array contains at least one of the given values.
- containsAnyOf(int...) - Method in class org.assertj.core.api.AbstractIntArrayAssert
-
Verifies that the actual array contains at least one of the given values.
- containsAnyOf(ELEMENT...) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual
Iterable
contains at least one of the given values.
- containsAnyOf(long...) - Method in class org.assertj.core.api.AbstractLongArrayAssert
-
Verifies that the actual array contains at least one of the given values.
- containsAnyOf(Map.Entry<? extends K, ? extends V>...) - Method in class org.assertj.core.api.AbstractMapAssert
-
Verifies that the actual map contains at least one of the given entries.
- containsAnyOf(ELEMENT...) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array contains at least one of the given values.
- containsAnyOf(short...) - Method in class org.assertj.core.api.AbstractShortArrayAssert
-
Verifies that the actual array contains at least one of the given values.
- containsAnyOf(int...) - Method in class org.assertj.core.api.AtomicIntegerArrayAssert
-
Verifies that the actual array contains at least one of the given values.
- containsAnyOf(long...) - Method in class org.assertj.core.api.AtomicLongArrayAssert
-
Verifies that the actual array contains at least one of the given values.
- containsAnyOf(T...) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains at least one of the given values.
- containsAnyOf(Map.Entry<? extends KEY, ? extends VALUE>...) - Method in class org.assertj.core.api.MapAssert
-
- containsAnyOf(ELEMENT...) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual
Iterable
contains at least one of the given values.
- containsEntry(K, V) - Method in class org.assertj.core.api.AbstractMapAssert
-
Verifies that the actual map contains the given entry.
- containsExactly(boolean...) - Method in class org.assertj.core.api.AbstractBooleanArrayAssert
-
Verifies that the actual group contains only the given values and nothing else, in order.
- containsExactly(byte...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual group contains only the given values and nothing else, in order.
- containsExactly(int...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual group contains only the given values and nothing else, in order.
- containsExactly(char...) - Method in class org.assertj.core.api.AbstractCharArrayAssert
-
Verifies that the actual group contains only the given values and nothing else, in order.
- containsExactly(double...) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual group contains only the given values and nothing else, in order.
- containsExactly(double[], Offset<Double>) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual group contains only the given values and nothing else, in order.
- containsExactly(float...) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual group contains only the given values and nothing else, in order.
- containsExactly(float[], Offset<Float>) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual group contains only the given values and nothing else, in order.
- containsExactly(int...) - Method in class org.assertj.core.api.AbstractIntArrayAssert
-
Verifies that the actual group contains only the given values and nothing else, in order.
- containsExactly(ELEMENT...) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in order.
This assertion should only be used with groups that have a consistent iteration order (i.e.
- containsExactly(long...) - Method in class org.assertj.core.api.AbstractLongArrayAssert
-
Verifies that the actual group contains only the given values and nothing else, in order.
- containsExactly(Map.Entry<? extends K, ? extends V>...) - Method in class org.assertj.core.api.AbstractMapAssert
-
Verifies that the actual map contains only the given entries and nothing else, in order.
This assertion should only be used with maps that have a consistent iteration order (i.e.
- containsExactly(ELEMENT...) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array contains exactly the given values and nothing else, in order.
- containsExactly(short...) - Method in class org.assertj.core.api.AbstractShortArrayAssert
-
Verifies that the actual group contains only the given values and nothing else, in order.
- containsExactly(int...) - Method in class org.assertj.core.api.AtomicIntegerArrayAssert
-
Verifies that the actual AtomicIntegerArray contains only the given values and nothing else, in order.
- containsExactly(long...) - Method in class org.assertj.core.api.AtomicLongArrayAssert
-
Verifies that the actual AtomicLongArray contains only the given values and nothing else, in order.
- containsExactly(T...) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains only the given values and nothing else, in order.
- containsExactly(ELEMENT...) - Method in class org.assertj.core.api.IterableAssert
-
- containsExactly(ELEMENT...) - Method in class org.assertj.core.api.ListAssert
-
- containsExactly(Map.Entry<? extends KEY, ? extends VALUE>...) - Method in class org.assertj.core.api.MapAssert
-
- containsExactly(ELEMENT...) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in order.
This assertion should only be used with groups that have a consistent iteration order (i.e.
- containsExactlyElementsOf(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
- containsExactlyElementsOf(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
- containsExactlyElementsOf(Iterable<? extends T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
- containsExactlyElementsOf(Iterable<? extends ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
- containsExactlyInAnyOrder(boolean...) - Method in class org.assertj.core.api.AbstractBooleanArrayAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrder(byte...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrder(int...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrder(char...) - Method in class org.assertj.core.api.AbstractCharArrayAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrder(double...) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrder(float...) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrder(int...) - Method in class org.assertj.core.api.AbstractIntArrayAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrder(ELEMENT...) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrder(long...) - Method in class org.assertj.core.api.AbstractLongArrayAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrder(ELEMENT...) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrder(short...) - Method in class org.assertj.core.api.AbstractShortArrayAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrder(int...) - Method in class org.assertj.core.api.AtomicIntegerArrayAssert
-
Verifies that the actual AtomicIntegerArray contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrder(long...) - Method in class org.assertj.core.api.AtomicLongArrayAssert
-
Verifies that the actual AtomicLongArray contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrder(T...) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrder(ELEMENT...) - Method in class org.assertj.core.api.IterableAssert
-
- containsExactlyInAnyOrder(ELEMENT...) - Method in class org.assertj.core.api.ListAssert
-
- containsExactlyInAnyOrder(ELEMENT...) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrderElementsOf(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrderElementsOf(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrderElementsOf(Iterable<? extends T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains exactly the given values and nothing else, in any order.
- containsExactlyInAnyOrderElementsOf(Iterable<? extends ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group contains exactly the given values and nothing else, in any order.
- containsIgnoringCase(CharSequence) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
contains the given sequence, ignoring case considerations.
- containsKey(K) - Method in class org.assertj.core.api.AbstractMapAssert
-
Verifies that the actual map contains the given key.
- containsKeys(K...) - Method in class org.assertj.core.api.AbstractMapAssert
-
Verifies that the actual map contains the given keys.
- containsKeys(KEY...) - Method in class org.assertj.core.api.MapAssert
-
- containsNull() - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group contains at least a null element.
- containsNull() - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array contains at least a null element.
- containsNull() - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains at least a null element.
- containsNull() - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group contains at least a null element.
- containsOnly(boolean...) - Method in class org.assertj.core.api.AbstractBooleanArrayAssert
-
Verifies that the actual array contains only the given values and nothing else, in any order.
- containsOnly(byte...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array contains only the given values and nothing else, in any order.
- containsOnly(int...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array contains only the given values and nothing else, in any order.
- containsOnly(char...) - Method in class org.assertj.core.api.AbstractCharArrayAssert
-
Verifies that the actual array contains only the given values and nothing else, in any order.
- containsOnly(double...) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array contains only the given values and nothing else, in any order.
- containsOnly(double[], Offset<Double>) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array contains only the given values and nothing else, in any order.
- containsOnly(float...) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array contains only the given values and nothing else, in any order.
- containsOnly(float[], Offset<Float>) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array contains only the given values and nothing else, in any order.
- containsOnly(int...) - Method in class org.assertj.core.api.AbstractIntArrayAssert
-
Verifies that the actual array contains only the given values and nothing else, in any order.
- containsOnly(ELEMENT...) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group contains only the given values and nothing else, in any order and ignoring duplicates (i.e.
- containsOnly(long...) - Method in class org.assertj.core.api.AbstractLongArrayAssert
-
Verifies that the actual array contains only the given values and nothing else, in any order.
- containsOnly(Map.Entry<? extends K, ? extends V>...) - Method in class org.assertj.core.api.AbstractMapAssert
-
Verifies that the actual map contains only the given entries and nothing else, in any order.
- containsOnly(ELEMENT...) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual group contains only the given values and nothing else, in any order and ignoring duplicates (i.e.
- containsOnly(short...) - Method in class org.assertj.core.api.AbstractShortArrayAssert
-
Verifies that the actual array contains only the given values and nothing else, in any order.
- containsOnly(int...) - Method in class org.assertj.core.api.AtomicIntegerArrayAssert
-
Verifies that the actual atomic array contains only the given values and nothing else, in any order.
- containsOnly(long...) - Method in class org.assertj.core.api.AtomicLongArrayAssert
-
Verifies that the actual atomic array contains only the given values and nothing else, in any order.
- containsOnly(T...) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains only the given values and nothing else, in any order and ignoring duplicates (i.e.
- containsOnly(ELEMENT...) - Method in class org.assertj.core.api.IterableAssert
-
- containsOnly(ELEMENT...) - Method in class org.assertj.core.api.ListAssert
-
- containsOnly(Map.Entry<? extends KEY, ? extends VALUE>...) - Method in class org.assertj.core.api.MapAssert
-
- containsOnly(ELEMENT...) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group contains only the given values and nothing else, in any order and ignoring duplicates (i.e.
- containsOnlyDigits() - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
contains only digits.
- containsOnlyElementsOf(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
- containsOnlyElementsOf(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
- containsOnlyElementsOf(Iterable<? extends T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
- containsOnlyElementsOf(Iterable<? extends ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
- containsOnlyKeys(K...) - Method in class org.assertj.core.api.AbstractMapAssert
-
Verifies that the actual map contains only the given keys and nothing else, in any order.
- containsOnlyKeys(KEY...) - Method in class org.assertj.core.api.MapAssert
-
- containsOnlyNulls() - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group contains only null elements and nothing else.
- containsOnlyNulls() - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array contains only null elements.
- containsOnlyNulls() - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains only null elements and nothing else.
- containsOnlyNulls() - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group contains only null elements and nothing else.
- containsOnlyOnce(boolean...) - Method in class org.assertj.core.api.AbstractBooleanArrayAssert
-
Verifies that the actual array contains the given values only once.
- containsOnlyOnce(byte...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array contains the given values only once.
- containsOnlyOnce(int...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array contains the given values only once.
- containsOnlyOnce(char...) - Method in class org.assertj.core.api.AbstractCharArrayAssert
-
Verifies that the actual array contains the given values only once.
- containsOnlyOnce(CharSequence) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
contains the given sequence only once.
- containsOnlyOnce(double...) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array contains the given values only once.
- containsOnlyOnce(double[], Offset<Double>) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array contains the given values only once.
- containsOnlyOnce(float...) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array contains the given values only once.
- containsOnlyOnce(float[], Offset<Float>) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array contains the given values only once.
- containsOnlyOnce(int...) - Method in class org.assertj.core.api.AbstractIntArrayAssert
-
Verifies that the actual array contains the given values only once.
- containsOnlyOnce(ELEMENT...) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group contains the given values only once.
- containsOnlyOnce(long...) - Method in class org.assertj.core.api.AbstractLongArrayAssert
-
Verifies that the actual array contains the given values only once.
- containsOnlyOnce(ELEMENT...) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual group contains the given values only once.
- containsOnlyOnce(short...) - Method in class org.assertj.core.api.AbstractShortArrayAssert
-
Verifies that the actual array contains the given values only once.
- containsOnlyOnce(int...) - Method in class org.assertj.core.api.AtomicIntegerArrayAssert
-
Verifies that the actual atomic array contains the given values only once.
- containsOnlyOnce(long...) - Method in class org.assertj.core.api.AtomicLongArrayAssert
-
Verifies that the actual atomic array contains the given values only once.
- containsOnlyOnce(T...) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains the given values only once.
- containsOnlyOnce(ELEMENT...) - Method in class org.assertj.core.api.IterableAssert
-
- containsOnlyOnce(ELEMENT...) - Method in class org.assertj.core.api.ListAssert
-
- containsOnlyOnce(ELEMENT...) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group contains the given values only once.
- containsOnlyWhitespaces() - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
- containsPattern(CharSequence) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
contains the given regular expression.
- containsPattern(Pattern) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
contains the given regular expression pattern.
- containsSequence(boolean...) - Method in class org.assertj.core.api.AbstractBooleanArrayAssert
-
Verifies that the actual array contains the given sequence, without any other values between them.
- containsSequence(byte...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array contains the given sequence, without any other values between them.
- containsSequence(int...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array contains the given sequence, without any other values between them.
- containsSequence(char...) - Method in class org.assertj.core.api.AbstractCharArrayAssert
-
Verifies that the actual array contains the given sequence, without any other values between them.
- containsSequence(CharSequence...) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
contains the given sequence of values in the given order without any other values between them.
- containsSequence(Iterable<? extends CharSequence>) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
contains all the values of the given Iterable in the Iterable
iteration order without any other values between them.
- containsSequence(double...) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array contains the given sequence, without any other values between them.
- containsSequence(double[], Offset<Double>) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array contains the given sequence, without any other values between them.
- containsSequence(float...) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array contains the given sequence, without any other values between them.
- containsSequence(float[], Offset<Float>) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array contains the given sequence, without any other values between them.
- containsSequence(int...) - Method in class org.assertj.core.api.AbstractIntArrayAssert
-
Verifies that the actual array contains the given sequence, without any other values between them.
- containsSequence(ELEMENT...) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group contains the given sequence in the correct order and without extra values between the sequence values.
- containsSequence(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group contains the given sequence in the correct order and without extra values between the sequence values.
- containsSequence(long...) - Method in class org.assertj.core.api.AbstractLongArrayAssert
-
Verifies that the actual array contains the given sequence, without any other values between them.
- containsSequence(ELEMENT...) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array contains the given sequence in the correct order and without extra values between the sequence values.
- containsSequence(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array contains the given sequence in the correct order and without extra values between the sequence values.
- containsSequence(short...) - Method in class org.assertj.core.api.AbstractShortArrayAssert
-
Verifies that the actual array contains the given sequence, without any other values between them.
- containsSequence(int...) - Method in class org.assertj.core.api.AtomicIntegerArrayAssert
-
Verifies that the actual atomic array contains the given sequence, without any other values between them.
- containsSequence(long...) - Method in class org.assertj.core.api.AtomicLongArrayAssert
-
Verifies that the actual atomic array contains the given sequence, without any other values between them.
- containsSequence(T...) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains the given sequence in the correct order and without extra values between the sequence values.
- containsSequence(Iterable<? extends T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains the given sequence in the correct order and without extra values between the sequence values.
- containsSequence(ELEMENT...) - Method in class org.assertj.core.api.IterableAssert
-
- containsSequence(ELEMENT...) - Method in class org.assertj.core.api.ListAssert
-
- containsSequence(ELEMENT...) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group contains the given sequence in the correct order and without extra values between the sequence values.
- containsSequence(Iterable<? extends ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group contains the given sequence in the correct order and without extra values between the sequence values.
- containsSubsequence(boolean...) - Method in class org.assertj.core.api.AbstractBooleanArrayAssert
-
Verifies that the actual array contains the given subsequence (possibly with other values between them).
- containsSubsequence(byte...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array contains the given subsequence (possibly with other values between them).
- containsSubsequence(int...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array contains the given subsequence (possibly with other values between them).
- containsSubsequence(char...) - Method in class org.assertj.core.api.AbstractCharArrayAssert
-
Verifies that the actual array contains the given subsequence (possibly with other values between them).
- containsSubsequence(CharSequence...) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
contains all the given values in the given order
(possibly with other values between them).
- containsSubsequence(Iterable<? extends CharSequence>) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
contains all the values of the given Iterable in the Iterable
iteration order (possibly with other values between them).
- containsSubsequence(double...) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array contains the given subsequence (possibly with other values between them).
- containsSubsequence(double[], Offset<Double>) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array contains the given subsequence (possibly with other values between them).
- containsSubsequence(float...) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array contains the given subsequence (possibly with other values between them).
- containsSubsequence(float[], Offset<Float>) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array contains the given subsequence (possibly with other values between them).
- containsSubsequence(int...) - Method in class org.assertj.core.api.AbstractIntArrayAssert
-
Verifies that the actual array contains the given subsequence (possibly with other values between them).
- containsSubsequence(ELEMENT...) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group contains the given subsequence in the correct order (possibly with other values between them).
- containsSubsequence(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group contains the given subsequence in the correct order (possibly with other values between them).
- containsSubsequence(long...) - Method in class org.assertj.core.api.AbstractLongArrayAssert
-
Verifies that the actual array contains the given subsequence (possibly with other values between them).
- containsSubsequence(ELEMENT...) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array contains the given subsequence in the correct order (possibly with other values between them).
- containsSubsequence(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array contains the given subsequence in the correct order (possibly with other values between them).
- containsSubsequence(short...) - Method in class org.assertj.core.api.AbstractShortArrayAssert
-
Verifies that the actual array contains the given subsequence (possibly with other values between them).
- containsSubsequence(int...) - Method in class org.assertj.core.api.AtomicIntegerArrayAssert
-
Verifies that the actual atomic array contains the given subsequence (possibly with other values between them).
- containsSubsequence(long...) - Method in class org.assertj.core.api.AtomicLongArrayAssert
-
Verifies that the actual atomic array contains the given subsequence (possibly with other values between them).
- containsSubsequence(T...) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains the given subsequence in the correct order (possibly with other values between them).
- containsSubsequence(Iterable<? extends T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains the given subsequence in the correct order (possibly with other values between them).
- containsSubsequence(ELEMENT...) - Method in class org.assertj.core.api.IterableAssert
-
- containsSubsequence(ELEMENT...) - Method in class org.assertj.core.api.ListAssert
-
- containsSubsequence(ELEMENT...) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group contains the given subsequence in the correct order (possibly with other values between them).
- containsSubsequence(Iterable<? extends ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group contains the given subsequence in the correct order (possibly with other values between them).
- containsValue(V) - Method in class org.assertj.core.api.AbstractMapAssert
-
Verifies that the actual map contains the given value.
- containsValues(V...) - Method in class org.assertj.core.api.AbstractMapAssert
-
Verifies that the actual map contains the given values.
- containsValues(VALUE...) - Method in class org.assertj.core.api.MapAssert
-
- contentOf(File, Charset) - Static method in class org.assertj.core.api.Assertions
-
- contentOf(File, String) - Static method in class org.assertj.core.api.Assertions
-
- contentOf(File) - Static method in class org.assertj.core.api.Assertions
-
- contentOf(URL, Charset) - Static method in class org.assertj.core.api.Assertions
-
- contentOf(URL, String) - Static method in class org.assertj.core.api.Assertions
-
- contentOf(URL) - Static method in class org.assertj.core.api.Assertions
-
- contentOf(File, Charset) - Static method in class org.assertj.core.api.Java6Assertions
-
- contentOf(File, String) - Static method in class org.assertj.core.api.Java6Assertions
-
- contentOf(File) - Static method in class org.assertj.core.api.Java6Assertions
-
- contentOf(URL, Charset) - Static method in class org.assertj.core.api.Java6Assertions
-
- contentOf(URL, String) - Static method in class org.assertj.core.api.Java6Assertions
-
- contentOf(URL) - Static method in class org.assertj.core.api.Java6Assertions
-
- contentOf(File, String) - Static method in class org.assertj.core.util.Files
-
Loads the text content of a file into a character string.
- contentOf(File, Charset) - Static method in class org.assertj.core.util.Files
-
Loads the text content of a file into a character string.
- contentOf(URL, String) - Static method in class org.assertj.core.util.URLs
-
Loads the text content of a URL into a character string.
- contentOf(URL, Charset) - Static method in class org.assertj.core.util.URLs
-
Loads the text content of a URL into a character string.
- create(Description, Representation) - Method in class org.assertj.core.error.AbstractShouldHaveTextContent
-
- create(Description, Representation) - Method in class org.assertj.core.error.BasicErrorMessageFactory
-
Creates a new error message as a result of a failed assertion.
- create(Description) - Method in class org.assertj.core.error.BasicErrorMessageFactory
-
- create() - Method in class org.assertj.core.error.BasicErrorMessageFactory
-
Creates a new error message as a result of a failed assertion without description.
- create(Description, Representation) - Method in interface org.assertj.core.error.ErrorMessageFactory
-
Creates a new error message as a result of a failed assertion.
- create(Description) - Method in interface org.assertj.core.error.ErrorMessageFactory
-
- create() - Method in interface org.assertj.core.error.ErrorMessageFactory
-
Creates a new error message as a result of a failed assertion without description.
- createAssert(T) - Method in interface org.assertj.core.api.AssertFactory
-
Creates the custom Assert object for the given element value.
- createAssert(T) - Method in class org.assertj.core.api.ObjectAssertFactory
-
- currentFolder() - Static method in class org.assertj.core.util.Files
-
Returns the current directory.
- DateAssert - Class in org.assertj.core.api
-
- DateAssert(Date) - Constructor for class org.assertj.core.api.DateAssert
-
- Dates - Class in org.assertj.core.internal
-
Reusable assertions for
Date
s.
- Dates(ComparisonStrategy) - Constructor for class org.assertj.core.internal.Dates
-
- dateToCompareActualWithIsNull() - Static method in class org.assertj.core.internal.ErrorMessages
-
- DateUtil - Class in org.assertj.core.util
-
Utility methods related to dates.
- DateUtil() - Constructor for class org.assertj.core.util.DateUtil
-
- dayOfMonthOf(Date) - Static method in class org.assertj.core.util.DateUtil
-
Dates Extracts the day of month of the given Date.
- dayOfWeekOf(Date) - Static method in class org.assertj.core.util.DateUtil
-
- DeepDifference - Class in org.assertj.core.internal
-
Tests two objects for differences by doing a 'deep' comparison.
- DeepDifference() - Constructor for class org.assertj.core.internal.DeepDifference
-
- DeepDifference.Difference - Class in org.assertj.core.internal
-
- DeepDifference.Difference(List<String>, Object, Object) - Constructor for class org.assertj.core.internal.DeepDifference.Difference
-
- DEFAULT_END - Static variable in class org.assertj.core.util.diff.Delta
-
- DEFAULT_START - Static variable in class org.assertj.core.util.diff.Delta
-
- defaultTypeComparators() - Static method in class org.assertj.core.internal.TypeComparators
-
- delete(File) - Static method in class org.assertj.core.util.Files
-
Deletes the given file or directory.
- DeleteDelta<T> - Class in org.assertj.core.util.diff
-
Initially copied from https://code.google.com/p/java-diff-utils/.
- DeleteDelta(Chunk<T>, Chunk<T>) - Constructor for class org.assertj.core.util.diff.DeleteDelta
-
Creates a change delta with the two given chunks.
- Delta<T> - Class in org.assertj.core.util.diff
-
Initially copied from https://code.google.com/p/java-diff-utils/.
- Delta(Chunk<T>, Chunk<T>) - Constructor for class org.assertj.core.util.diff.Delta
-
Construct the delta for original and revised chunks
- Delta.TYPE - Enum in org.assertj.core.util.diff
-
Specifies the type of the delta.
- DeltaComparator - Class in org.assertj.core.util.diff
-
Copy from https://code.google.com/p/java-diff-utils/.
- describedAs(String, Object...) - Method in class org.assertj.core.api.AbstractAssert
-
Sets the description of the assertion that is going to be called after.
- describedAs(Description) - Method in class org.assertj.core.api.AbstractAssert
-
Sets the description of the assertion that is going to be called after.
- describedAs(Description) - Method in class org.assertj.core.api.AbstractIterableAssert
-
- describedAs(String, Object...) - Method in class org.assertj.core.api.AbstractIterableAssert
-
- describedAs(Description) - Method in class org.assertj.core.api.AbstractListAssert
-
- describedAs(String, Object...) - Method in class org.assertj.core.api.AbstractListAssert
-
- describedAs(Description) - Method in class org.assertj.core.api.AbstractMapAssert
-
- describedAs(String, Object...) - Method in class org.assertj.core.api.AbstractMapAssert
-
- describedAs(String, Object...) - Method in class org.assertj.core.api.Condition
-
Sets the description of the assertion that is going to be called after.
- describedAs(Description) - Method in class org.assertj.core.api.Condition
-
Sets the description of the assertion that is going to be called after.
- describedAs(String, Object...) - Method in interface org.assertj.core.api.Descriptable
-
Sets the description of the assertion that is going to be called after.
- describedAs(Description) - Method in interface org.assertj.core.api.Descriptable
-
Sets the description of the assertion that is going to be called after.
- describeFieldComparatorsByName() - Method in class org.assertj.core.internal.FieldByFieldComparator
-
- describeFieldComparatorsByType() - Method in class org.assertj.core.internal.FieldByFieldComparator
-
- describeTo(Description) - Method in class org.assertj.core.matcher.AssertionMatcher
- describeUsedComparators() - Method in class org.assertj.core.internal.FieldByFieldComparator
-
- Descriptable<SELF extends Descriptable<SELF>> - Interface in org.assertj.core.api
-
An object that has a description.
- description() - Method in interface org.assertj.core.api.AssertionInfo
-
Returns the description of an assertion.
- description() - Method in class org.assertj.core.api.Condition
-
Returns the description of this condition.
- description() - Method in class org.assertj.core.api.WritableAssertionInfo
-
Returns the description of an assertion.
- description(String, Object...) - Method in class org.assertj.core.api.WritableAssertionInfo
-
Sets the description of an assertion, if given null an empty
Description
is set.
- description(Description) - Method in class org.assertj.core.api.WritableAssertionInfo
-
Sets the description of an assertion, if given null an empty
Description
is set.
- Description - Class in org.assertj.core.description
-
The description of a value.
- Description() - Constructor for class org.assertj.core.description.Description
-
- description() - Method in class org.assertj.core.internal.FieldByFieldComparator
-
- description() - Method in class org.assertj.core.internal.IgnoringFieldsComparator
-
- description() - Method in class org.assertj.core.internal.OnFieldsComparator
-
- description() - Method in class org.assertj.core.internal.RecursiveFieldByFieldComparator
-
- DescriptionFormatter - Class in org.assertj.core.error
-
Formats the
Description
s to be included in assertion errors.
- descriptionIsNull() - Static method in class org.assertj.core.internal.ErrorMessages
-
- descriptionText() - Method in class org.assertj.core.api.AbstractAssert
-
- descriptionText() - Method in class org.assertj.core.api.WritableAssertionInfo
-
Returns the text of this object's description, it is an empty String if no description was set.
- determineDifferences(Object, Object, Map<String, Comparator<?>>, TypeComparators) - Static method in class org.assertj.core.internal.DeepDifference
-
Compare two objects for differences by doing a 'deep' comparison.
- diff(File, byte[]) - Method in class org.assertj.core.internal.BinaryDiff
-
- diff(Path, byte[]) - Method in class org.assertj.core.internal.BinaryDiff
-
- diff(InputStream, InputStream) - Method in class org.assertj.core.internal.BinaryDiff
-
- Diff - Class in org.assertj.core.internal
-
Compares the contents of two files, inputStreams or paths.
- Diff() - Constructor for class org.assertj.core.internal.Diff
-
- diff(InputStream, InputStream) - Method in class org.assertj.core.internal.Diff
-
- diff(File, Charset, File, Charset) - Method in class org.assertj.core.internal.Diff
-
- diff(Path, Charset, Path, Charset) - Method in class org.assertj.core.internal.Diff
-
- diff(File, String, Charset) - Method in class org.assertj.core.internal.Diff
-
- diff(Path, String, Charset) - Method in class org.assertj.core.internal.Diff
-
- diff(List<T>, List<T>) - Method in interface org.assertj.core.util.diff.DiffAlgorithm
-
Computes the difference between the original sequence and the revised
sequence and returns it as a
Patch
object.
- diff(List<T>, List<T>) - Static method in class org.assertj.core.util.diff.DiffUtils
-
Computes the difference between the original and revised list of elements
with default diff algorithm
- diff(List<T>, List<T>, DiffAlgorithm<T>) - Static method in class org.assertj.core.util.diff.DiffUtils
-
Computes the difference between the original and revised list of elements
with default diff algorithm
- diff(List<T>, List<T>) - Method in class org.assertj.core.util.diff.myers.MyersDiff
-
Computes the difference between the original sequence and the revised
sequence and returns it as a
Patch
object.
- DiffAlgorithm<T> - Interface in org.assertj.core.util.diff
-
Copy from https://code.google.com/p/java-diff-utils/.
- DiffNode - Class in org.assertj.core.util.diff.myers
-
Copy from https://code.google.com/p/java-diff-utils/.
- DiffNode(int, int, PathNode) - Constructor for class org.assertj.core.util.diff.myers.DiffNode
-
Constructs a DiffNode.
- diffs - Variable in class org.assertj.core.error.AbstractShouldHaveTextContent
-
- diffsAsString(List<Delta<String>>) - Static method in class org.assertj.core.error.AbstractShouldHaveTextContent
-
- DiffUtils - Class in org.assertj.core.util.diff
-
Copy from https://code.google.com/p/java-diff-utils/.
- DiffUtils() - Constructor for class org.assertj.core.util.diff.DiffUtils
-
- doesNotContain(boolean...) - Method in class org.assertj.core.api.AbstractBooleanArrayAssert
-
Verifies that the actual array does not contain the given values.
- doesNotContain(boolean, Index) - Method in class org.assertj.core.api.AbstractBooleanArrayAssert
-
Verifies that the actual array does not contain the given value at the given index.
- doesNotContain(byte...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array does not contain the given values.
- doesNotContain(int...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array does not contain the given values.
- doesNotContain(byte, Index) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array does not contain the given value at the given index.
- doesNotContain(int, Index) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array does not contain the given value at the given index.
- doesNotContain(char...) - Method in class org.assertj.core.api.AbstractCharArrayAssert
-
Verifies that the actual array does not contain the given values.
- doesNotContain(char, Index) - Method in class org.assertj.core.api.AbstractCharArrayAssert
-
Verifies that the actual array does not contain the given value at the given index.
- doesNotContain(CharSequence...) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
does not contain any of the given values.
- doesNotContain(Iterable<? extends CharSequence>) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
does not contain any of the given Iterable.
- doesNotContain(double...) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array does not contain the given values.
- doesNotContain(double[], Offset<Double>) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array does not contain the given values.
- doesNotContain(double, Index) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array does not contain the given value at the given index.
- doesNotContain(double, Index, Offset<Double>) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array does not contain the given value at the given index.
- doesNotContain(float...) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array does not contain the given values.
- doesNotContain(float[], Offset<Float>) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array does not contain the given values.
- doesNotContain(float, Index) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array does not contain the given value at the given index.
- doesNotContain(float, Index, Offset<Float>) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array does not contain the given value at the given index.
- doesNotContain(int...) - Method in class org.assertj.core.api.AbstractIntArrayAssert
-
Verifies that the actual array does not contain the given values.
- doesNotContain(int, Index) - Method in class org.assertj.core.api.AbstractIntArrayAssert
-
Verifies that the actual array does not contain the given value at the given index.
- doesNotContain(ELEMENT...) - Method in class org.assertj.core.api.AbstractIterableAssert
-
- doesNotContain(ELEMENT, Index) - Method in class org.assertj.core.api.AbstractListAssert
-
Verifies that the actual group does not contain the given object at the given index.
- doesNotContain(long...) - Method in class org.assertj.core.api.AbstractLongArrayAssert
-
Verifies that the actual array does not contain the given values.
- doesNotContain(long, Index) - Method in class org.assertj.core.api.AbstractLongArrayAssert
-
Verifies that the actual array does not contain the given value at the given index.
- doesNotContain(Map.Entry<? extends K, ? extends V>...) - Method in class org.assertj.core.api.AbstractMapAssert
-
Verifies that the actual map does not contain the given entries.
- doesNotContain(ELEMENT, Index) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array does not contain the given object at the given index.
- doesNotContain(ELEMENT...) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array does not contain the given values.
- doesNotContain(short...) - Method in class org.assertj.core.api.AbstractShortArrayAssert
-
Verifies that the actual array does not contain the given values.
- doesNotContain(short, Index) - Method in class org.assertj.core.api.AbstractShortArrayAssert
-
Verifies that the actual array does not contain the given value at the given index.
- doesNotContain(int...) - Method in class org.assertj.core.api.AtomicIntegerArrayAssert
-
Verifies that the actual atomic array does not contain the given values.
- doesNotContain(int, Index) - Method in class org.assertj.core.api.AtomicIntegerArrayAssert
-
Verifies that the actual atomic array does not contain the given value at the given index.
- doesNotContain(long...) - Method in class org.assertj.core.api.AtomicLongArrayAssert
-
Verifies that the actual atomic array does not contain the given values.
- doesNotContain(long, Index) - Method in class org.assertj.core.api.AtomicLongArrayAssert
-
Verifies that the actual atomic array does not contain the given value at the given index.
- doesNotContain(T, Index) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray does not contain the given object at the given index.
- doesNotContain(T...) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray does not contain the given values.
- doesNotContain(ELEMENT, Index) - Method in interface org.assertj.core.api.IndexedObjectEnumerableAssert
-
Verifies that the actual group does not contain the given object at the given index.
- doesNotContain(ELEMENT...) - Method in class org.assertj.core.api.IterableAssert
-
- doesNotContain(ELEMENT...) - Method in class org.assertj.core.api.ListAssert
-
- doesNotContain(Map.Entry<? extends KEY, ? extends VALUE>...) - Method in class org.assertj.core.api.MapAssert
-
- doesNotContain(ELEMENT...) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group does not contain the given values.
- doesNotContainAnyElementsOf(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
- doesNotContainAnyElementsOf(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array does not contain any elements of the given
Iterable
(i.e.
- doesNotContainAnyElementsOf(Iterable<? extends T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray does not contain any elements of the given
Iterable
(i.e.
- doesNotContainAnyElementsOf(Iterable<? extends ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that actual does not contain any elements of the given
Iterable
(i.e.
- doesNotContainEntry(K, V) - Method in class org.assertj.core.api.AbstractMapAssert
-
Verifies that the actual map does not contain the given entry.
- doesNotContainKey(K) - Method in class org.assertj.core.api.AbstractMapAssert
-
Verifies that the actual map does not contain the given key.
- doesNotContainKeys(K...) - Method in class org.assertj.core.api.AbstractMapAssert
-
Verifies that the actual map does not contain any of the given keys.
- doesNotContainKeys(KEY...) - Method in class org.assertj.core.api.MapAssert
-
- doesNotContainNull() - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group does not contain null elements.
- doesNotContainNull() - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array does not contain null elements.
- doesNotContainNull() - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray does not contain null elements.
- doesNotContainNull() - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group does not contain null elements.
- doesNotContainOnlyWhitespaces() - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual
CharSequence
is either:
null
empty
contains at least one non-whitespace character (according to
Character.isWhitespace(char)
).
- doesNotContainPattern(CharSequence) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
does not contain the given regular expression.
- doesNotContainPattern(Pattern) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
does not contain the given regular expression.
- doesNotContainSequence(ELEMENT...) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group does not contain the given sequence,
a sequence is defined by an ordered group of values without extra values between them.
- doesNotContainSequence(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group does not contain the given sequence,
a sequence is defined by an ordered group of values without extra values between them.
- doesNotContainSequence(ELEMENT...) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array does not contain the given sequence in the given order and without extra values between the sequence values.
- doesNotContainSequence(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array does not contain the given sequence in the given order and without extra values between the sequence values.
- doesNotContainSequence(T...) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains the given sequence in the given order and without extra values between the sequence values.
- doesNotContainSequence(Iterable<? extends T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray contains the given sequence in the given order and without extra values between the sequence values.
- doesNotContainSequence(ELEMENT...) - Method in class org.assertj.core.api.IterableAssert
-
- doesNotContainSequence(ELEMENT...) - Method in class org.assertj.core.api.ListAssert
-
- doesNotContainSequence(ELEMENT...) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group does not contain the given sequence,
a sequence is defined by an ordered group of values without extra values between them.
- doesNotContainSequence(Iterable<? extends ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group does not contain the given sequence,
a sequence is defined by an ordered group of values without extra values between them.
- doesNotContainSubsequence(ELEMENT...) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group does not contain the given subsequence,
a subsequence is defined by an ordered group of values with possibly extra values between them.
- doesNotContainSubsequence(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group does not contain the given subsequence,
a subsequence is defined by an ordered group of values with possibly extra values between them.
- doesNotContainSubsequence(ELEMENT...) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array does not contain the given subsequence in the correct order (possibly with other
values between them).
- doesNotContainSubsequence(Iterable<? extends ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array does not contain the given subsequence in the correct order (possibly with other
values between them).
- doesNotContainSubsequence(T...) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray does not contain the given subsequence in the correct order (possibly
with other values between them).
- doesNotContainSubsequence(Iterable<? extends T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray does not contain the given subsequence in the correct order (possibly
with other values between them).
- doesNotContainSubsequence(ELEMENT...) - Method in class org.assertj.core.api.IterableAssert
-
- doesNotContainSubsequence(ELEMENT...) - Method in class org.assertj.core.api.ListAssert
-
- doesNotContainSubsequence(ELEMENT...) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group does not contain the given subsequence,
a subsequence is defined by an ordered group of values with possibly extra values between them.
- doesNotContainSubsequence(Iterable<? extends ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group does not contain the given subsequence,
a subsequence is defined by an ordered group of values with possibly extra values between them.
- doesNotContainValue(V) - Method in class org.assertj.core.api.AbstractMapAssert
-
Verifies that the actual map does not contain the given value.
- doesNotEndWith(CharSequence) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
does not end with the given suffix.
- doesNotExist() - Method in class org.assertj.core.api.AbstractFileAssert
-
Verifies that the actual File
does not exist.
- doesNotExist() - Method in class org.assertj.core.api.AbstractPathAssert
-
Assert that the tested
Path
does not exist.
- doesNotHave(Condition<? super ACTUAL>) - Method in class org.assertj.core.api.AbstractAssert
-
Verifies that the actual value does not satisfy the given condition.
- doesNotHave(Condition<? super ACTUAL>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
- doesNotHave(Condition<? super ACTUAL>) - Method in class org.assertj.core.api.AbstractListAssert
-
- doesNotHave(Condition<? super ACTUAL>) - Method in class org.assertj.core.api.AbstractMapAssert
-
- doesNotHave(Condition<? super T>) - Static method in class org.assertj.core.api.Assertions
-
- doesNotHave(Condition<? super ACTUAL>) - Method in interface org.assertj.core.api.ExtensionPoints
-
Verifies that the actual value does not satisfy the given condition.
- doesNotHave(Condition<? super T>) - Static method in class org.assertj.core.api.Java6Assertions
-
- DoesNotHave<T> - Class in org.assertj.core.condition
-
Returns true
if the condition is not satisfied.
- doesNotHave(Condition<? super T>) - Static method in class org.assertj.core.condition.DoesNotHave
-
- doesNotHaveAnyElementsOfTypes(Class<?>...) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that all elements in the actual Iterable
do not have the specified types (including subclasses).
- doesNotHaveAnyElementsOfTypes(Class<?>...) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that all the elements in the actual Object
group do not belong to the specified types (including subclasses).
- doesNotHaveAnyElementsOfTypes(Class<?>...) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that all the elements in the actual AtomicReferenceArray do not belong to the specified types (including subclasses).
- doesNotHaveAnyElementsOfTypes(Class<?>...) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that all the elements in the actual Object
group do not belong to the specified types (including subclasses).
- doesNotHaveDuplicates() - Method in class org.assertj.core.api.AbstractBooleanArrayAssert
-
Verifies that the actual array does not contain duplicates.
- doesNotHaveDuplicates() - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array does not contain duplicates.
- doesNotHaveDuplicates() - Method in class org.assertj.core.api.AbstractCharArrayAssert
-
Verifies that the actual array does not contain duplicates.
- doesNotHaveDuplicates() - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array does not contain duplicates.
- doesNotHaveDuplicates(Offset<Double>) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array does not contain duplicates.
- doesNotHaveDuplicates() - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array does not contain duplicates.
- doesNotHaveDuplicates(Offset<Float>) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array does not contain duplicates.
- doesNotHaveDuplicates() - Method in class org.assertj.core.api.AbstractIntArrayAssert
-
Verifies that the actual array does not contain duplicates.
- doesNotHaveDuplicates() - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group does not contain duplicates.
- doesNotHaveDuplicates() - Method in class org.assertj.core.api.AbstractLongArrayAssert
-
Verifies that the actual array does not contain duplicates.
- doesNotHaveDuplicates() - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array does not contain duplicates.
- doesNotHaveDuplicates() - Method in class org.assertj.core.api.AbstractShortArrayAssert
-
Verifies that the actual array does not contain duplicates.
- doesNotHaveDuplicates() - Method in class org.assertj.core.api.AtomicIntegerArrayAssert
-
Verifies that the actual atomic array does not contain duplicates.
- doesNotHaveDuplicates() - Method in class org.assertj.core.api.AtomicLongArrayAssert
-
Verifies that the actual atomic array does not contain duplicates.
- doesNotHaveDuplicates() - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray does not contain duplicates.
- doesNotHaveDuplicates() - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group does not contain duplicates.
- doesNotHaveSameClassAs(Object) - Method in class org.assertj.core.api.AbstractAssert
-
Verifies that the actual value does not have the same class as the given object.
- doesNotHaveSameClassAs(Object) - Method in class org.assertj.core.api.AbstractIterableAssert
-
- doesNotHaveSameClassAs(Object) - Method in class org.assertj.core.api.AbstractListAssert
-
- doesNotHaveSameClassAs(Object) - Method in class org.assertj.core.api.AbstractMapAssert
-
- doesNotHaveSameClassAs(Object) - Method in interface org.assertj.core.api.Assert
-
Verifies that the actual value does not have the same class as the given object.
- doesNotHaveValue(int) - Method in class org.assertj.core.api.AtomicIntegerAssert
-
Verifies that the actual atomic does not have the given value.
- doesNotHaveValue(long) - Method in class org.assertj.core.api.AtomicLongAssert
-
Verifies that the actual atomic has not the given value.
- doesNotHaveValue(V) - Method in class org.assertj.core.api.AtomicReferenceAssert
-
Verifies that the actual atomic has not the given value.
- doesNotMatch(CharSequence) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
does not match the given regular expression.
- doesNotMatch(Pattern) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
does not match the given regular expression pattern.
- doesNotStartWith(CharSequence) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
does not start with the given prefix.
- doNotHave(Condition<? super ELEMENT>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that all elements do not satisfy the given condition.
- doNotHave(Condition<? super ELEMENT>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that all elements don't satisfy the given condition.
- doNotHave(Condition<? super T>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that all elements don't satisfy the given condition.
- doNotHave(Condition<? super ELEMENT>) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that all elements do not satisfy the given condition.
- DoubleArrayAssert - Class in org.assertj.core.api
-
Assertion methods for arrays of double
s.
- DoubleArrayAssert(double[]) - Constructor for class org.assertj.core.api.DoubleArrayAssert
-
- DoubleArrays - Class in org.assertj.core.internal
-
Reusable assertions for arrays of double
s.
- DoubleArrays(ComparisonStrategy) - Constructor for class org.assertj.core.internal.DoubleArrays
-
- DoubleAssert - Class in org.assertj.core.api
-
Assertion methods for
Double
s.
- DoubleAssert(Double) - Constructor for class org.assertj.core.api.DoubleAssert
-
- DoubleAssert(double) - Constructor for class org.assertj.core.api.DoubleAssert
-
- DoubleComparator - Class in org.assertj.core.util
-
- DoubleComparator(double) - Constructor for class org.assertj.core.util.DoubleComparator
-
- doubleComparatorWithPrecision(double) - Method in class org.assertj.core.api.ComparatorFactory
-
- Doubles - Class in org.assertj.core.internal
-
Reusable assertions for
Double
s.
- Doubles(ComparisonStrategy) - Constructor for class org.assertj.core.internal.Doubles
-
- duplicatesFrom(Iterable<?>) - Method in class org.assertj.core.internal.AbstractComparisonStrategy
-
- duplicatesFrom(Iterable<?>) - Method in class org.assertj.core.internal.ComparatorBasedComparisonStrategy
-
- duplicatesFrom(Iterable<?>) - Method in interface org.assertj.core.internal.ComparisonStrategy
-
Returns any duplicate elements from the given
Iterable
according to the implemented comparison strategy.
- duplicatesFrom(Iterable<?>) - Method in class org.assertj.core.internal.StandardComparisonStrategy
-
- element(int) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Navigate and allow to perform assertions on the chosen element of the
Iterable
under test.
- ELEMENT_SEPARATOR - Static variable in class org.assertj.core.presentation.StandardRepresentation
-
- ELEMENT_SEPARATOR_WITH_NEWLINE - Static variable in class org.assertj.core.presentation.StandardRepresentation
-
- elementsDifferAtIndex(Object, Object, int, ComparisonStrategy) - Static method in class org.assertj.core.error.ShouldContainExactly
-
- elementsDifferAtIndex(Object, Object, int) - Static method in class org.assertj.core.error.ShouldContainExactly
-
Creates a new
ShouldContainExactly
for the case where actual and expected have the same
elements in different order.
- ElementsShouldBe - Class in org.assertj.core.error
-
Creates an error message indicating that an assertion that verifies that each element of a group satisfies a Condition
A group of elements can be a collection, an array.
- elementsShouldBe(Object, Object, Condition<?>) - Static method in class org.assertj.core.error.ElementsShouldBe
-
- ElementsShouldBeAtLeast - Class in org.assertj.core.error
-
Creates an error message indicating that an assertion that verifies elements of a group satisfies at least n times a
Condition
A group of elements can be a collection, an array.
- elementsShouldBeAtLeast(Object, int, Condition<?>) - Static method in class org.assertj.core.error.ElementsShouldBeAtLeast
-
- ElementsShouldBeAtMost - Class in org.assertj.core.error
-
Creates an error message indicating that an assertion that verifies elements of a group satisfies at most n times a
Condition
A group of elements can be a collection, an array.
- elementsShouldBeAtMost(Object, int, Condition<?>) - Static method in class org.assertj.core.error.ElementsShouldBeAtMost
-
- ElementsShouldBeExactly - Class in org.assertj.core.error
-
Creates an error message indicating that an assertion that verifies elements of a group satisfies exactly n times a
Condition
A group of elements can be a collection, an array.
- elementsShouldBeExactly(Object, int, Condition<?>) - Static method in class org.assertj.core.error.ElementsShouldBeExactly
-
- ElementsShouldHave - Class in org.assertj.core.error
-
Creates an error message indicating that an assertion that verifies that each element of a group satisfies a Condition
A group of elements can be a collection, an array.
- elementsShouldHave(Object, Object, Condition<?>) - Static method in class org.assertj.core.error.ElementsShouldHave
-
- ElementsShouldHaveAtLeast - Class in org.assertj.core.error
-
Creates an error message indicating that an assertion that verifies elements of a group satisfies at least n times a
Condition
A group of elements can be a collection, an array.
- elementsShouldHaveAtLeast(Object, int, Condition<?>) - Static method in class org.assertj.core.error.ElementsShouldHaveAtLeast
-
- ElementsShouldHaveAtMost - Class in org.assertj.core.error
-
Creates an error message indicating that an assertion that verifies elements of a group satisfies at most n times a
Condition
A group of elements can be a collection, an array.
- elementsShouldHaveAtMost(Object, int, Condition<?>) - Static method in class org.assertj.core.error.ElementsShouldHaveAtMost
-
- ElementsShouldHaveExactly - Class in org.assertj.core.error
-
Creates an error message indicating that an assertion that verifies elements of a group satisfies exactly n times a
Condition
A group of elements can be a collection, an array.
- elementsShouldHaveExactly(Object, int, Condition<?>) - Static method in class org.assertj.core.error.ElementsShouldHaveExactly
-
- ElementsShouldNotBe - Class in org.assertj.core.error
-
Creates an error message indicating that an assertion that not verifies that each element of a group satisfies a
Condition
A group of elements can be a collection, an array.
- elementsShouldNotBe(Object, Object, Condition<?>) - Static method in class org.assertj.core.error.ElementsShouldNotBe
-
- ElementsShouldNotHave - Class in org.assertj.core.error
-
Creates an error message indicating that an assertion that verifies that each element of a group satisfies a Condition
A group of elements can be a collection, an array.
- elementsShouldNotHave(Object, Object, Condition<?>) - Static method in class org.assertj.core.error.ElementsShouldNotHave
-
- emptyDescription() - Static method in class org.assertj.core.description.EmptyTextDescription
-
- emptyIfNull(Description) - Static method in class org.assertj.core.description.Description
-
- emptyList() - Static method in class org.assertj.core.util.Lists
-
- emptySequence() - Static method in class org.assertj.core.internal.ErrorMessages
-
- emptySubsequence() - Static method in class org.assertj.core.internal.ErrorMessages
-
- EmptyTextDescription - Class in org.assertj.core.description
-
A description containing empty text.
- enablePrintThreadDump() - Method in class org.assertj.core.internal.Failures
-
Set the flag indicating that in case of a failure a threaddump is printed out.
- endDateToCompareActualWithIsNull() - Static method in class org.assertj.core.internal.ErrorMessages
-
- endsWith(boolean...) - Method in class org.assertj.core.api.AbstractBooleanArrayAssert
-
Verifies that the actual array ends with the given sequence of values, without any other values between them.
- endsWith(byte...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array ends with the given sequence of values, without any other values between them.
- endsWith(int...) - Method in class org.assertj.core.api.AbstractByteArrayAssert
-
Verifies that the actual array ends with the given sequence of values, without any other values between them.
- endsWith(char...) - Method in class org.assertj.core.api.AbstractCharArrayAssert
-
Verifies that the actual array ends with the given sequence of values, without any other values between them.
- endsWith(CharSequence) - Method in class org.assertj.core.api.AbstractCharSequenceAssert
-
Verifies that the actual CharSequence
ends with the given suffix.
- endsWith(double...) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array ends with the given sequence of values, without any other values between them.
- endsWith(double[], Offset<Double>) - Method in class org.assertj.core.api.AbstractDoubleArrayAssert
-
Verifies that the actual array ends with the given sequence of values, without any other values between them.
- endsWith(float...) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array ends with the given sequence of values, without any other values between them.
- endsWith(float[], Offset<Float>) - Method in class org.assertj.core.api.AbstractFloatArrayAssert
-
Verifies that the actual array ends with the given sequence of values, without any other values between them.
- endsWith(int...) - Method in class org.assertj.core.api.AbstractIntArrayAssert
-
Verifies that the actual array ends with the given sequence of values, without any other values between them.
- endsWith(ELEMENT, ELEMENT...) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group ends with the given sequence of objects, without any other objects between them.
- endsWith(ELEMENT[]) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Verifies that the actual group ends with the given sequence of objects, without any other objects between them.
- endsWith(long...) - Method in class org.assertj.core.api.AbstractLongArrayAssert
-
Verifies that the actual array ends with the given sequence of values, without any other values between them.
- endsWith(ELEMENT[]) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array ends with the given sequence of objects, without any other objects between them.
- endsWith(ELEMENT, ELEMENT...) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Verifies that the actual array ends with the given sequence of objects, without any other objects between them.
- endsWith(Path) - Method in class org.assertj.core.api.AbstractPathAssert
-
Assert that the tested
Path
ends with the given path.
- endsWith(short...) - Method in class org.assertj.core.api.AbstractShortArrayAssert
-
Verifies that the actual array ends with the given sequence of values, without any other values between them.
- endsWith(int...) - Method in class org.assertj.core.api.AtomicIntegerArrayAssert
-
Verifies that the actual atomic array ends with the given sequence of values, without any other values between them.
- endsWith(long...) - Method in class org.assertj.core.api.AtomicLongArrayAssert
-
Verifies that the actual atomic array ends with the given sequence of values, without any other values between them.
- endsWith(T, T...) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray ends with the given sequence of objects, without any other objects between them.
- endsWith(T[]) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Verifies that the actual AtomicReferenceArray ends with the given sequence of objects, without any other objects between them.
- endsWith(ELEMENT, ELEMENT...) - Method in class org.assertj.core.api.IterableAssert
-
- endsWith(ELEMENT, ELEMENT...) - Method in class org.assertj.core.api.ListAssert
-
- endsWith(ELEMENT, ELEMENT...) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group ends with the given sequence of objects, without any other objects between them.
- endsWith(ELEMENT[]) - Method in interface org.assertj.core.api.ObjectEnumerableAssert
-
Verifies that the actual group ends with the given sequence of objects, without any other objects between them.
- endsWithRaw(Path) - Method in class org.assertj.core.api.AbstractPathAssert
-
Assert that the tested
Path
ends with the given path.
- entriesToLookForIsEmpty() - Static method in class org.assertj.core.internal.ErrorMessages
-
- entriesToLookForIsNull() - Static method in class org.assertj.core.internal.ErrorMessages
-
- entry(K, V) - Static method in class org.assertj.core.api.Assertions
-
- entry(K, V) - Static method in class org.assertj.core.api.Java6Assertions
-
- entry(K, V) - Static method in class org.assertj.core.data.MapEntry
-
- entryToLookForIsNull() - Static method in class org.assertj.core.internal.ErrorMessages
-
- EnumerableAssert<SELF extends EnumerableAssert<SELF,ELEMENT>,ELEMENT> - Interface in org.assertj.core.api
-
Assertions applicable to groups of values that can be enumerated (e.g.
- Equalizer<T> - Interface in org.assertj.core.util.diff.myers
-
Copy from https://code.google.com/p/java-diff-utils/.
- equals(Object) - Method in class org.assertj.core.api.AbstractAssert
-
- equals(Object) - Method in interface org.assertj.core.api.Assert
-
- equals(Object) - Method in class org.assertj.core.data.Index
-
- equals(Object) - Method in class org.assertj.core.data.MapEntry
-
- equals(Object) - Method in class org.assertj.core.data.Offset
-
- equals(Object) - Method in class org.assertj.core.data.Percentage
-
- equals(Object) - Method in class org.assertj.core.description.TextDescription
-
- equals(Object) - Method in class org.assertj.core.error.BasicErrorMessageFactory
-
- equals(Object) - Method in class org.assertj.core.error.ShouldBeEqual
-
- equals(Object) - Method in class org.assertj.core.groups.Tuple
-
- equals(Object) - Method in class org.assertj.core.internal.Comparables
-
- equals(Object) - Method in class org.assertj.core.internal.TypeComparators
-
- equals(Object) - Method in class org.assertj.core.util.diff.Chunk
-
- equals(Object) - Method in class org.assertj.core.util.diff.Delta
-
- equals(T, T) - Method in interface org.assertj.core.util.diff.myers.Equalizer
-
Indicates if two elements are equal according to the diff mechanism.
- equals(Object) - Method in class org.assertj.core.util.DoubleComparator
-
- equals(Object) - Method in class org.assertj.core.util.FloatComparator
-
- equalsTo(Object) - Method in class org.assertj.core.api.filter.Filters
-
Filters the underlying iterable to keep object with property (specified by
Filters.with(String)
)
equals to
given
value.
- ErrorCollector - Class in org.assertj.core.api
-
Collects error messages of all AssertionErrors thrown by the proxied method.
- ErrorCollector() - Constructor for class org.assertj.core.api.ErrorCollector
-
- ErrorMessageFactory - Interface in org.assertj.core.error
-
Factory of error messages.
- ErrorMessages - Class in org.assertj.core.internal
-
- errors() - Method in class org.assertj.core.api.ErrorCollector
-
- errorsCollected() - Method in class org.assertj.core.api.AbstractSoftAssertions
-
Returns a copy of list of soft assertions collected errors.
- exists() - Method in class org.assertj.core.api.AbstractFileAssert
-
Verifies that the actual File
exists, regardless it's a file or directory.
- exists() - Method in class org.assertj.core.api.AbstractPathAssert
-
- exists(Path, LinkOption...) - Method in class org.assertj.core.internal.NioFilesWrapper
-
- existsNoFollowLinks() - Method in class org.assertj.core.api.AbstractPathAssert
-
- expected - Variable in class org.assertj.core.error.ShouldBeEqual
-
- expected - Variable in class org.assertj.core.internal.BinaryDiffResult
-
- expectedThrowableNotThrown(Class<? extends Throwable>) - Method in class org.assertj.core.internal.Failures
-
- ExtendedByTypesComparator - Class in org.assertj.core.internal
-
Compares objects using passed or standard default comparator extended with comparators by type.
- ExtendedByTypesComparator(TypeComparators) - Constructor for class org.assertj.core.internal.ExtendedByTypesComparator
-
- ExtendedByTypesComparator(Comparator<Object>, TypeComparators) - Constructor for class org.assertj.core.internal.ExtendedByTypesComparator
-
- ExtensionPoints<SELF extends ExtensionPoints<SELF,ACTUAL>,ACTUAL> - Interface in org.assertj.core.api
-
Mechanism for extending assertion classes.
- extract(F) - Method in interface org.assertj.core.api.iterable.Extractor
-
- extract(T) - Method in class org.assertj.core.extractor.ByNameMultipleExtractor
-
- extract(Object) - Method in class org.assertj.core.extractor.ToStringExtractor
-
- extract(F[], Extractor<? super F, T>) - Static method in class org.assertj.core.groups.FieldsOrPropertiesExtractor
-
- extract(Iterable<? extends F>, Extractor<? super F, T>) - Static method in class org.assertj.core.groups.FieldsOrPropertiesExtractor
-
- extractedDescriptionOf(String...) - Static method in class org.assertj.core.extractor.Extractors
-
- extractedDescriptionOfMethod(String) - Static method in class org.assertj.core.extractor.Extractors
-
- extracting(String) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Extract the values of the given field or property from the Iterable's elements under test into a new Iterable, this new
Iterable becoming the Iterable under test.
- extracting(String, Class<P>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Extract the values of given field or property from the Iterable's elements under test into a new Iterable, this new
Iterable becoming the Iterable under test.
- extracting(String...) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Extract the values of the given fields/properties from the Iterable's elements under test into a new Iterable composed
of Tuples (a simple data structure), this new Iterable becoming the Iterable under test.
- extracting(Extractor<? super ELEMENT, V>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Extract the values from Iterable's elements under test by applying an extracting function on them.
- extracting(String...) - Method in class org.assertj.core.api.AbstractMapAssert
-
Extract the values of given keys from the map under test into an array, this new array becoming
the object under test.
- extracting(String) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Extract the values of given field or property from the array's elements under test into a new array, this new array
becoming the array under test.
- extracting(String, Class<P>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Extract the values of given field or property from the array's elements under test into a new array, this new array
becoming the array under test with type.
- extracting(String...) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Extract the values of given fields/properties from the array's elements under test into a new array composed of
Tuple (a simple data structure), this new array becoming the array under test.
- extracting(Extractor<? super ELEMENT, U>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Extract the values from the array's elements by applying an extracting function on them.
- extracting(String...) - Method in class org.assertj.core.api.AbstractObjectAssert
-
Extract the values of given fields/properties from the object under test into an array, this new array becoming
the object under test.
- extracting(String) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Extract the values of given field or property from the array's elements under test into a new array, this new array
becoming the array under test.
- extracting(String, Class<P>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Extract the values of given field or property from the array's elements under test into a new array, this new array
becoming the array under test with type.
- extracting(String...) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Extract the values of given fields/properties from the array's elements under test into a new array composed of
Tuple (a simple data structure), this new array becoming the array under test.
- extracting(Extractor<? super T, U>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Extract the values from the array's elements by applying an extracting function on them.
- extractingResultOf(String) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Extract the result of given method invocation on the Iterable's elements under test into a new Iterable, this new
Iterable becoming the Iterable under test.
- extractingResultOf(String, Class<P>) - Method in class org.assertj.core.api.AbstractIterableAssert
-
Extract the result of given method invocation on the Iterable's elements under test into a new list of the given
class, this new List becoming the object under test.
- extractingResultOf(String) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Extract the result of given method invocation from the array's elements under test into a new array, this new array
becoming the array under test.
- extractingResultOf(String, Class<P>) - Method in class org.assertj.core.api.AbstractObjectArrayAssert
-
Extract the result of given method invocation from the array's elements under test into a new array, this new array
becoming the array under test.
- extractingResultOf(String) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Extract the result of given method invocation from the array's elements under test into a new array, this new array
becoming the array under test.
- extractingResultOf(String, Class<P>) - Method in class org.assertj.core.api.AtomicReferenceArrayAssert
-
Extract the result of given method invocation from the array's elements under test into a new array, this new array
becoming the array under test.
- extraction() - Static method in enum org.assertj.core.util.introspection.FieldSupport
-
Returns the instance dedicated to extraction of fields.
- EXTRACTION - Static variable in class org.assertj.core.util.introspection.PropertyOrFieldSupport
-
- Extractor<F,T> - Interface in org.assertj.core.api.iterable
-
Function converting an element to another element.
- Extractors - Class in org.assertj.core.extractor
-
Extractors factory, providing convenient methods of creating common extractors.
- Extractors() - Constructor for class org.assertj.core.extractor.Extractors
-
- extractProperty(String, Class<T>) - Static method in class org.assertj.core.api.Assertions
-
- extractProperty(String) - Static method in class org.assertj.core.api.Assertions
-
- extractProperty(String, Class<T>) - Static method in class org.assertj.core.api.Java6Assertions
-
- extractProperty(String) - Static method in class org.assertj.core.api.Java6Assertions
-
- extractProperty(String, Class<T>) - Static method in class org.assertj.core.groups.Properties
-
- extractProperty(String) - Static method in class org.assertj.core.groups.Properties
-
Creates a new
Properties
with given propertyName and Object as property type.
.