SimpleWorkItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SimpleWorkItem(TestCommand, FinallyDelegate) | |
SimpleWorkItem(TestMethod, FinallyDelegate) |
SimpleWorkItem(TestCommand, FinallyDelegate)
public SimpleWorkItem (NUnit.Framework.Internal.Commands.TestCommand command, NUnit.Framework.Internal.FinallyDelegate fd);
new NUnit.Framework.Internal.WorkItems.SimpleWorkItem : NUnit.Framework.Internal.Commands.TestCommand * NUnit.Framework.Internal.FinallyDelegate -> NUnit.Framework.Internal.WorkItems.SimpleWorkItem
Parameters
- command
- TestCommand
Applies to
SimpleWorkItem(TestMethod, FinallyDelegate)
public SimpleWorkItem (NUnit.Framework.Internal.TestMethod test, NUnit.Framework.Internal.FinallyDelegate fd);
new NUnit.Framework.Internal.WorkItems.SimpleWorkItem : NUnit.Framework.Internal.TestMethod * NUnit.Framework.Internal.FinallyDelegate -> NUnit.Framework.Internal.WorkItems.SimpleWorkItem
Parameters
- test
- TestMethod