我需要确定JUnit测试类中运行缓慢的方法。比如Surefire站点报告可以给我测试方法的运行时间,但是如何识别里面方法的运行时间呢?
我有以下装置:
Programming language - Java
Build tool - Apache Maven
Test runner - Apache Surefire
Test driver- JUnit
Browser driver - Selenium WebDriver
Artifacts repository - Sonatype Nexus
Continious integration - Jenkins
SCM - Subversion (to be migrated to Git)