Click or drag to resize

EPAssertionUtilAssertPropsPerRow Method (IList, Void, EventBean, IList)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertPropsPerRow(System.Collections.Generic.IList`1,System.Void,com.espertech.esper.common.client.EventBean,System.Collections.Generic.IList`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(
	IList actual,
	void propertyNames,
	EventBean expected,
	IList streamName
)

Parameters

actual
Type: System.Collections.GenericIListT

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

propertyNames
Type: SystemVoid

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

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.IList`1,System.Void,com.espertech.esper.common.client.EventBean,System.Collections.Generic.IList`1)"]

streamName
Type: System.Collections.GenericIListT

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

See Also