Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在扩展 org.apache.camel.test.junit4.CamelSpringTestSupport.CamelSpringTestSupport 来为 Camel 路由编写单元测试;它们作为 Maven 构建的一部分运行。现在我想使用 JMeter 对它们进行负载测试。有什么好的指点吗?
确保将必要的 jar 放在 lib 中,并且测试 jar 文件应放在 jmeter/lib/junit而不是 /lib 目录文件夹中。
读 :
使用 JUnit 4 时,类不需要扩展 TestCase,如下所示: