TestCaseDataAttribute.

TestCaseDataAttribute(Type, string) Constructor

Summary

Construct with a Type and name
Namespace
TCLite
Containing Type
TestCaseDataAttribute

Syntax

public TestCaseDataAttribute(Type sourceType, string sourceName)

Parameters

Name Type Description
sourceType Type The Type that will provide data
sourceName string The name of the method, property or field that will provide data

Return Value

Type Description
void