C# Class XunitShould.Sdk.DoesNotContainException

Inheritance: XunitException
Datei anzeigen Open project: EddieGarmon/XunitShould

Public Methods

Method Description
DoesNotContainException ( object expected ) : System

Creates a new instance of the DoesNotContainException class.

Method Details

DoesNotContainException() public method

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