TestCaseDataAttribute.

TestCaseDataAttribute(string) Constructor

Summary

Construct with the name of the static method, property or field that will provide data
Namespace
TCLite
Containing Type
TestCaseDataAttribute

Syntax

public TestCaseDataAttribute(string sourceName)

Parameters

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

Return Value

Type Description
void