Enum TmpDirectoryFixture.DisposeType
- Namespace
- FEFF.TestFixtures
- Assembly
- FEFF.TestFixtures.dll
Specifies the behavior when the fixture is disposed.
public enum TmpDirectoryFixture.DisposeType
Fields
Delete = 0Deletes the temporary directory and its contents on disposal.
Skip = 1Skips deletion of the temporary directory on disposal.
Can be used for optimization in CI environments.