Click or drag to resize

EPAssertionUtilAssertPropsPerRow Method (IEnumerator, Void, EventBean)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertPropsPerRow(System.Collections.Generic.IEnumerator`1,System.Void,com.espertech.esper.common.client.EventBean)"]

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(
	IEnumerator enumerator,
	void propertyNames,
	EventBean expected
)

Parameters

enumerator
Type: System.Collections.GenericIEnumeratorT

[Missing <param name="enumerator"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertPropsPerRow(System.Collections.Generic.IEnumerator`1,System.Void,com.espertech.esper.common.client.EventBean)"]

propertyNames
Type: SystemVoid

[Missing <param name="propertyNames"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertPropsPerRow(System.Collections.Generic.IEnumerator`1,System.Void,com.espertech.esper.common.client.EventBean)"]

expected
Type: com.espertech.esper.common.clientEventBean

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

See Also