C# Class PclUnit.Style.Xunit.Exceptions.DoesNotContainException

Inheritance: AssertException
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode Description
DoesNotContainException ( object expected ) : System

Creates a new instance of the DoesNotContainException class.

Method Details

DoesNotContainException() public méthode

Creates a new instance of the DoesNotContainException class.
public DoesNotContainException ( object expected ) : System
expected object The expected object value
Résultat System