unit_threaded.integration

This module implements functionality helpful for writing integration tests as opposed to the unit variety where unit-tests are defined as not having global side-effects. In constrast, this module implements assertions that check for global side-effects such as writing to the file system.

Members

Structs

Sandbox
struct Sandbox

Responsible for creating a temporary directory to serve as a sandbox where files can be created, written to or deleted.

Meta