Enum ProjectDirectoryOption
Enumerates the appending strategies for generating the project DirectoryInfo of ProjectDirectoryDataAttribute.
public enum ProjectDirectoryOption
- Extension Methods
Fields
AppendNothing = 0append nothing for generating the project DirectoryInfo
AppendPathSuffixAndTestTypeName = 1append
pathSuffix+methodType.Namefor generating the project DirectoryInfoAppendPathSuffixOnly = 2append
pathSuffixonly for generating the project DirectoryInfoAppendPathSuffixTestTypeNameAndTestMethodName = 3append
pathSuffix+methodType.Name+testMethod.Namefor generating the project DirectoryInfoAppendTestTypeNameAndPathSuffix = 4append
methodType.Name+pathSuffixfor generating the project DirectoryInfoAppendTestTypeNameAndTestMethodName = 5append
methodType.Name+testMethod.Namefor generating the project DirectoryInfoAppendTestTypeNameOnly = 6append
methodType.Nameonly for generating the project DirectoryInfoAppendTestTypeNameTestMethodNameAndPathSuffix = 7append
methodType.Name+testMethod.Name+pathSuffixfor generating the project DirectoryInfo