IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The ISimpleTestBuilder interface is exposed by a class that knows how to build a single TestMethod from a suitable MethodInfo Types. In general, it is exposed by an attribute, but may be implemented in a helper class used by the attribute in some cases. More...
Public Member Functions | |
TestMethod | BuildFrom (IMethodInfo method, Test suite) |
Build a TestMethod from the provided MethodInfo. More... | |
The ISimpleTestBuilder interface is exposed by a class that knows how to build a single TestMethod from a suitable MethodInfo Types. In general, it is exposed by an attribute, but may be implemented in a helper class used by the attribute in some cases.
TestMethod NUnit.Framework.Interfaces.ISimpleTestBuilder.BuildFrom | ( | IMethodInfo | method, |
Test | suite | ||
) |
Build a TestMethod from the provided MethodInfo.
method | The method to be used as a test |
suite | The TestSuite to which the method will be added |
Implemented in NUnit.Framework.TestAttribute.
Referenced by NUnit.Framework.Internal.Builders.DefaultTestCaseBuilder.BuildSingleTestMethod().