C# Class XunitShould.Sdk.EndsWithException

Inheritance: XunitException
Afficher le fichier Open project: EddieGarmon/XunitShould

Méthodes publiques

Méthode Description
EndsWithException ( string expected, string actual ) : System

Creates a new instance of the EndsWithException class.

Private Methods

Méthode Description
ShortenActual ( string expected, string actual ) : string
ShortenExpected ( string expected, string actual ) : string

Method Details

EndsWithException() public méthode

Creates a new instance of the EndsWithException class.
public EndsWithException ( string expected, string actual ) : System
expected string The expected string value
actual string The actual value
Résultat System