IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
The ITestBuilder interface is exposed by a class that knows how to build one or more TestMethods from a MethodInfo. In general, it is exposed by an attribute, which has additional information available to provide the necessary test parameters to distinguish the test cases built. More...
Public Member Functions | |
IEnumerable< TestMethod > | BuildFrom (IMethodInfo method, Test suite) |
Build one or more TestMethods from the provided MethodInfo. More... | |
The ITestBuilder interface is exposed by a class that knows how to build one or more TestMethods from a MethodInfo. In general, it is exposed by an attribute, which has additional information available to provide the necessary test parameters to distinguish the test cases built.
IEnumerable<TestMethod> NUnit.Framework.Interfaces.ITestBuilder.BuildFrom | ( | IMethodInfo | method, |
Test | suite | ||
) |
Build one or more TestMethods 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.TestCaseAttribute, NUnit.Framework.TestCaseSourceAttribute, and NUnit.Framework.CombiningStrategyAttribute.