public final class CollectIteratorAssertions extends Object
CollectIteratorAssert
. Each method in this class is
a static factory.Modifier and Type | Method and Description |
---|---|
static <T> CollectIteratorAssert<T> |
assertThat(Iterator<T> actual) |
static <T> UnorderedCollectIteratorAssert<T> |
assertUnordered(Iterator<T> actual) |
public static <T> CollectIteratorAssert<T> assertThat(Iterator<T> actual)
public static <T> UnorderedCollectIteratorAssert<T> assertUnordered(Iterator<T> actual)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.