Click or drag to resize

EPAssertionUtilAssertEqualsAllowArray Method

Assert that two property values are the same, allowing arrays as properties.

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static void AssertEqualsAllowArray(
	string message,
	Object expected,
	Object actual
)

Parameters

message
Type: SystemString
to use
expected
Type: SystemObject
expected value
actual
Type: SystemObject
actual value
See Also