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