 | EPAssertionUtilAssertEqualsExactOrder Method (String, String) |
Deep compare two 2-dimensional string arrays for the exact same length of arrays and order.
Namespace:
com.espertech.esper.common.client.scopetest
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static void AssertEqualsExactOrder(
string[][] expected,
string[][] actual
)
Parameters
- expected
- Type: SystemString
is the expected values - actual
- Type: SystemString
is the actual values
See Also