[][src]Module bdrck::testing::temp

temp provides utilities for creating temporary files or directories in unit tests.

Structs

Dir

A directory within the system's standard temp directory that is automatically deleted when it goes out of scope. The directory is created on construction.

File

A file within the system's standard temp directory that is automatically deleted when it goes out of scope.