Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Shouldly
Configuration
FirstNonShouldlyMethodFinder
C# Class Shouldly.Configuration.FirstNonShouldlyMethodFinder
Inheritance:
ITestMethodFinder
Show file
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