Click or drag to resize

EPAssertionUtilAssertUnderlyingPerRow Method

[Missing <summary> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertUnderlyingPerRow(com.espertech.esper.common.internal.collection.UniformPair{com.espertech.esper.common.client.EventBean[]},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 AssertUnderlyingPerRow(
	UniformPair<EventBean[]> received,
	IList expectedUnderlyingInsert,
	void expectedUnderlyingRemove
)

Parameters

received
Type: UniformPairEventBean

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

expectedUnderlyingInsert
Type: System.Collections.GenericIListT

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

expectedUnderlyingRemove
Type: SystemVoid

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

See Also