Abstract2DArrayAssert |
Base class for all two-dimensional array assertions.
|
AbstractArrayAssert |
Base class for all array assertions.
|
AbstractAssert |
Base class for all assertions.
|
AbstractAtomicFieldUpdaterAssert |
Base class for all fieldupdater assertions.
|
AbstractAtomicReferenceAssert |
Base class for atomic assertions.
|
AbstractBigDecimalAssert |
Base class for all implementations of assertions for BigDecimal s.
|
AbstractBigIntegerAssert |
Base class for all implementations of assertions for BigInteger s.
|
AbstractBooleanArrayAssert |
|
AbstractBooleanAssert |
Base class for all implementations of assertions for Boolean s.
|
AbstractByteArrayAssert |
|
AbstractByteAssert |
Base class for all implementations of assertions for Byte s.
|
AbstractCharacterAssert |
Base class for all implementations of assertions for Character s.
|
AbstractCharArrayAssert |
|
AbstractCharSequenceAssert |
Base class for all implementations of assertions for CharSequence s.
|
AbstractClassAssert |
Base class for all implementations of assertions for Class es.
|
AbstractComparableAssert |
|
AbstractCompletableFutureAssert |
Assertions for CompletableFuture .
|
AbstractDateAssert |
Base class for all implementations of assertions for Date s.
|
AbstractDoubleArrayAssert |
|
AbstractDoubleAssert |
Base class for all implementations of assertions for Double s.
|
AbstractDurationAssert |
Assertions for Duration type.
|
AbstractEnumerableAssert |
Base implementation for Enumerable class assertions.
|
AbstractFileAssert |
Base class for all implementations of assertions for File s.
|
AbstractFloatArrayAssert |
|
AbstractFloatAssert |
Base class for all implementations of assertions for Float s.
|
AbstractFutureAssert |
|
AbstractInputStreamAssert |
Base class for all implementations of assertions for InputStream s.
|
AbstractInstantAssert |
Assertions for Instant type from new Date & Time API introduced in Java 8.
|
AbstractIntArrayAssert |
|
AbstractIntegerAssert |
Base class for all implementations of assertions for Integer s.
|
AbstractIterableAssert |
|
AbstractIterableSizeAssert |
|
AbstractIteratorAssert |
Base class for all implementations of assertions for Iterator s.
|
AbstractListAssert |
Base class for all implementations of assertions for List s.
|
AbstractLocalDateAssert |
Assertions for LocalDate type from new Date & Time API introduced in Java 8.
|
AbstractLocalDateTimeAssert |
Assertions for LocalDateTime type from new Date & Time API introduced in Java 8.
|
AbstractLocalTimeAssert |
Assertions for LocalTime type from new Date & Time API introduced in Java 8.
|
AbstractLongAdderAssert |
Base class for all implementations of assertions for LongAdder s.
|
AbstractLongArrayAssert |
|
AbstractLongAssert |
Base class for all implementations of assertions for Long s.
|
AbstractMapAssert |
Base class for all implementations of assertions for Map s.
|
AbstractMapSizeAssert |
|
AbstractObjectArrayAssert |
Assertion methods for arrays of objects.
|
AbstractObjectAssert |
Base class for all implementations of assertions for Object s.
|
AbstractOffsetDateTimeAssert |
Assertions for OffsetDateTime type from new Date & Time API introduced in Java 8.
|
AbstractOffsetTimeAssert |
Assertions for OffsetTime type from new Date & Time API introduced in Java 8.
|
AbstractOptionalAssert |
Assertions for Optional .
|
AbstractOptionalDoubleAssert |
Assertions for OptionalDouble .
|
AbstractOptionalIntAssert |
Assertions for OptionalInt .
|
AbstractOptionalLongAssert |
Assertions for OptionalLong .
|
AbstractPathAssert |
Assertions for Path objects
|
AbstractPeriodAssert |
Assertions for Period type.
|
AbstractPredicateAssert |
Assertions for Predicate .
|
AbstractPredicateLikeAssert |
Assertions for Predicate .
|
AbstractShortArrayAssert |
|
AbstractShortAssert |
Base class for all implementations of assertions for Short s.
|
AbstractSoftAssertions |
|
AbstractSpliteratorAssert |
Assertions for Spliterator type.
|
AbstractStringAssert |
|
AbstractTemporalAssert |
Base class for all implementations of assertions for Temporal s.
|
AbstractThrowableAssert |
Base class for all implementations of assertions for Throwable s.
|
AbstractUriAssert |
Base class for all implementations of assertions for URI s.
|
AbstractUrlAssert |
Base class for all implementations of assertions for URL s.
|
AbstractZonedDateTimeAssert |
|
AfterAssertionErrorCollected |
|
Array2DAssert |
Assertions applicable to two-dimensional arrays,
|
ArraySortedAssert |
Assertions applicable to primitive arrays or arrays of elements either naturally Comparable or according to a given
Comparator .
|
Assert |
Base contract of all assertion objects: the minimum functionality that any assertion object should provide.
|
AssertDelegateTarget |
A marker interface that can be used to wrap your assertion within assertThat method for better readability.
|
AssertFactory |
A single method factory interface to create an Assert for a given value.
|
AssertionErrorCollector |
|
AssertionInfo |
Information about an assertion.
|
Assertions |
Entry point for assertion methods for different types.
|
AssertionsForClassTypes |
Java 8 is picky when choosing the right assertThat method if the object under test is generic and bounded,
for example if foo is instance of T that extends Exception, java 8 will complain that it can't resolve
the proper assertThat method (normally assertThat(Throwable) as foo might implement an interface like List,
if that occurred assertThat(List) would also be a possible choice - thus confusing java 8.
|
AssertProvider |
Provides a Assert for the current object.
|
AtomicBooleanAssert |
|
AtomicIntegerArrayAssert |
|
AtomicIntegerAssert |
|
AtomicIntegerFieldUpdaterAssert |
Assertion methods for AtomicIntegerFieldUpdater s.
|
AtomicLongArrayAssert |
|
AtomicLongAssert |
|
AtomicLongFieldUpdaterAssert |
Assertion methods for AtomicLongFieldUpdater s.
|
AtomicMarkableReferenceAssert |
Assertion methods for AtomicMarkableReference s.
|
AtomicReferenceArrayAssert |
|
AtomicReferenceAssert |
|
AtomicReferenceFieldUpdaterAssert |
Assertion methods for AtomicReferenceFieldUpdater s.
|
AtomicStampedReferenceAssert |
Assertion methods for AtomicStampedReference s.
|
AutoCloseableSoftAssertionsProvider |
Parent interface for soft assertion implementations.
|
BDDAssertions |
Behavior-driven development style entry point for assertion methods for different types.
|
BDDSoftAssertions |
Suppose we have a test case and in it we'd like to make numerous BDD assertions.
|
BDDSoftAssertionsProvider |
|
BigDecimalAssert |
Assertion methods for BigDecimal s.
|
BigIntegerAssert |
Assertion methods for BigInteger s.
|
Boolean2DArrayAssert |
Assertion methods for two-dimensional arrays of boolean s.
|
BooleanArrayAssert |
Assertion methods for arrays of boolean s.
|
BooleanAssert |
Assertion methods for Boolean s.
|
Byte2DArrayAssert |
Assertion methods for two-dimensional arrays of byte s.
|
ByteArrayAssert |
Assertion methods for arrays of byte s.
|
ByteAssert |
Assertion methods for Byte s.
|
Char2DArrayAssert |
Assertion methods for two-dimensional arrays of char s.
|
CharacterAssert |
Assertion methods for Character s.
|
CharArrayAssert |
Assertion methods for arrays of char s.
|
CharSequenceAssert |
Assertion methods for CharSequence s.
|
ClassAssert |
Assertion methods for Class es.
|
ClassBasedNavigableIterableAssert |
Build the Assert instance by reflection.
|
ClassBasedNavigableListAssert |
Build the Assert instance by reflection.
|
ClassLoadingStrategyFactory.ClassLoadingStrategyPair |
|
ComparableAssert |
Assertion methods applicable to Comparable s.
|
ComparatorFactory |
|
CompletableFutureAssert |
Assertions for CompletableFuture .
|
Condition |
A condition to be met by an object.
|
DateAssert |
Assertions for Date s.
|
DefaultAssertionErrorCollector |
|
Descriptable |
An object that has a description.
|
Double2DArrayAssert |
Assertion methods for two-dimensional arrays of double s.
|
DoubleArrayAssert |
Assertion methods for arrays of double s.
|
DoubleAssert |
Assertion methods for Double s.
|
DoublePredicateAssert |
Assertions for Predicate .
|
DurationAssert |
Assertion methods for Duration
|
EnumerableAssert |
Assertions applicable to groups of values that can be enumerated (e.g.
|
ErrorCollector |
Collects error messages of all AssertionErrors thrown by the proxied method.
|
ExtensionPoints |
Mechanism for extending assertion classes.
|
FactoryBasedNavigableIterableAssert |
Provides helper methods for navigating a list property in a generated assertion class so we can chain assertions
through deeply nested models more easily.
|
FactoryBasedNavigableListAssert |
Provides helper methods for navigating a list property in a generated assertion class so we can chain assertions
through deeply nested models more easily.
|
FileAssert |
Assertion methods for File s.
|
Float2DArrayAssert |
Reusable assertions for two-dimensional arrays of float s.
|
FloatArrayAssert |
Assertion methods for arrays of float s.
|
FloatAssert |
Assertion methods for floats.
|
FloatingPointNumberAssert |
Assertion methods applicable to floating-point Number s.
|
FutureAssert |
Assertion methods for Future .
|
HamcrestCondition |
Allows to use a Hamcrest matcher as a condition.
|
IndexedObjectEnumerableAssert |
Assertions methods applicable to indexed groups of objects (e.g.
|
InputStreamAssert |
Assertion methods for InputStream s.
|
InstanceOfAssertFactories |
|
InstanceOfAssertFactory |
|
InstantAssert |
Assertion methods for Instant s.
|
Int2DArrayAssert |
Assertion methods for two-dimensional arrays of int s.
|
IntArrayAssert |
Assertion methods for arrays of int s.
|
IntegerAssert |
Assertion methods for Integer s.
|
IntPredicateAssert |
Assertions for Predicate .
|
IterableAssert |
Assertion methods for Iterable .
|
IterableSizeAssert |
|
IteratorAssert |
Assertion methods for Iterator .
|
Java6BDDSoftAssertionsProvider |
AbstractBDDSoftAssertions compatible with Android.
|
Java6StandardSoftAssertionsProvider |
AbstractStandardSoftAssertions compatible with Android.
|
ListAssert |
Assertion methods for List s.
|
ListAssert.ListFromStream |
|
LocalDateAssert |
|
LocalDateTimeAssert |
|
LocalTimeAssert |
|
Long2DArrayAssert |
Assertion methods for two-dimensional arrays of long s.
|
LongAdderAssert |
Assertions for LongAdder .
|
LongArrayAssert |
Assertion methods for arrays of long s.
|
LongAssert |
Assertion methods for Long s.
|
LongPredicateAssert |
Assertions for LongPredicate .
|
MapAssert |
Assertions for Map s.
|
MapSizeAssert |
|
NotThrownAssert |
|
NumberAssert |
Assertion methods applicable to Number s.
|
Object2DArrayAssert |
Assertion methods for two-dimensional arrays of objects.
|
ObjectArrayAssert |
Assertion methods for arrays of objects.
|
ObjectAssert |
Assertion methods for Object s.
|
ObjectEnumerableAssert |
Assertions methods applicable to groups of objects (e.g.
|
OffsetDateTimeAssert |
|
OffsetTimeAssert |
|
OptionalAssert |
Assertions for Optional .
|
OptionalDoubleAssert |
Assertions for OptionalDouble .
|
OptionalIntAssert |
Assertions for OptionalInt .
|
OptionalLongAssert |
Assertions for OptionalLong .
|
PathAssert |
Assertion class for Path s
|
PeriodAssert |
Assertion methods for Period
|
PredicateAssert |
Assertions for Predicate .
|
ProxifyMethodChangingTheObjectUnderTest |
|
ProxyableClassAssert |
Concrete assertions for Class s without any final methods to allow proxying.
|
ProxyableIterableAssert |
Concrete assertions for Iterable s without any final methods to allow proxying.
|
ProxyableListAssert |
Concrete assertions for List s without any final methods to allow proxying.
|
ProxyableListAssert.ListFromStream |
|
ProxyableMapAssert |
Concrete assertions for Map s without any final methods to allow proxying.
|
ProxyableObjectArrayAssert |
Concrete assertions for arrays of objects without any final methods to allow proxying.
|
ProxyableObjectAssert |
Concrete assertions for Object s without any final methods to allow proxying.
|
ProxyablePredicateAssert |
Concrete assertions for Predicate s without any final methods to allow proxying.
|
RecursiveComparisonAssert |
|
Short2DArrayAssert |
Assertion methods for arrays of short s.
|
ShortArrayAssert |
Assertion methods for arrays of short s.
|
ShortAssert |
Assertion methods for Short s.
|
SoftAssertions |
Suppose we have a test case and in it we'd like to make numerous assertions.
|
SoftAssertionsProvider |
Parent interface for soft assertion implementations.
|
SoftAssertionsProvider.ThrowingRunnable |
|
SoftAssertionsRule |
|
SoftProxies |
|
SpliteratorAssert |
Assertion methods for Spliterator s.
|
StandardSoftAssertionsProvider |
|
StringAssert |
Assertion methods for String s.
|
ThrowableAssert |
Assertion methods for Throwable s.
|
ThrowableAssert.ThrowingCallable |
|
ThrowableAssertAlternative |
Assertion methods for Throwable similar to ThrowableAssert but with assertions methods named
differently to make testing code fluent (ex : withMessage instead of hasMessage .
|
ThrowableTypeAssert |
Assertion class checking Throwable type.
|
UriAssert |
Assertion class for URI s
|
WithThrowable |
|
WritableAssertionInfo |
Writable information about an assertion.
|
ZonedDateTimeAssert |
Assertions for ZonedDateTime type from new Date & Time API introduced in Java 8.
|