Click or drag to resize

EPAssertionUtilAssertProps Method (IContainer, Object, IList, Void)

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

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

Parameters

container
Type: com.espertech.esper.containerIContainer

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

received
Type: SystemObject

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

propertyNames
Type: System.Collections.GenericIListT

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

expected
Type: SystemVoid

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

See Also