Package org.assertj.core.api
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 org.assertj.core.api.AbstractAssert
actual, assertionErrorCreator, conditions, customRepresentation, info, myself, objects, printAssertionsDescription, throwUnsupportedExceptionOnEquals
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractPredicateLikeAssert
(PRIMITIVE_PREDICATE actual, Predicate<PRIMITIVE> wrappedPredicate, Class<?> selfType) -
Method Summary
Modifier and TypeMethodDescriptionprotected SELF
acceptsAllInternal
(Iterable<? extends PRIMITIVE> values) protected SELF
acceptsInternal
(PRIMITIVE value) protected SELF
rejectsAllInternal
(Iterable<? extends PRIMITIVE> values) protected SELF
rejectsInternal
(PRIMITIVE value) Methods inherited from class org.assertj.core.api.AbstractAssert
areEqual, asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, doesNotHaveSameHashCodeAs, doesNotHaveToString, equals, extracting, extracting, failure, failureWithActualExpected, failWithActualExpectedAndMessage, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, 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, usingRecursiveAssertion, usingRecursiveAssertion, usingRecursiveComparison, usingRecursiveComparison, withAssertionState, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnError
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.assertj.core.api.Descriptable
as, as, as, 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
-