NUnitTestCaseBuilder.CanBuildFrom Method

Definition

Overloads

CanBuildFrom(MethodInfo)
CanBuildFrom(MethodInfo, Test)

CanBuildFrom(MethodInfo)

public bool CanBuildFrom (System.Reflection.MethodInfo method);
abstract member CanBuildFrom : System.Reflection.MethodInfo -> bool
override this.CanBuildFrom : System.Reflection.MethodInfo -> bool

Parameters

method
MethodInfo

Returns

Implements

Applies to

CanBuildFrom(MethodInfo, Test)

public bool CanBuildFrom (System.Reflection.MethodInfo method, NUnit.Framework.Internal.Test parentSuite);
abstract member CanBuildFrom : System.Reflection.MethodInfo * NUnit.Framework.Internal.Test -> bool
override this.CanBuildFrom : System.Reflection.MethodInfo * NUnit.Framework.Internal.Test -> bool

Parameters

method
MethodInfo
parentSuite
Test

Returns

Implements

Applies to