Click or drag to resize

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

[Missing <summary> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertProps(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 AssertProps(
	UniformPair<EventBean> received,
	IList propertyNames,
	void expectedInsert,
	string expectedRemoved
)

Parameters

received
Type: UniformPairEventBean

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

expectedInsert
Type: SystemVoid

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

expectedRemoved
Type: SystemString

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

See Also