C# Class XunitShould.Sdk.StartsWithException

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

Méthodes publiques

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

Creates a new instance of the StartsWithException class.

Private Methods

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

Method Details

StartsWithException() public méthode

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
Résultat System