Class IterablePatchOperationAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<SELF,ACTUAL>
org.assertj.core.api.AbstractIterableAssert<IterablePatchOperationAssert,Iterable<? extends PatchOperation>,PatchOperation,PatchOperationAssert>
org.apache.directory.scim.test.assertj.IterablePatchOperationAssert
- All Implemented Interfaces:
org.assertj.core.api.Assert<IterablePatchOperationAssert,
,Iterable<? extends PatchOperation>> org.assertj.core.api.Descriptable<IterablePatchOperationAssert>
,org.assertj.core.api.EnumerableAssert<IterablePatchOperationAssert,
,PatchOperation> org.assertj.core.api.ExtensionPoints<IterablePatchOperationAssert,
,Iterable<? extends PatchOperation>> org.assertj.core.api.ObjectEnumerableAssert<IterablePatchOperationAssert,
PatchOperation>
public class IterablePatchOperationAssert
extends org.assertj.core.api.AbstractIterableAssert<IterablePatchOperationAssert,Iterable<? extends PatchOperation>,PatchOperation,PatchOperationAssert>
-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractIterableAssert
iterables
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself, objects, throwUnsupportedExceptionOnEquals
-
Constructor Summary
ConstructorDescriptionIterablePatchOperationAssert
(Iterable<? extends PatchOperation> patchOperations) -
Method Summary
Modifier and TypeMethodDescriptioncontains
(org.assertj.core.api.Condition<PatchOperation>... conditions) containsOnly
(List<org.assertj.core.api.Condition<PatchOperation>> conditions) containsOnly
(org.assertj.core.api.Condition<PatchOperation>... conditions) protected IterablePatchOperationAssert
newAbstractIterableAssert
(Iterable<? extends PatchOperation> iterable) single()
protected PatchOperationAssert
toAssert
(PatchOperation value, String description) Methods inherited from class org.assertj.core.api.AbstractIterableAssert
allMatch, allMatch, allSatisfy, allSatisfy, anyMatch, anySatisfy, anySatisfy, are, areAtLeast, areAtLeastOne, areAtMost, areExactly, areNot, as, as, contains, containsAll, containsAnyElementsOf, containsAnyOf, containsAnyOfForProxy, containsExactly, containsExactlyElementsOf, containsExactlyForProxy, containsExactlyInAnyOrder, containsExactlyInAnyOrderElementsOf, containsExactlyInAnyOrderForProxy, containsForProxy, containsNull, containsOnly, containsOnlyElementsOf, containsOnlyForProxy, containsOnlyNulls, containsOnlyOnce, containsOnlyOnceElementsOf, containsOnlyOnceForProxy, containsSequence, containsSequence, containsSequenceForProxy, containsSubsequence, containsSubsequence, containsSubsequenceForProxy, describedAs, describedAs, doesNotContain, doesNotContainAnyElementsOf, doesNotContainForProxy, doesNotContainNull, doesNotContainSequence, doesNotContainSequence, doesNotContainSequenceForProxy, doesNotContainSubsequence, doesNotContainSubsequence, doesNotContainSubsequenceForProxy, doesNotHave, doesNotHaveAnyElementsOfTypes, doesNotHaveDuplicates, doesNotHaveSameClassAs, doNotHave, element, element, elements, endsWith, endsWith, endsWithForProxy, extracting, extracting, extracting, extracting, extracting, extracting, extractingForProxy, extractingResultOf, extractingResultOf, filteredOn, filteredOn, filteredOn, filteredOn, filteredOn, filteredOnAssertions, filteredOnAssertions, filteredOnNull, first, first, flatExtracting, flatExtracting, flatExtracting, flatExtracting, flatExtracting, flatExtracting, flatExtractingForProxy, flatMap, flatMap, flatMap, flatMap, getComparatorsByType, getComparatorsForElementPropertyOrFieldTypes, has, hasAtLeastOneElementOfType, hasExactlyElementsOfTypes, hasOnlyElementsOfType, hasOnlyElementsOfTypes, hasOnlyOneElementSatisfying, hasSameClassAs, hasSameElementsAs, hasSameSizeAs, hasSameSizeAs, hasSize, hasSizeBetween, hasSizeGreaterThan, hasSizeGreaterThanOrEqualTo, hasSizeLessThan, hasSizeLessThanOrEqualTo, hasToString, have, haveAtLeast, haveAtLeastOne, haveAtMost, haveExactly, inBinary, inHexadecimal, is, isEmpty, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEmpty, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNullOrEmpty, isOfAnyClassIn, isSameAs, isSubsetOf, isSubsetOf, isSubsetOfForProxy, last, last, map, map, map, navigationDescription, newAbstractIterableAssertForProxy, noneMatch, noneSatisfy, noneSatisfy, overridingErrorMessage, satisfiesExactly, satisfiesExactly, satisfiesExactlyForProxy, satisfiesExactlyInAnyOrder, satisfiesExactlyInAnyOrder, satisfiesExactlyInAnyOrderForProxy, satisfiesOnlyOnce, satisfiesOnlyOnce, satisfiesOnlyOnceForProxy, singleElement, singleElement, size, startsWith, startsWithForProxy, usingComparator, usingComparator, usingComparatorForElementFieldsWithNames, usingComparatorForElementFieldsWithType, usingComparatorForType, usingComparisonStrategy, usingDefaultComparator, usingDefaultElementComparator, usingElementComparator, usingElementComparatorIgnoringFields, usingElementComparatorOnFields, usingFieldByFieldElementComparator, usingRecursiveAssertion, usingRecursiveAssertion, usingRecursiveComparison, usingRecursiveComparison, usingRecursiveFieldByFieldElementComparator, usingRecursiveFieldByFieldElementComparator, usingRecursiveFieldByFieldElementComparatorIgnoringFields, usingRecursiveFieldByFieldElementComparatorOnFields, withFailMessage, withThreadDumpOnError, zipSatisfy
Methods inherited from class org.assertj.core.api.AbstractAssert
areEqual, asInstanceOf, asList, assertionError, asString, descriptionText, doesNotHaveSameHashCodeAs, doesNotHaveToString, doesNotHaveToString, equals, extracting, extracting, failure, failureWithActualExpected, failWithActualExpectedAndMessage, failWithMessage, getWritableAssertionInfo, hashCode, hasSameHashCodeAs, hasToString, isElementOfCustomAssert, isInstanceOfSatisfying, isNull, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, satisfiesAnyOfForProxy, satisfiesForProxy, setCustomRepresentation, setDescriptionConsumer, setPrintAssertionsDescription, throwAssertionError, withFailMessage, withRepresentation
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, describedAs
-
Constructor Details
-
IterablePatchOperationAssert
-
-
Method Details
-
toAssert
- Specified by:
toAssert
in classorg.assertj.core.api.AbstractIterableAssert<IterablePatchOperationAssert,
Iterable<? extends PatchOperation>, PatchOperation, PatchOperationAssert>
-
newAbstractIterableAssert
protected IterablePatchOperationAssert newAbstractIterableAssert(Iterable<? extends PatchOperation> iterable) - Specified by:
newAbstractIterableAssert
in classorg.assertj.core.api.AbstractIterableAssert<IterablePatchOperationAssert,
Iterable<? extends PatchOperation>, PatchOperation, PatchOperationAssert>
-
single
-
containsOnly
public final IterablePatchOperationAssert containsOnly(List<org.assertj.core.api.Condition<PatchOperation>> conditions) -
containsOnly
@SafeVarargs public final IterablePatchOperationAssert containsOnly(org.assertj.core.api.Condition<PatchOperation>... conditions) -
contains
@SafeVarargs public final IterablePatchOperationAssert contains(org.assertj.core.api.Condition<PatchOperation>... conditions)
-