From 999906920cfc905f10c240ff98dc8f373d9f4610 Mon Sep 17 00:00:00 2001 From: Dmitry Turmyshev Date: Tue, 2 Dec 2025 01:15:00 +0000 Subject: [PATCH] Add BitDive to Tools section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8653146..f8f6a44 100644 --- a/README.md +++ b/README.md @@ -897,6 +897,7 @@ See also [deterministic simulation](#deterministic-simulation) section. ## Tools +* [BitDive](https://bitdive.io) — Zero-code integration testing for Java/Kotlin distributed systems. Captures runtime behavior and replays scenarios with auto-generated mocks. * [Hermitage: Testing transaction isolation levels](https://github.com/ept/hermitage) * [RapidCheck — QuickCheck port to C++](https://github.com/emil-e/rapidcheck) * [faketime](https://manpages.ubuntu.com/manpages/trusty/man1/faketime.1.html)