我有JUnit测试,没有错误。而我想要做的是生成这些测试的跟踪文件,例如每个测试类的执行时间,其他方法测试的方法列表。
谢谢。
答案 0 :(得分:0)
您的构建工具应该为您执行此操作。例如,如果您使用maven查看http://maven.apache.org/surefire/maven-surefire-report-plugin/,对于ant,您可以使用https://ant.apache.org/manual/Tasks/junit.html和https://ant.apache.org/manual/Tasks/junitreport.html。