# test-demo **Repository Path**: betterab/test-demo ## Basic Information - **Project Name**: test-demo - **Description**: Sample tests to improve your code quality - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 23 - **Created**: 2022-01-19 - **Last Updated**: 2022-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Intro 本项目包含了3个子项目: - **unit-test**: 演示Spring Boot里如何利用各种mock库方便地进行单元测试 - **unit-test-jacoco**: 演示如何利用JaCoCo获得测试覆盖率 - **integration-test**: Spring Boot当中的集成测试 当然,我们也鼓励你探索更多更现代化的测试方式,例如Playwright、Circle CI、GitHub Actions等。