C# Class NUnit.Specifications.SpecificationSourceAttribute

Inheritance: NUnit.Framework.NUnitAttribute, ITestBuilder, IImplyFixture
Afficher le fichier Open project: iancooper/Paramore

Méthodes publiques

Méthode Description
BuildFrom ( IMethodInfo method, Test suite ) : IEnumerable
SpecificationSourceAttribute ( string sourceName ) : System

Private Methods

Méthode Description
GetTestCaseSource ( IMethodInfo method ) : IEnumerable
GetTestCasesFor ( IMethodInfo method ) : IEnumerable

Method Details

BuildFrom() public méthode

public BuildFrom ( IMethodInfo method, Test suite ) : IEnumerable
method IMethodInfo
suite Test
Résultat IEnumerable

SpecificationSourceAttribute() public méthode

public SpecificationSourceAttribute ( string sourceName ) : System
sourceName string
Résultat System