Table of Contents

Enum ProjectDirectoryOption

Namespace
Songhay.Tests.Models
Assembly
SonghayCore.xUnit.dll

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 DirectoryInfo

AppendPathSuffixOnly = 2

append pathSuffix only for generating the project DirectoryInfo

AppendPathSuffixTestTypeNameAndTestMethodName = 3

append pathSuffix + methodType.Name + testMethod.Name for generating the project DirectoryInfo

AppendTestTypeNameAndPathSuffix = 4

append methodType.Name + pathSuffix for generating the project DirectoryInfo

AppendTestTypeNameAndTestMethodName = 5

append methodType.Name + testMethod.Name for generating the project DirectoryInfo

AppendTestTypeNameOnly = 6

append methodType.Name only for generating the project DirectoryInfo

AppendTestTypeNameTestMethodNameAndPathSuffix = 7

append methodType.Name + testMethod.Name + pathSuffix for generating the project DirectoryInfo