 | EPAssertionUtilAssertNotContains Method (String, String) |
Assert that a string set does not contain one or more values.
Namespace:
com.espertech.esper.common.client.scopetest
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static void AssertNotContains(
string[] stringSet,
params string[] values
)
Parameters
- stringSet
- Type: SystemString
to compare against - values
- Type: SystemString
to find
See Also