NUnitTestCaseBuilder.BuildFrom Method

Definition

Overloads

BuildFrom(MethodInfo)
BuildFrom(MethodInfo, Test)

BuildFrom(MethodInfo)

public NUnit.Framework.Internal.Test BuildFrom (System.Reflection.MethodInfo method);
abstract member BuildFrom : System.Reflection.MethodInfo -> NUnit.Framework.Internal.Test
override this.BuildFrom : System.Reflection.MethodInfo -> NUnit.Framework.Internal.Test

Parameters

method
MethodInfo

Returns

Implements

Applies to

BuildFrom(MethodInfo, Test)

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

Parameters

method
MethodInfo
parentSuite
Test

Returns

Implements

Applies to