C# Class Shouldly.Configuration.FirstNonShouldlyMethodFinder

Inheritance: ITestMethodFinder
显示文件 Open project: shouldly/shouldly

Public Methods

Method Description
GetTestMethodInfo ( StackTrace stackTrace, int startAt ) : TestMethodInfo

Private Methods

Method Description
IsCompilerGenerated ( MethodBase method ) : bool

Method Details

GetTestMethodInfo() public method

public GetTestMethodInfo ( StackTrace stackTrace, int startAt ) : TestMethodInfo
stackTrace System.Diagnostics.StackTrace
startAt int
return TestMethodInfo