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 |
Tags
- Windows
- JavaScript
- Mac
- bash
- Windows 10
- resource
- profile
- tomcat
- lsof
- Eclipse
- import
- grep
- Source
- IntelliJ
- VirtualBox
- ssh
- plugin
- 네트워크
- xargs
- web.xml
- vscode
- GIT
- find
- port
- 줄바꿈 문자
- Quartz
- 단축키
- netsh
- context
- maVen
Archives
- Today
- Total
develog
[junit] gradle junit5 본문
build.gradle
plugins { id 'java' } group 'org.example' version '1.0-SNAPSHOT' repositories { mavenCentral() } dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2' testCompile 'org.assertj:assertj-core:3.11.1' } test { useJUnitPlatform() } |
'Dev > junit' 카테고리의 다른 글
[junit5] spring framework 4 + junit 5 (0) | 2021.04.12 |
---|---|
[junit5] @DisplayName 제대로 표시안될 때 (0) | 2020.08.04 |
[junit5] mockito (0) | 2020.03.07 |
[junit5] controller test @WebMvcTest (0) | 2020.03.02 |
[junit5] controller test @SpringBootTest (0) | 2020.02.29 |
Comments