C# Class NUnit.Specifications.SpecificationSourceAttribute

Inheritance: NUnit.Framework.NUnitAttribute, ITestBuilder, IImplyFixture
Mostrar archivo Open project: iancooper/Paramore

Public Methods

Method Description
BuildFrom ( IMethodInfo method, Test suite ) : IEnumerable
SpecificationSourceAttribute ( string sourceName ) : System

Private Methods

Method Description
GetTestCaseSource ( IMethodInfo method ) : IEnumerable
GetTestCasesFor ( IMethodInfo method ) : IEnumerable

Method Details

BuildFrom() public method

public BuildFrom ( IMethodInfo method, Test suite ) : IEnumerable
method IMethodInfo
suite Test
return IEnumerable

SpecificationSourceAttribute() public method

public SpecificationSourceAttribute ( string sourceName ) : System
sourceName string
return System