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

Functions

mkdtemp
char* mkdtemp(char* template_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mkdtemp
char* mkdtemp(char* t)
Undocumented in source. Be warned that the author may not have intended to support it.
mkdtempImpl
char* mkdtempImpl(char* t)
Undocumented in source. Be warned that the author may not have intended to support it.
mktemp
char* mktemp(char* template_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

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