# word-frequency-refactor **Repository Path**: twa-java-bootcamp/word-frequency-refactor ## Basic Information - **Project Name**: word-frequency-refactor - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Java基础项目 =========== 这是一个基于Maven的基础项目,主要用于练习Java使用。 ## 已存在代码说明 已经存在的代码主要讲解如何使用测试,我们看到HelloWorldTest下有两个测试,第一个测试演示了如何进行集成测试和使用Assert。 第二个测试演示了如何进行mock。