C# Class Shouldly.Configuration.FirstNonShouldlyMethodFinder

Inheritance: ITestMethodFinder
Afficher le fichier Open project: shouldly/shouldly

Méthodes publiques

Méthode Description
GetTestMethodInfo ( StackTrace stackTrace, int startAt ) : TestMethodInfo

Private Methods

Méthode Description
IsCompilerGenerated ( MethodBase method ) : bool

Method Details

GetTestMethodInfo() public méthode

public GetTestMethodInfo ( StackTrace stackTrace, int startAt ) : TestMethodInfo
stackTrace System.Diagnostics.StackTrace
startAt int
Résultat TestMethodInfo