NUnitAsp

WebAssert.AreEqual Method

Asserts that two "rows" of strings are identical.

Overload List

Asserts that two "rows" of strings are identical.

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

Asserts that two "rows" of strings are identical.

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

Asserts that two "tables" of strings are identical.

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

Asserts that two "tables" of strings are identical.

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

See Also

WebAssert Class | NUnit.Extensions.Asp Namespace