Files
rippled/external/antithesis-sdk/README.md
2025-08-11 16:15:42 +00:00

638 B

Antithesis C++ SDK

This library provides methods for C++ programs to configure the Antithesis platform. It contains three kinds of functionality:

  • Assertion macros that allow you to define test properties about your software or workload.
  • Randomness functions for requesting both structured and unstructured randomness from the Antithesis platform.
  • Lifecycle functions that inform the Antithesis environment that particular test phases or milestones have been reached.

For general usage guidance see the Antithesis C++ SDK Documentation