Click or drag to resize

EPAssertionUtilAssertMapOfCollectionV Method (IDictionary, Boolean, Object, V)

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

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static void AssertMapOfCollection<V>(
	IDictionary map,
	bool keys,
	Object expectedList,
	V collectionValue
)

Parameters

map
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="map"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertMapOfCollection``1(System.Collections.Generic.IDictionary`2,System.Boolean,System.Object,``0)"]

keys
Type: SystemBoolean

[Missing <param name="keys"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertMapOfCollection``1(System.Collections.Generic.IDictionary`2,System.Boolean,System.Object,``0)"]

expectedList
Type: SystemObject

[Missing <param name="expectedList"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertMapOfCollection``1(System.Collections.Generic.IDictionary`2,System.Boolean,System.Object,``0)"]

collectionValue
Type: V

[Missing <param name="collectionValue"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertMapOfCollection``1(System.Collections.Generic.IDictionary`2,System.Boolean,System.Object,``0)"]

Type Parameters

V

[Missing <typeparam name="V"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertMapOfCollection``1(System.Collections.Generic.IDictionary`2,System.Boolean,System.Object,``0)"]

See Also