C# Класс XunitShould.Sdk.IsTypeException

Наследование: AssertActualExpectedException
Показать файл Открыть проект

Открытые методы

Метод Описание
IsTypeException ( string expectedTypeName, string actualTypeName ) : System.Diagnostics.CodeAnalysis

Creates a new instance of the IsTypeException class.

Описание методов

IsTypeException() публичный Метод

Creates a new instance of the IsTypeException class.
public IsTypeException ( string expectedTypeName, string actualTypeName ) : System.Diagnostics.CodeAnalysis
expectedTypeName string The expected type name
actualTypeName string The actual type name
Результат System.Diagnostics.CodeAnalysis