:::: 개발 ::::/└ 이클립스 || 인텔리J

mokito maven junit maven

nayha 2016. 11. 26. 00:14




<dependency>

<groupId>junit</groupId>

<artifactId>junit</artifactId>

<version>4.12</version>

<scope>test</scope>

</dependency>


<dependency>

<groupId>org.mockito</groupId>

<artifactId>mockito-core</artifactId>

<version>2.2.22</version>

<scope>test</scope>

</dependency>


반응형