티스토리 뷰

1. 자바

자바/테스트/2021-08-07/ Mockito

패스트코드블로그 2021. 8. 7. 19:03

Mockito는 JUnit위에서 동작하며 Mocking, Verification, Stubbing 해주는 프레임워크이다.

Mocking 은 Mock Object를 creation 한다

Mock Object 은 테스트를 수행할 모듈과 연결되는 외부의 다른 모듈을 흉내 내는 가짜 모듈을 생성하여 테스트의 효용성을 높이는 데 사용하는 객체이다.

.

Mockito 는 Mocking과 Verification을 도와주는 프레임워크이다.

Verification <참조-1>

Stubbing 은 when을 통해 특정상황에 대해 가짜로 결과를 만들어 주는 것이다. 

Mactcher 는 필터나 검색등을 위해 값을 비교할 때 좀 더 편리하게 사용하도록 도와주는 라이브러리이다.

Hamcrest 는 JUnit에 사용되는 Matcher 라이브러리이다. <참조-2, 3>

BDDMockito는 Mockito을 상속한 클래스이다

 

 

Validation vs. Verification 

 

Validation: Are we building the RIGHT product?

  • Validation is the process of establishing documented evidence

Verification: Are we building the product RIGHT?

  • Verification is a quality process that is used to evaluate whether or not a product

 

<참조-1> http://egloos.zum.com/crekim/v/2773743: Validation(밸리데이션)과 Verification(베리피케이션)의 차이

<참조-2> https://www.crocus.co.kr/1658: hamcrest를 이용한 test code 만들기
<참조-3>https://jsparrow.github.io/rules/replace-j-unit-assert-that-with-hamcrest.html

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/04   »
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
글 보관함