C# Класс Spatial4n.Tests.PropertyDataAttribute

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

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

Метод Описание
PropertyDataAttribute ( string propertyName ) : System

Creates a new instance of PropertyDataAttribute/

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

Метод Описание
GetData ( MethodInfo methodUnderTest, Type parameterTypes ) : IEnumerable

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

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

Creates a new instance of PropertyDataAttribute/
public PropertyDataAttribute ( string propertyName ) : System
propertyName string The name of the public static property on the test class that will provide the test data
Результат System