Skip to content

Commit

Permalink
junit 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
tae2089 committed Jul 19, 2022
1 parent 2709979 commit 7a5e62e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions junit/junit5-라이브러리.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
junit5에 필요한 라이브러리는 다음과 같다.

```grovy
dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
}
```

위 두가지 라이브러리만 설치하면 junit5를 사용할 수 있다.

0 comments on commit 7a5e62e

Please sign in to comment.