SimpleWorkItem Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Aplica-se 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