Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev. Learn more →
Top 5 Kotlin Tdd Projects
-
Project mention: For those DAO, Services, how about using static objects with mockk for test | /r/u_Fun_Indication4997 | 2023-12-08
The official suggests using dagger/hilt to inject them. However, they could be static based on the static ApplicationContext. Although Dagger/hilt aids in unit testing, mockk can accomplish this easily as well by modifying bytecode during run time. As for the stability, `mockk` has 5000+ stars on GitHub and keeps renewing.
-
http4k
The Functional toolkit for Kotlin HTTP applications. http4k provides a simple and uniform way to serve, consume, and test HTTP services.
Project mention: What's the state of server-side frameworks with Kotlin support today for small teams? | /r/Kotlin | 2023-04-17You named Express as an example for a good framework - I'd say both http4k and ktor come close to it. Spring Boot would really be on the other end and I met lots of JS/TS devs that didn't even want to touch it. I did have the same impression than you though: Documentation for ktor is not great at all.
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
Spek is a unit testing framework for Kotlin which supports Specification and Gherkin style.
-
EnglishWhiz
Yet Another English Dictionary App. EnglishWhiz is an offline dictionary app that features fast word look-up. It features modern Android technologies including Jetpack compose.
for offline dictionary i use English whiz, this app is foss, play store version have dark theme whereas izzy version have only light theme
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
Kotlin Tdd related posts
- Evolution of unit tests in Android
- Best practices for Unit Testing Android Apps with Mockk, Kotest and others
- is there any Dictionary app better than Merriam Webster?
- A simplistic timekeeping web app built from scratch in Kotlin using TDD
- How long do your unit tests take to run?
-
A note from our sponsor - Onboard AI
getonboard.dev | 8 Dec 2023
Index
What are some of the best open-source Tdd projects in Kotlin? This list will help you:
Project | Stars | |
---|---|---|
1 | mockk | 5,176 |
2 | http4k | 2,425 |
3 | spek | 2,217 |
4 | EnglishWhiz | 33 |
5 | PlotAssert | 6 |