Click or drag to resize

EPAssertionUtilAssertPropsPerRowAnyOrder Method (UniformPair`1EventBean, IList, Void, String)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertPropsPerRowAnyOrder(com.espertech.esper.common.internal.collection.UniformPair{com.espertech.esper.common.client.EventBean[]},System.Collections.Generic.IList`1,System.Void,System.String)"]

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static void AssertPropsPerRowAnyOrder(
	UniformPair<EventBean[]> pair,
	IList propertyNames,
	void expectedNew,
	string expectedOld
)

Parameters

pair
Type: UniformPairEventBean

[Missing <param name="pair"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertPropsPerRowAnyOrder(com.espertech.esper.common.internal.collection.UniformPair{com.espertech.esper.common.client.EventBean[]},System.Collections.Generic.IList`1,System.Void,System.String)"]

propertyNames
Type: System.Collections.GenericIListT

[Missing <param name="propertyNames"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertPropsPerRowAnyOrder(com.espertech.esper.common.internal.collection.UniformPair{com.espertech.esper.common.client.EventBean[]},System.Collections.Generic.IList`1,System.Void,System.String)"]

expectedNew
Type: SystemVoid

[Missing <param name="expectedNew"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertPropsPerRowAnyOrder(com.espertech.esper.common.internal.collection.UniformPair{com.espertech.esper.common.client.EventBean[]},System.Collections.Generic.IList`1,System.Void,System.String)"]

expectedOld
Type: SystemString

[Missing <param name="expectedOld"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertPropsPerRowAnyOrder(com.espertech.esper.common.internal.collection.UniformPair{com.espertech.esper.common.client.EventBean[]},System.Collections.Generic.IList`1,System.Void,System.String)"]

See Also