# earthquake-dms **Repository Path**: ipid/earthquake-dms ## Basic Information - **Project Name**: earthquake-dms - **Description**: 北京邮电大学《软件工程实训-软件测试》课程《实训任务5 - Junit 代码测试》代码仓库 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-13 - **Last Updated**: 2021-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

灾情数据管理系统 代码测试

北京邮电大学《软件工程实训-软件测试》课程
《实训任务5 - Junit 代码测试》代码仓库


## 项目环境 建议使用 IntelliJ Idea 导入本项目并运行测试代码。
## 运行测试代码 请根据您的平台选择指定的命令: #### Windows PowerShell: ```shell ./gradlew test ``` #### Windows cmd(命令提示符): ```shell gradlew test ``` #### Linux / macOS: ```shell ./gradlew test ```