Click or drag to resize

EPAssertionUtilAssertContains Method (ICollection, Void)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertContains(System.Collections.Generic.ICollection`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 AssertContains(
	ICollection stringSet,
	params void values
)

Parameters

stringSet
Type: System.Collections.GenericICollectionT

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

values
Type: SystemVoid

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

See Also