Class TmpDirectoryFixture.Options
- Namespace
- FEFF.TestFixtures
- Assembly
- FEFF.TestFixtures.dll
Configuration options for TmpDirectoryFixture.
public class TmpDirectoryFixture.Options
- Inheritance
-
TmpDirectoryFixture.Options
- Inherited Members
Properties
DisposeType
Gets or sets whether the temporary directory should be deleted on disposal. Defaults to Delete.
public TmpDirectoryFixture.DisposeType DisposeType { get; set; }
Property Value
Prefix
Gets or sets the prefix for the temporary directory name.
public string? Prefix { get; set; }