C# Class XunitShould.Sdk.IsAssignableToException

Inheritance: AssertActualExpectedException
Mostrar archivo Open project: EddieGarmon/XunitShould

Public Methods

Method Description
IsAssignableToException ( Type expected, object actual ) : System

Creates a new instance of the IsTypeException class.

Method Details

IsAssignableToException() public method

Creates a new instance of the IsTypeException class.
public IsAssignableToException ( Type expected, object actual ) : System
expected System.Type The expected type
actual object The actual object value
return System