assertIterableEquals

public static void assertIterableEquals(    Iterable<? extends Object> expected,     Iterable<? extends Object> actual,     Context context,     PreCommentSupplier<? super ResultOfFail> preCommentSupplier,     String iterableName)(source)

Asserts that two Iterables are equal.

Parameters

expected

the expected iterable

actual

the actual iterable

context

the context of the test

preCommentSupplier

the supplier of the pre-comment

iterableName

the name of the iterable


public static void assertIterableEquals(    Iterable<? extends Object> expected,     Iterable<? extends Object> actual,     Context context,     PreCommentSupplier<? super ResultOfFail> preCommentSupplier)(source)

Asserts that two Iterables are equal.

Parameters

expected

the expected iterable

actual

the actual iterable

context

the context of the test

preCommentSupplier

the supplier of the pre-comment