Skip to content

Unit testing and Integration Testing using Junit5 and Mockk with MongoDB and Kotlin Springboot

Notifications You must be signed in to change notification settings

Debanshu777/Kolin.SpringBoot.Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin Spring Boot Application, MongoDB and Testing with JUnit5 and Mockk

In this application, I am making a simple RestFul API of Bank details Unit testing and Integration Testing using Junit5 and Mockk with MongoDB and Kotlin Springboot with the basic CRUD functionality. Here I am using MongoDB as a database. You can clone this project as Open in IntelliJ IDEA start the application, will have the backend up and running at port 8080 in no time. Kotlin makes it so easy to spring up a backend. Spring applications created using Kotlin, when compared to those created using Java, are concise and easier to maintain. Kotlin is a first-class language for programming Spring applications.

Here medium article which goes into much detail and explanation on the same. https://debanshudatta.medium.com/kotlin-spring-boot-unit-testing-integration-testing-with-junit5-and-mockk-a2977bbe5711

About

Unit testing and Integration Testing using Junit5 and Mockk with MongoDB and Kotlin Springboot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages