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
- statestore
- spring-kafka
- kafkastream
- confluent
- Logstash
- scala
- springboot
- enablekafkastreams
- kafka streams
- avo
- 플레이 프레임워크
- Elasticsearch
- kafkastreams
- spring-batch
- Kafka
- 카프카
- scala 2.10
- kafka interactive query
- play framework
- 한빛미디어
- Elk
- spring-cloud-stream
- schema registry
- RabbitMQ
- aws
- Spring
- reactive
- Slick
- gradle
- coursera
Archives
- Today
- Total
목록Unit Test (1)
b
Working Effectively with Unit Tests
Working Effectively with Unit Tests #1 https://leanpub.com/wewut 를 읽고 정리한 내용 첫번째 단락 Unit Testing, a First Example * Replace Loop with individual Test- https://github.com/bistros/wewut-code#replace-loop-with-individual-tests- 읽기 쉬운 테스트를 위한 첫 번째 단계는 반복 테스트를 각각의 테스트로 변경하는 것이다.ex) for-each를 돌면서 여러값을 테스트 하는 것을 제거한다 * Expect Literals- https://github.com/bistros/wewut-code#expect-literals그 다음 가독성을 높이는 ..
카테고리 없음
2018. 3. 23. 14:41