TestCaseSourceAttribute Classe
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.
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true, Inherited=false)]
public class TestCaseSourceAttribute : NUnit.Framework.DataAttribute, NUnit.Framework.Api.ITestCaseSource
type TestCaseSourceAttribute = class
inherit DataAttribute
interface ITestCaseSource
- Herança
- Atributos
- Implementações
Construtores
| TestCaseSourceAttribute(String) | |
| TestCaseSourceAttribute(Type, String) | |
| TestCaseSourceAttribute(Type) |
Propriedades
| Category | |
| SourceName | |
| SourceType |
Métodos
| GetTestCasesFor(MethodInfo) |