Click or drag to resize

EPAssertionUtilAssertEqualsExactOrderT Method (T, T)

Compare the short values in the two arrays assuming the exact same order.

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

Parameters

expected
Type: T
is the expected values
actual
Type: T
is the actual values

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertEqualsExactOrder``1(``0[],``0[])"]

See Also