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

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

Méthodes publiques

Méthode Description
ContainsException ( object expected ) : System

Creates a new instance of the ContainsException class.

ContainsException ( object expected, object actual ) : System

Creates a new instance of the ContainsException class.

Method Details

ContainsException() public méthode

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

ContainsException() public méthode

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