Kotlin Spring Boot Unit Testing & Integration Testing with JUnit5 and Mockk ✔🚀
Let’s make a Simple CRUD application with MongoDB and Kotlin SpringBoot and do Integration and Unit testing with Junit5 and Mockk.
medium.com
https://reflectoring.io/spring-boot-web-controller-test/
Testing MVC Web Controllers with Spring Boot and @WebMvcTest
An in-depth look at the responsibilities of a Spring Boot web controller and how to cover those responsibilities with meaningful tests.
reflectoring.io
https://www.baeldung.com/kotlin/mockmvc-kotlin-dsl
MockMvc Kotlin DSL | Baeldung on Kotlin
Have a look at the new Kotlin-specific MockMvc support available in Spring
www.baeldung.com
https://github.com/petrbalat/kd4smt
GitHub - petrbalat/kd4smt: Kotlin dsl for spring mvc test
Kotlin dsl for spring mvc test. Contribute to petrbalat/kd4smt development by creating an account on GitHub.
github.com
https://www.springcloud.io/post/2022-02/writing-spring-tests-with-kotlin/#gsc.tab=0
Writing Spring tests with Kotlin
Preface Usually we write Spring projects using Java language for business development and Java for unit testing. But Java is not very efficient in writing test code due to its lengthy code, and we usually consider multiple scenarios when writing the test c
www.springcloud.io
https://techblog.woowahan.com/5825/
스프링에서 코틀린 스타일 테스트 코드 작성하기 | 우아한형제들 기술블로그
{{item.name}} 안녕하세요 저는 공통시스템개발팀에서 플랫폼 개발을 담당하고 있는 김규남이라고 합니다. 이 글은 올해 사내에서 진행한 코틀린 밋업에서 스프링에서 코틀린 스타일 테스트 코드
techblog.woowahan.com
'etc' 카테고리의 다른 글
[TIP] 가독성 좋은 코드 작성하기: 함수 내부의 추상화 수준을 통일하라 (0) | 2023.08.16 |
---|---|
[메모] 서킷브레이커 공부용 자료 모음(한글) (0) | 2022.09.22 |
[정리] 못하지 않는 개발자 되기 (4) | 2022.08.29 |
[CLI] 터미널 기초 (0) | 2021.02.18 |
[PHP] PHP보안 - filtering, escaping (0) | 2021.02.01 |