Click or drag to resize

EPAssertionUtilAssertPropsPerRow Method (IEnumerator, Void, EventBean, IEnumerator)

[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,System.Collections.Generic.IEnumerator`1)"]

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 safeEnumerator,
	EventBean propertyNames,
	IEnumerator 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,System.Collections.Generic.IEnumerator`1)"]

safeEnumerator
Type: SystemVoid

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

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

[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,System.Collections.Generic.IEnumerator`1)"]

expected
Type: System.Collections.GenericIEnumeratorT

[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,System.Collections.Generic.IEnumerator`1)"]

See Also