Click or drag to resize

EPAssertionUtilAssertEqualsAnyOrder Method (EventBean, EventBean)

Compare two 2-dimensional event arrays.

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static void AssertEqualsAnyOrder(
	EventBean[][] expected,
	EventBean[][] actual
)

Parameters

expected
Type: com.espertech.esper.common.clientEventBean
expected values
actual
Type: com.espertech.esper.common.clientEventBean
actual values
See Also