Click or drag to resize

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

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

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static void AssertPropsPerRow(
	UniformPair<EventBean[]> received,
	string propertyName,
	IList expectedInsert,
	void expectedRemoved
)

Parameters

received
Type: UniformPairEventBean

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

propertyName
Type: SystemString

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

expectedInsert
Type: System.Collections.GenericIListT

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

expectedRemoved
Type: SystemVoid

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

See Also