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

Inheritance: AssertException
Show file Open project: jbtule/PclUnit

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