Click or drag to resize

EPAssertionUtilAssertEqualsExactOrder Method (ICollection, Void, Object)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertEqualsExactOrder(System.Collections.Generic.ICollection`1,System.Void,System.Object[])"]

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(
	ICollection actual,
	void propertyNames,
	Object[] expected
)

Parameters

actual
Type: System.Collections.GenericICollectionT

[Missing <param name="actual"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertEqualsExactOrder(System.Collections.Generic.ICollection`1,System.Void,System.Object[])"]

propertyNames
Type: SystemVoid

[Missing <param name="propertyNames"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertEqualsExactOrder(System.Collections.Generic.ICollection`1,System.Void,System.Object[])"]

expected
Type: SystemObject

[Missing <param name="expected"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertEqualsExactOrder(System.Collections.Generic.ICollection`1,System.Void,System.Object[])"]

See Also