Table of Contents

Enum TmpDirectoryFixture.DisposeType

Namespace
FEFF.TestFixtures
Assembly
FEFF.TestFixtures.dll

Specifies the behavior when the fixture is disposed.

public enum TmpDirectoryFixture.DisposeType

Fields

Delete = 0

Deletes the temporary directory and its contents on disposal.

Skip = 1

Skips deletion of the temporary directory on disposal.

Can be used for optimization in CI environments.