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
- RabbitMQ
- Elk
- springboot
- enablekafkastreams
- avo
- play framework
- statestore
- kafkastreams
- reactive
- confluent
- 한빛미디어
- kafka streams
- 플레이 프레임워크
- gradle
- kafka interactive query
- Slick
- aws
- Kafka
- coursera
- Elasticsearch
- spring-cloud-stream
- Logstash
- schema registry
- scala 2.10
- spring-batch
- kafkastream
- 카프카
- Spring
- scala
- spring-kafka
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