Class CollectIteratorAssertions
java.lang.Object
org.apache.flink.connector.testframe.utils.CollectIteratorAssertions
Entry point for assertion methods for
CollectIteratorAssert. Each method in this class is
a static factory.-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> CollectIteratorAssert<T>assertThat(Iterator<T> actual) static <T> UnorderedCollectIteratorAssert<T>assertUnordered(Iterator<T> actual)
-
Method Details
-
assertThat
-
assertUnordered
-