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.
我是 spring mvc 的新手。我已经编写了我的 dao,现在我想测试它。那么哪个框架最适合测试 spring mvc 应用程序。
以及如何使用 junit 或 mockito 等测试框架在 spring 3.1 mvc 应用程序中进行测试。
我建议阅读Spring Reference 中的测试。这涵盖了使用 spring 框架进行测试的大部分方面。希望这可以帮助。