NUnitAsp

WebAssert.AreEqualIgnoringOrder Method

Asserts that two "tables" of strings are identical, but permits ordering differences. Individual rows in the tables must match, but the order of the rows may differ.

Overload List

Asserts that two "tables" of strings are identical, but permits ordering differences. Individual rows in the tables must match, but the order of the rows may differ.

public static void AreEqualIgnoringOrder(string[][],string[][]);

Asserts that two "tables" of strings are identical, but permits ordering differences. Individual rows in the tables must match, but the order of the rows may differ.

public static void AreEqualIgnoringOrder(string[][],string[][],string);

See Also

WebAssert Class | NUnit.Extensions.Asp Namespace