# 软件测试技术实验-白盒测试实验 **Repository Path**: huizhuoli/white_box_test_experiment ## Basic Information - **Project Name**: 软件测试技术实验-白盒测试实验 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2018-05-02 - **Last Updated**: 2023-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 测试用例,需要maven构建 需要将测试用例的类,改为public # checkstyle Maven 命令 mvn checkstyle:checkstyle # site Maven 命令 mvn site # test report Maven 命令 mvn test surefire-report:report # maven 构建完整命令 clean install checkstyle:checkstyle surefire-report:report site