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 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 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.ComparableAssertAssertions forCompletableFuture.Base class for all implementations of assertions forDates.Base class for all implementations of assertions forDoubles.Base implementation for Enumerable class assertions.Base class for all implementations of assertions forFiles.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 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 forLongs.Base class for all implementations of assertions forMaps.Assertion 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 forPredicate.Assertions forPredicate.Base class for all implementations of assertions forShorts.Base class for all implementations of assertions forTemporals.Base class for all implementations of assertions forThrowables.Base class for all implementations of assertions forURIs.Base class for all implementations of assertions forURLs.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 single method factory interface to create anAssertclass for a given type.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.Assertion methods forAtomicIntegerFieldUpdaters.Assertion methods forAtomicLongFieldUpdaters.Assertion methods forAtomicMarkableReferences.Assertion methods forAtomicReferenceFieldUpdaters.Assertion methods forAtomicStampedReferences.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 arrays ofbooleans.Assertion methods forBooleans.Assertion methods for arrays ofbytes.Assertion methods forBytes.Assertion methods forCharacters.Assertion methods for arrays ofchars.Assertion methods forCharSequences.Assertion methods forClasses.Build the Assert instance by reflection.Build the Assert instance by reflection.Assertion methods applicable tos.ComparableAssertions forCompletableFuture.A condition to be met by an object.Assertions forDates.An object that has a description.Assertion methods for arrays ofdoubles.Assertion methods forDoubles.Assertions forPredicate.Assertions 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.Assertion methods for arrays offloats.Assertion methods for floats.Assertion methods applicable to floating-points.NumberAssertion methods forFuture.Assertions methods applicable to indexed groups of objects (e.g.Assertion methods forInputStreams.Assertion methods forInstants.Assertion methods for arrays ofints.Assertion methods forIntegers.Assertions forPredicate.Assertion methods forIterable.AbstractBDDSoftAssertions compatible with Android.AbstractStandardSoftAssertions compatible with Android.Assertion methods forLists.Assertion methods for arrays oflongs.Assertion methods forLongs.Assertions forLongPredicate.Assertions forMaps.Assertion methods applicable tos.NumberAssertion 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 forPathsAssertions forPredicate.Assertion methods for arrays ofshorts.Assertion methods forShorts.Concrete assertions forClasss without any final methods to allow proxying.An AssertionError that contains the error messages of the one or more AssertionErrors that caused this exception to be thrown.Concrete assertions forIterables without any final methods to allow proxying.Concrete assertions forLists without any final methods to allow proxying.Concrete assertions forMaps without any final methods to allow proxying.Concrete assertions forPredicates without any final methods to allow proxying.Suppose we have a test case and in it we'd like to make numerous assertions.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.Assertion class forURIsWritable information about an assertion.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.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.error
-
Classes in org.assertj.core.api used by org.assertj.core.internalClassDescriptionInformation about an assertion.A condition to be met by an object.