C# Class XunitShould.Sdk.StartsWithException

Inheritance: XunitException
Datei anzeigen Open project: EddieGarmon/XunitShould

Public Methods

Method Description
StartsWithException ( string expected, string actual ) : System

Creates a new instance of the StartsWithException class.

Private Methods

Method Description
ShortenActual ( string expected, string actual ) : string

Method Details

StartsWithException() public method

Creates a new instance of the StartsWithException class.
public StartsWithException ( string expected, string actual ) : System
expected string The expected string value
actual string The actual value
return System