Uses of Package
org.assertj.core.api
Packages that use org.assertj.core.api
Package
Description
-
Classes in org.assertj.core.api used by org.assertj.core.apiClassDescriptionBase class for all two-dimensional array assertions.Base class for all array assertions.Base class for all assertions.Base class for all fieldupdater assertions.Base class for atomic assertions.Base class for all implementations of assertions for
BigDecimals.Base class for BigDecimal scale assertions.Base class for all implementations of assertions forBigIntegers.Base class for all implementations of assertions forBooleans.Base class for all implementations of assertions forBytes.Base class for all implementations of assertions forCharacters.Base class for all implementations of assertions forCharSequences.Base class for all implementations of assertions forClasses.Base class for all implementations of assertions forCollections.Base class for all implementations of.ComparableAssertAssertions forCompletableFuture.Base class for all implementations of assertions forDates.Base class for all implementations of assertions forDoubles.Assertions forDurationtype.Base implementation for Enumerable class assertions.Base class for all implementations of assertions forFiles.Base class for file size assertions.Base class for all implementations of assertions forFloats.Base class for all implementations of assertions forInputStreams.Assertions forInstanttype from new Date & Time API introduced in Java 8.Base class for all implementations of assertions forIntegers.Base class for implementations ofwhose actual value type isObjectEnumerableAssert.CollectionBase class for all implementations of assertions forIterators.Base class for all implementations of assertions forLists.Assertions forLocalDatetype from new Date & Time API introduced in Java 8.Assertions forLocalDateTimetype from new Date & Time API introduced in Java 8.Assertions forLocalTimetype from new Date & Time API introduced in Java 8.Base class for all implementations of assertions forLongAdders.Base class for all implementations of assertions forLongs.Base class for all implementations of assertions forMaps.Assertions forMatcherAssertion methods for arrays of objects.Base class for all implementations of assertions forObjects.Assertions forOffsetDateTimetype from new Date & Time API introduced in Java 8.Assertions forOffsetTimetype from new Date & Time API introduced in Java 8.Assertions forOptional.Assertions forOptionalDouble.Assertions forOptionalInt.Assertions forOptionalLong.Assertions forPathobjectsAssertions forPeriodtype.Assertions forPredicate.Base class for all implementations of assertions forShorts.Assertions forSpliteratortype.Base class for all implementations of assertions forTemporals.Base class for all implementations of assertions forThrowables.Base class forComparableassertions.Base class for all implementations of assertions forURIs.Base class for all implementations of assertions forURLs.Base class for all implementations of assertions forYearMonthtype from new Date & Time API introduced in Java 8.Assertions applicable to two-dimensional arrays.Assertions applicable to primitive arrays or arrays of elements either naturallyComparableor according to a givenComparator.Base contract of all assertion objects: the minimum functionality that any assertion object should provide.A marker interface that can be used to wrap your assertion within assertThat method for better readability.A factory that creates anAssertinstance for a given value of typeAssertFactory.A provider that provides a value compatible with a givenType.Information about an assertion.Entry point for assertion methods for different types.Java 8 is picky when choosing the rightassertThatmethod 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 properassertThatmethod (normallyassertThat(Throwable)as foo might implement an interface like List, if that occurredassertThat(List)would also be a possible choice - thus confusing java 8.Provides aAssertfor the current object.Entry point for assumption methods for different types, which allow to skip test execution on failed assumptions.Assertion methods forAtomicIntegerFieldUpdaters.Assertion methods forAtomicLongFieldUpdaters.Assertion methods forAtomicMarkableReferences.Assertion methods forAtomicReferenceFieldUpdaters.Assertion methods forAtomicStampedReferences.Parent interface for soft assertion implementations.Behavior-driven development style entry point for assertion methods for different types.Suppose we have a test case and in it we'd like to make numerous BDD assertions.Assertion methods forBigDecimals.Assertion methods forBigIntegers.Assertion methods for two-dimensional arrays ofbooleans.Assertion methods for arrays ofbooleans.Assertion methods forBooleans.Assertion methods for two-dimensional arrays ofbytes.Assertion methods for arrays ofbytes.Assertion methods forBytes.Assertion methods for two-dimensional arrays ofchars.Assertion methods forCharacters.Assertion methods for arrays ofchars.Assertion methods forCharSequences.Assertion methods forClasses.Deprecated.Deprecated.UseFactoryBasedNavigableListAssertinstead.Assertion methods forCollections.Assertion methods applicable tos.ComparableAssertions forCompletableFuture.A condition to be met by an object.Describes the condition status after being evaluated.Assertions forDates.An object that has a description.Assertion methods for two-dimensional arrays ofdoubles.Assertion methods for arrays ofdoubles.Assertion methods forDoubles.Assertions forPredicate.Assertion methods forDurationAssertions applicable to groups of values that can be enumerated (e.g.Collects error messages of all AssertionErrors thrown by the proxied method.Mechanism for extending assertion classes.Provides helper methods for navigating a list property in a generated assertion class so we can chain assertions through deeply nested models more easily.Provides helper methods for navigating a list property in a generated assertion class so we can chain assertions through deeply nested models more easily.Assertion methods forFiles.Reusable assertions for two-dimensional arrays offloats.Assertion methods for arrays offloats.Assertion methods for floats.Assertion methods applicable to floating-points.NumberAssertion methods forFuture.Allows to use a Hamcrest matcher as a condition.Assertions methods applicable to indexed groups of objects (e.g.Assertion methods forInputStreams.InstanceOfAssertFactoryinstances for Java types.AssertFactorydecorator that casts the input value to the given type before invoking the decorated factory.Assertion methods forInstants.Assertion methods for two-dimensional arrays ofints.Assertion methods for arrays ofints.Assertion methods forIntegers.Assertions forPredicate.Assertion methods forIterable.Assertion methods forIterator.AbstractBDDSoftAssertions compatible with Android.AbstractStandardSoftAssertions compatible with Android.Assertion methods forLists.Assertion methods for two-dimensional arrays oflongs.Assertions forLongAdder.Assertion methods for arrays oflongs.Assertion methods forLongs.Assertions forLongPredicate.Assertions forMaps.Assertions forMatcher.Assertion class checking aThrowableAssert.ThrowingCallablethrows no exception.Assertion methods applicable tos.NumberAssertion methods for two-dimensional arrays of objects.Assertion methods for arrays of objects.Assertion methods forObjects.Assertions methods applicable to groups of objects (e.g.Assertions forOptional.Assertions forOptionalDouble.Assertions forOptionalInt.Assertions forOptionalLong.Assertion class forPathsAssertion methods forPeriodAssertions forPredicate.An assertion that supports asserting aPredicateover all the fields of an object graph.Assertion methods for arrays ofshorts.Assertion methods for arrays ofshorts.Assertion methods forShorts.Suppose we have a test case and in it we'd like to make numerous assertions.Parent interface for soft assertion implementations.ThrowableAssertAlternativesubclass used in soft assertions.ThrowableTypeAssert for soft assertions.Assertion methods forSpliterators.Assertion methods forStrings.Assertion methods forThrowables.Assertion methods forThrowablesimilar toThrowableAssertbut with assertions methods named differently to make testing code fluent (ex :withMessageinstead ofhasMessage.Assertion class checkingThrowabletype.Consumerthat deals with checked exceptions by rethrowing them asRuntimeException.Assertion class forURIsWritable information about an assertion.Assertions forYearMonthtype from new Date & Time API introduced in Java 8.Assertions forZonedDateTimetype from new Date & Time API introduced in Java 8. -
Classes in org.assertj.core.api used by org.assertj.core.api.filter
-
Classes in org.assertj.core.api used by org.assertj.core.api.junit.jupiterClassDescriptionParent interface for soft assertion implementations.
-
Classes in org.assertj.core.api used by org.assertj.core.conditionClassDescriptionA condition to be met by an object.An object that has a description.
-
Classes in org.assertj.core.api used by org.assertj.core.errorClassDescriptionInformation about an assertion.A condition to be met by an object.
-
Classes in org.assertj.core.api used by org.assertj.core.internalClassDescriptionInformation about an assertion.A condition to be met by an object.
FactoryBasedNavigableIterableAssertinstead.