C# Class Spatial4n.Tests.PropertyDataAttribute

Inheritance: Xunit.Extensions.DataAttribute
Afficher le fichier Open project: synhershko/Spatial4n

Méthodes publiques

Méthode Description
PropertyDataAttribute ( string propertyName ) : System

Creates a new instance of PropertyDataAttribute/

Private Methods

Méthode Description
GetData ( MethodInfo methodUnderTest, Type parameterTypes ) : IEnumerable

Method Details

PropertyDataAttribute() public méthode

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
Résultat System