T - The type of records in the test data and collect iteratorpublic class CollectIteratorAssert<T> extends org.assertj.core.api.AbstractAssert<CollectIteratorAssert<T>,Iterator<T>>
| Modifier | Constructor and Description |
|---|---|
protected |
CollectIteratorAssert(Iterator<T> collectorIterator) |
| Modifier and Type | Method and Description |
|---|---|
void |
matchesRecordsFromSource(List<List<T>> recordsBySplitsFromSource,
org.apache.flink.streaming.api.CheckpointingMode semantic) |
CollectIteratorAssert<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, withThreadDumpOnErrorpublic CollectIteratorAssert<T> withNumRecordsLimit(int limit)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.