Skip to content

Commit

Permalink
add mockito-scala test
Browse files Browse the repository at this point in the history
  • Loading branch information
WonYong-Jang committed Feb 12, 2024
1 parent f0cf355 commit 704011e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/scala/2023-09-25-Scala-Test-Code.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ scalatet 테스트 하기 위해 제공하는 여러 기능들에 대해 살펴
### 2-1) BeforeAndAfter

`각 테스트 시작 전, 후에 실행될 메서드를 before, after 키워드로 정의할 수 있으며,
BeforeAndAfter traite를 상속받으면 된다.`
BeforeAndAfter trait를 상속받으면 된다.`

> BeforeAndAfterAll trait도 제공하므로 참고하자.
Expand Down

0 comments on commit 704011e

Please sign in to comment.