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

Inheritance: AssertException
Show file Open project: jbtule/PclUnit

Public Methods

Method 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 method

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

ContainsException() public method

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
return System