Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. Mokito pom ```xml <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>${org.springframework-version}</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> ``` [How to Spring MVC Unit Test 스프링 MVC 단위 테스트](http://thswave.github.io/java/2015/03/02/spring-mvc-test.html) open/spring-unittest.txt Last modified: 2024/10/05 06:15by 127.0.0.1