C# 클래스 Spatial4n.Tests.PropertyDataAttribute

상속: Xunit.Extensions.DataAttribute
파일 보기 프로젝트 열기: synhershko/Spatial4n

공개 메소드들

메소드 설명
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