C# 클래스 AutoDataConnector.AutoDataAttribute

상속: NUnit.Framework.NUnitAttribute, ITestBuilder, NUnit.Framework.Interfaces.ITestCaseData, IImplyFixture
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
AutoDataAttribute ( ) : System
AutoDataAttribute ( IParameterValueProvider parameterValueProvider ) : System

NOTE: This constructor is not CLS-Compliant

BuildFrom ( IMethodInfo method, Test suite ) : IEnumerable

Construct one or more TestMethods from a given MethodInfo, using available parameter data.

비공개 메소드들

메소드 설명
CreateParameterValues ( IEnumerable parameters ) : object[]
GetParametersForMethod ( IMethodInfo method ) : NUnit.Framework.Internal.TestCaseParameters

메소드 상세

AutoDataAttribute() 공개 메소드

public AutoDataAttribute ( ) : System
리턴 System

AutoDataAttribute() 공개 메소드

NOTE: This constructor is not CLS-Compliant
public AutoDataAttribute ( IParameterValueProvider parameterValueProvider ) : System
parameterValueProvider IParameterValueProvider
리턴 System

BuildFrom() 공개 메소드

Construct one or more TestMethods from a given MethodInfo, using available parameter data.
public BuildFrom ( IMethodInfo method, Test suite ) : IEnumerable
method IMethodInfo The MethodInfo for which tests are to be constructed.
suite Test The suite to which the tests will be added.
리턴 IEnumerable