Class EndsWithException
Exception thrown when a string does not end with the expected value.
Namespace: Xunit.Sdk
Assembly: xunit.assert.dll
Syntax
public class EndsWithException : XunitException
Constructors
| Improve this Doc View SourceEndsWithException(String, String)
Creates a new instance of the EndsWithException class.
Declaration
public EndsWithException(string expected, string actual)
Parameters
Type | Name | Description |
---|---|---|
String | expected | The expected string value |
String | actual | The actual value |