Mokito

pom

snippet.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 단위 테스트

  • open/spring-unittest.txt
  • Last modified: 2024/10/05 06:15
  • by 127.0.0.1