TestNG and Spring 3

前端 未结 5 730
被撕碎了的回忆
被撕碎了的回忆 2021-01-05 16:27

What is the best practice way to do unit testing with Spring? I assume the combination TestNG & jmockit with Spring 3 isn\'t bad, so that\'s what I\'m doing right now, b

5条回答
  •  别那么骄傲
    2021-01-05 17:20

    Consult the chapter on TestNG in the Spring documentation:

    • for Spring 2.5.
    • for Spring 3.0

提交回复
热议问题