Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- vscode
- web.xml
- GIT
- find
- port
- plugin
- import
- context
- netsh
- profile
- VirtualBox
- resource
- Source
- tomcat
- 단축키
- ssh
- 줄바꿈 문자
- lsof
- Windows
- maVen
- grep
- xargs
- IntelliJ
- Windows 10
- JavaScript
- Mac
- Eclipse
- bash
- 네트워크
- Quartz
Archives
- Today
- Total
develog
[junit4] pom.xml 본문
pom.xml
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.3.30.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.19.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.8.0</version>
<scope>test</scope>
</dependency>
'Dev > junit' 카테고리의 다른 글
[junit5] controller test @SpringBootTest (0) | 2020.02.29 |
---|---|
[Junit] Test Assertion (0) | 2019.12.23 |
[junit] spring junit 설정2 (0) | 2019.08.02 |
[junit] spring junit 설정1 (0) | 2019.08.02 |
[JUnit] JUnit Transaction Rollback (0) | 2015.05.06 |
Comments