C# Класс Xunit.Sdk.ArgumentFormatter

Formats arguments for display in theories.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Format ( object value ) : string

Format the value for presentation.

Приватные методы

Метод Описание
Format ( object value, int depth ) : string
FormatComplexValue ( object value, int depth, Type type ) : string
FormatEnumerable ( IEnumerable enumerableValues, int depth ) : string
FormatTypeName ( Type type ) : string
UnwrapException ( Exception ex ) : Exception
WrapAndGetFormattedValue ( Func getter, int depth ) : string

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

Format() публичный статический Метод

Format the value for presentation.
public static Format ( object value ) : string
value object The value to be formatted.
Результат string