Click or drag to resize

EPAssertionUtilAssertEqualsAnyOrderT Method (T, ICollection)

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

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

Parameters

expected
Type: T

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

actual
Type: System.Collections.GenericICollectionT

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

Type Parameters

T

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

See Also