Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 제주
- Spring Batch
- hdfs
- Spring XD
- docker
- Linux
- Gradle
- DDD
- Angular2
- hibernate
- elastic search
- Hbase
- 엘라스틱서치
- design pattern
- Storm
- apache storm
- nginx
- SBT
- hadoop
- Domain Driven Design
- elasticsearch
- Spring Boot
- spark
- Clean Code
- intellij
- 스프링 배치
- Spring
- Java
- 도메인주도설계
- scala
Archives
- Today
- Total
목록Mock (1)
욱'S 노트
MockServer - Getting Started
What is MockServer 목서버는 HTTP나 HTTPS를 경유하는 어떠한 시스템을 모킹하기위해서 사용할 수 있다. 목서버는 다음과 같은 일을 할 수 있다.: 어떠한 요청에 예상되는 목 응답을 리턴할 수 있다.예상되는 요청이 왔을때 요청을 포워딩할 수 있다. (i.e. a dynamic port forwarding proxy)요청이 예상한바와 맞을때 콜백을 호출할 수 있다. 요청은 다이내믹하게 생성할수도 있다.요청이 제대로 전송되었는지를 검증할 수 있다. (i.e. as a test assertion) Why use MockServer 목서버는 어떠한 서버나 서비스에 대한 목을 제공한다. 제공하는 프로토콜은 HTTP, HTTPS, REST, RPC이다. 다음과 같은 시나리오에 유용하게 이용할 수 ..
Programming/MockServer
2016. 2. 18. 14:35