Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- reactive
- aws
- spring-cloud-stream
- Slick
- confluent
- kafkastream
- scala
- Kafka
- coursera
- Elk
- spring-batch
- enablekafkastreams
- 카프카
- RabbitMQ
- avo
- spring-kafka
- scala 2.10
- 플레이 프레임워크
- springboot
- play framework
- statestore
- Logstash
- schema registry
- kafkastreams
- gradle
- Elasticsearch
- kafka interactive query
- kafka streams
Archives
- Today
- Total
목록JUnit (1)
b
nebula 를 이용한 integration test 분리
테스트를 진행함에서 있어서 unit test와 integration test를 분리하고 싶은 니즈가 많다. junit5를 이용한다면, Tag로 쉽게 처리 가능하지만 ( https://junit.org/junit5/docs/5.0.2/api/org/junit/jupiter/api/Tag.html ) 레거시 프로젝트들 대다수가 junit5를 사용하지 못한다.그래서 보통은 https://selimober.com/gradle_unit_integration/ 이러한 방법으로 처리하는데 nebula plugin을 이용하면 쉽게 처리 할 수 있다. nebula facet : https://github.com/nebula-plugins/nebula-project-plugin 1. src/test/java 에는 unit..
카테고리 없음
2018. 5. 18. 07:57