笨笨舞蹈

文章
7
资源
0
加入时间
2年10月17天

JUnit 注解@Category的工作原理

Suppose you have a large number of unit test cases and you don’t want them to be executed all at the same time during Maven build. You can simply achieve it via annotation @Category.(1) Create empty class FastTests and SlowTests.(2) In your test case