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.
mktemp_s
int mktemp_s(char* template_, size_t sizeInChars)
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