Closed bluetata closed 2 years ago
surefire-junit4
${catalina.home}
maven-resources-plugin
tomcat7-maven-plugin
Maven Test folder
StringUtilsTest.java
Chinese version:
catalina.home
顺便提一下 项目群已经满人了 ,想加入进不去 另外这个单元测试是针对Junit 4的, 如果有需求我可以更改成Junit 5版本的 有回复可以在issue ticket中增加回复
according to issue: #22, add Junit4 cest logic
surefire-junit4
plugin to build junit4 test in parent smart-pom.xml.${catalina.home}
] ---> comments them on line 25 & 36.maven-resources-plugin
, changed it totomcat7-maven-plugin
and set version is 2.2Maven Test folder
StringUtilsTest.java
and create Junit 4 test case in this class. /Chinese version:
针对issue: #22 增加了单元测试
surefire-junit4
引用以便可以进行junit测试.${catalina.home}
] ---> 注释掉了 25 & 36 行, 在该两行中无法找到catalina.home
maven-resources-plugin
更改为tomcat7-maven-plugin
,设置其版本为 2.2StringUtilsTest.java
并且创建 Junit 4 测试用例