C# Class Spatial4n.Tests.PropertyDataAttribute

Inheritance: Xunit.Extensions.DataAttribute
ファイルを表示 Open project: synhershko/Spatial4n

Public Methods

Method Description
PropertyDataAttribute ( string propertyName ) : System

Creates a new instance of PropertyDataAttribute/

Private Methods

Method Description
GetData ( MethodInfo methodUnderTest, Type parameterTypes ) : IEnumerable

Method Details

PropertyDataAttribute() public method

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