|
3 | 3 | [](https://openjdk.java.net/) |
4 | 4 | [](https://maven.apache.org/) |
5 | 5 | [](LICENSE) |
6 | | -[](#testing) |
| 6 | +[](#testing) |
7 | 7 | [](#testing) |
8 | 8 |
|
9 | 9 | High-performance Java P2P networking library for the XDAG blockchain ecosystem, built with modern Java technologies and comprehensive testing. |
10 | 10 |
|
11 | | -**Key Features:** Kademlia DHT discovery β’ Persistent reputation system β’ Graduated ban management β’ Layered network statistics β’ Production-ready with 873 tests |
| 11 | +**Key Features:** Kademlia DHT discovery β’ Persistent reputation system β’ Graduated ban management β’ Layered network statistics β’ Production-ready with 913 tests |
12 | 12 |
|
13 | 13 | --- |
14 | 14 |
|
@@ -211,7 +211,7 @@ Error Rate: 0% (7M+ messages tested) |
211 | 211 |
|
212 | 212 | ### Test Coverage |
213 | 213 | ``` |
214 | | -Tests: 873 test cases (100% pass rate) |
| 214 | +Tests: 913 test cases (100% pass rate) |
215 | 215 | Instructions: 76% (12,162 / 15,810) |
216 | 216 | Branches: 64% (911 / 1,409) |
217 | 217 | Lines: 77% (2,851 / 3,669) |
@@ -284,7 +284,7 @@ graph TB |
284 | 284 | - **Tuweni 2.7.0**: Packet processing utilities |
285 | 285 |
|
286 | 286 | ### Testing |
287 | | -- **JUnit 5.12.2 + Mockito 5.14.2**: 873 comprehensive tests |
| 287 | +- **JUnit 5.12.2 + Mockito 5.14.2**: 913 comprehensive tests |
288 | 288 | - **JaCoCo**: 76% instruction coverage |
289 | 289 | - **Professional test suite**: Multi-node network testing |
290 | 290 |
|
@@ -329,7 +329,7 @@ Connection Success: >99% reliability |
329 | 329 |
|
330 | 330 | ### Run Unit Tests |
331 | 331 | ```bash |
332 | | -# All 873 tests |
| 332 | +# All 913 tests |
333 | 333 | mvn test |
334 | 334 |
|
335 | 335 | # Generate coverage report |
@@ -480,4 +480,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file |
480 | 480 |
|
481 | 481 | --- |
482 | 482 |
|
483 | | -**Status:** v0.1.6 Production-Ready | **Tests:** 873 passing | **Coverage:** 76% |
| 483 | +**Status:** v0.1.6 Production-Ready | **Tests:** 913 passing | **Coverage:** 76% |
0 commit comments