C# Class Cone.Runners.NUnitSuiteBuilder.NUnitSuite.NUnitMethodClassifier.NUnitTestCaseSource

Afficher le fichier Open project: drunkcod/Cone

Méthodes publiques

Méthode Description
GetTestCases ( object testCaseSource ) : IEnumerable
NUnitTestCaseSource ( Type defaultSource ) : System

Private Methods

Méthode Description
GetSourceMethod ( Type sourceType, string sourceName ) : MethodInfo
GetSourceObject ( Type sourceType ) : object

Method Details

GetTestCases() public méthode

public GetTestCases ( object testCaseSource ) : IEnumerable
testCaseSource object
Résultat IEnumerable

NUnitTestCaseSource() public méthode

public NUnitTestCaseSource ( Type defaultSource ) : System
defaultSource System.Type
Résultat System