 | EPAssertionUtilAssertEqualsIgnoreNewline Method |
Compare two strings removing all NewLine characters.
Namespace:
com.espertech.esper.common.client.scopetest
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static void AssertEqualsIgnoreNewline(
string expected,
string received
)
Parameters
- expected
- Type: SystemString
expected value - received
- Type: SystemString
received value
See Also