Click or drag to resize

EPAssertionUtilAssertPropsPerRow Method (IContainer, IList, Void, Object)

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

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(
	IContainer container,
	IList received,
	void propertyNames,
	Object[] expected
)

Parameters

container
Type: com.espertech.esper.containerIContainer

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

received
Type: System.Collections.GenericIListT

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

propertyNames
Type: SystemVoid

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

expected
Type: SystemObject

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

See Also