From 4f84c30663ea8b4e80d3ce5d46a0d08441f8282d Mon Sep 17 00:00:00 2001 From: XiaoLong Liu <75962798+xcancloud@users.noreply.github.com> Date: Mon, 2 Jun 2025 22:02:32 +0800 Subject: [PATCH] Update README.md Add JMock. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a11fe04..3d65d6b0 100644 --- a/README.md +++ b/README.md @@ -1110,6 +1110,7 @@ _Everything related to the creation and handling of random data._ - [Randomized Testing](https://github.com/randomizedtesting/randomizedtesting) - JUnit test runner and plugins for running JUnit tests with pseudo-randomness. - [Java Faker](https://github.com/DiUS/java-faker) - Port of Ruby's fake data generator. - [Mockneat](https://github.com/nomemory/mockneat) - Another fake data generator. +- [JMock](https://github.com/xcancloud/JMock) - JMock is a high-performance data generation and simulation component library implemented in Java. #### Frameworks