Click or drag to resize

EPAssertionUtilAssertProps Method (EventBean, IDictionary)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertProps(com.espertech.esper.common.client.EventBean,System.Collections.Generic.IDictionary`2)"]

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(
	EventBean received,
	IDictionary expected
)

Parameters

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

[Missing <param name="received"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertProps(com.espertech.esper.common.client.EventBean,System.Collections.Generic.IDictionary`2)"]

expected
Type: System.Collections.GenericIDictionaryTKey, TValue

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

See Also