C# 클래스 Shouldly.Configuration.FirstNonShouldlyMethodFinder

상속: ITestMethodFinder
파일 보기 프로젝트 열기: shouldly/shouldly

공개 메소드들

메소드 설명
GetTestMethodInfo ( StackTrace stackTrace, int startAt ) : TestMethodInfo

비공개 메소드들

메소드 설명
IsCompilerGenerated ( MethodBase method ) : bool

메소드 상세

GetTestMethodInfo() 공개 메소드

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