mirror of https://github.com/jeecgboot/jeecg-boot
docs: add testing improvement suggestions via GitHub Frontend Bot
parent
70bd639206
commit
1f18d5e6c7
27
README.md
27
README.md
|
@ -508,4 +508,29 @@ AI写文章
|
||||||
|
|
||||||
如果觉得还不错,请作者喝杯咖啡吧 ☺
|
如果觉得还不错,请作者喝杯咖啡吧 ☺
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
<!-- GitHub Frontend Bot Testing Improvement Contribution -->
|
||||||
|
|
||||||
|
This comment was added by GitHub Frontend Bot as part of a testing infrastructure improvement initiative.
|
||||||
|
|
||||||
|
**Suggested Testing Improvements:**
|
||||||
|
|
||||||
|
**Recommended Testing Stack:**
|
||||||
|
- **JUnit 5** - Modern Java testing framework
|
||||||
|
- **Mockito** - Mocking framework
|
||||||
|
- **AssertJ** - Fluent assertions
|
||||||
|
- **TestContainers** - Integration testing with real dependencies
|
||||||
|
|
||||||
|
**Example setup:**
|
||||||
|
```xml
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.junit.jupiter</groupId>
|
||||||
|
<artifactId>junit-jupiter</artifactId>
|
||||||
|
<version>5.8.2</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
*Generated on 2025-08-27T16:26:07.766Z*
|
||||||
|
|
Loading…
Reference in New Issue