TestSuite 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
TestSuite(String)
public TestSuite(string name);
new NUnit.Framework.Internal.TestSuite : string -> NUnit.Framework.Internal.TestSuite
Parâmetros
- name
- String
Aplica-se a
TestSuite(Type)
public TestSuite(Type fixtureType);
new NUnit.Framework.Internal.TestSuite : Type -> NUnit.Framework.Internal.TestSuite
Parâmetros
- fixtureType
- Type