Overview of the Antithesis C++ SDK
developThe Antithesis C++ SDK allows C++ programs to interface with the Antithesis platform to enhance testing capabilities. The SDK provides three primary functional areas:
- Assertion macros: Used to define specific test properties regarding your software or workload.
- Randomness functions: Used to request both structured and unstructured randomness directly from the Antithesis platform.
- Lifecycle functions: Used to signal to the Antithesis environment when specific test phases or milestones have been reached.
For detailed implementation details and full usage guidance, refer to the Antithesis C++ SDK Documentation.