Class AbstractPredicateLikeAssert<SELF extends AbstractPredicateLikeAssert<SELF, PRIMITIVE_PREDICATE, PRIMITIVE>, PRIMITIVE_PREDICATE, PRIMITIVE>
java.lang.Object
org.assertj.core.api.AbstractAssert<SELF, PRIMITIVE_PREDICATE>
org.assertj.core.api.AbstractPredicateLikeAssert<SELF, PRIMITIVE_PREDICATE, PRIMITIVE>
- Type Parameters:
PRIMITIVE_PREDICATE- the actual typePRIMITIVE- the type of the wrapped variable in one of the special predicates
- All Implemented Interfaces:
Assert<SELF, PRIMITIVE_PREDICATE>, Descriptable<SELF>, ExtensionPoints<SELF, PRIMITIVE_PREDICATE>
- Direct Known Subclasses:
DoublePredicateAssert, IntPredicateAssert, LongPredicateAssert
abstract class AbstractPredicateLikeAssert<SELF extends AbstractPredicateLikeAssert<SELF, PRIMITIVE_PREDICATE, PRIMITIVE>, PRIMITIVE_PREDICATE, PRIMITIVE>
extends AbstractAssert<SELF, PRIMITIVE_PREDICATE>
Assertions for
Predicate.-
Field Summary
FieldsFields inherited from class AbstractAssert
actual, assertionErrorCreator, conditions, customRepresentation, info, myself, objects, printAssertionsDescription, throwUnsupportedExceptionOnEquals -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractPredicateLikeAssert(PRIMITIVE_PREDICATE actual, Predicate<PRIMITIVE> wrappedPredicate, Class<?> selfType) -
Method Summary
Modifier and TypeMethodDescriptionprotected SELFacceptsAllInternal(Iterable<? extends PRIMITIVE> values) protected SELFacceptsInternal(PRIMITIVE value) protected SELFrejectsAllInternal(Iterable<? extends PRIMITIVE> values) protected SELFrejectsInternal(PRIMITIVE value) Methods inherited from class AbstractAssert
actual, areEqual, asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, doesNotHaveSameHashCodeAs, doesNotHaveToString, doesNotHaveToString, doesNotMatch, doesNotMatch, equals, extracting, extracting, failure, failureWithActualExpected, failWithActualExpectedAndMessage, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, hasToString, inBinary, inHexadecimal, is, isElementOfCustomAssert, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, overridingErrorMessage, satisfies, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, satisfiesAnyOfForProxy, satisfiesForProxy, setCustomRepresentation, setDescriptionConsumer, setPrintAssertionsDescription, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingEquals, usingEquals, usingRecursiveAssertion, usingRecursiveAssertion, usingRecursiveComparison, usingRecursiveComparison, withAssertionState, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnErrorMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Descriptable
as, as, as, describedAs, describedAs
-
Field Details
-
iterables
Iterables iterables -
primitivePredicate
-
-
Constructor Details
-
AbstractPredicateLikeAssert
protected AbstractPredicateLikeAssert(PRIMITIVE_PREDICATE actual, Predicate<PRIMITIVE> wrappedPredicate, Class<?> selfType)
-
-
Method Details
-
acceptsInternal
-
rejectsInternal
-
acceptsAllInternal
-
rejectsAllInternal
-