ITestDataSourceEmptyDataSourceExceptionInfo.GetPropertyOrMethodNameForEmptyDataSourceException Method

Definition

Returns the method/property name accessed by this data source. For example, for DynamicDataAttribute, that will be the attribute argument.

public string? GetPropertyOrMethodNameForEmptyDataSourceException();
abstract member GetPropertyOrMethodNameForEmptyDataSourceException : unit -> string
Public Function GetPropertyOrMethodNameForEmptyDataSourceException () As String

Returns

The name of the member that produced the (empty) data, or null if unknown.

Applies to