T
- The type of records in the test data and collect iteratorpublic class UnorderedCollectIteratorAssert<T> extends org.assertj.core.api.AbstractAssert<UnorderedCollectIteratorAssert<T>,Iterator<T>>
Modifier | Constructor and Description |
---|---|
protected |
UnorderedCollectIteratorAssert(Iterator<T> collectorIterator) |
Modifier and Type | Method and Description |
---|---|
void |
matchesRecordsFromSource(List<List<T>> recordsBySplitsFromSource,
CheckpointingMode semantic)
Deprecated.
|
void |
matchesRecordsFromSource(List<List<T>> recordsBySplitsFromSource,
CheckpointingMode semantic) |
UnorderedCollectIteratorAssert<T> |
withNumRecordsLimit(int limit) |
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, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnError
public UnorderedCollectIteratorAssert<T> withNumRecordsLimit(int limit)
@Deprecated public void matchesRecordsFromSource(List<List<T>> recordsBySplitsFromSource, CheckpointingMode semantic)
public void matchesRecordsFromSource(List<List<T>> recordsBySplitsFromSource, CheckpointingMode semantic)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.