티스토리 뷰
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
'1. 자바' 카테고리의 다른 글
자바/몽고DB/2021-08-19/ MongoConfiguration.java (0) | 2021.08.19 |
---|---|
스프링////뮌헨/ Docker-Compose 로 Spring Boot 와 MySQL 연동하기 (0) | 2021.08.13 |
자바/스프링/2021-08-05/ Notation, Annotation, Decorator, Metadata (0) | 2021.08.05 |
스프링/--/뮌헨/ Flux<Dish> example Using Pub-Sub(Observer) Pattern (0) | 2021.08.05 |
스프링/--/힐즈버러(필로아르테)/ ArtRepository.java (0) | 2021.07.10 |
- Total
- Today
- Yesterday
- Mongo
- ERD
- docker
- KAFKA
- FLASK
- vscode
- SpringBoot
- Mlearn
- Git
- terms
- JPA
- Python
- Oracle
- nodejs
- JUnit
- intellij
- React
- SQLAlchemy
- Eclipse
- jQuery
- Algorithm
- Django
- mariadb
- maven
- tensorflow
- database
- AWS
- Java
- COLAB
- springMVC
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |