SimpleWorkItem Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- command
- TestCommand
Se aplica a
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
Parámetros
- test
- TestMethod