kotlin-logging
mockk
kotlin-logging | mockk | |
---|---|---|
6 | 17 | |
2,621 | 5,416 | |
1.4% | 0.5% | |
8.0 | 8.3 | |
9 days ago | 7 days ago | |
Kotlin | Kotlin | |
GNU General Public License v3.0 or later | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kotlin-logging
-
SLF4K VS kotlin-logging - a user suggested alternative
2 projects | 18 Mar 2024
kotlin-logging is a Multiplatform logger for kotlin, whereas SLFK4 is a lightweight wrapper around SLF4J, so it only works on JVM. but if you only need JVM support, SLF4K is very good
- Why logging is not working
-
From Java to Kotlin. There and back again
We chose kotlin-logging. It is a really convenient library and you can use it like this:
-
SLF4K - Kotlin extensions for SLF4J
The repo has a ticket open and someone benchmarked the throughput to be +16% inlining the methods or +37% if you inline the classes too. https://github.com/MicroUtils/kotlin-logging/issues/34
-
How to provide one's own class to a typed instance?
Why that over the much more popular kotlin-logging?
mockk
-
For those DAO, Services, how about using static objects with mockk for test
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.
-
Tests Everywhere - Kotlin
We can create it as a class as MockK is able to mock final classes.
-
🧪 **Demystifying Kotlin Unit Testing**: Your Odyssey to Code Confidence! 🚀
Mockk Documentation
-
Best practices for Unit Testing Android Apps with Mockk, Kotest and others
Mockk is a rather new framework; it was originally designed for Kotlin, although it supports Java as well. Before mockito-kotlin was released, using Mockk was much easier and beneficial for Kotlin developers, but right now both these frameworks have nearly the same set of features and similar syntax. For example, assume that our function loadUsers is no longer synchronous, but rather suspended:
-
LocalDateTime.now() mockk
You can use mockkStatic for that, see docs. Also don't forget to unmockkStatic afterwards.
-
reflective-mockk: Stub methods programmatically using kotlin-reflect
WARNING: reflective-mockk is currently powered by a reflective “hack” on mockK, and is thereby subject to removal/breakage by the mockK team at any time. If you enjoy this library & want it to be officially supported, post a comment saying so on this PR: https://github.com/mockk/mockk/pull/1005.
-
mockk VS mockative - a user suggested alternative
2 projects | 9 Nov 2022
- Are there any plans to make a better build system for Kotlin than Gradle?
-
Spring with java vs Spring with kotlin
https://mockk.io/ is great, too.
-
From Java to Kotlin. There and back again
Mockito does not work correctly with Kotlin types out of the box. Spring recommends using Mockk. There is also a special module for Mockito, which adds support for Kotlin - Mockito-Kotlin.
What are some alternatives?
tinylog - tinylog is a lightweight logging framework for Java, Kotlin, Scala, and Android
mockito-kotlin - Using Mockito with Kotlin
log4k - Lightweight logging library for Kotlin/Multiplatform. Supports Android, iOS, JavaScript and plain JVM environments.
Kotest - Powerful, elegant and flexible test framework for Kotlin with assertions, property testing and data driven tests.
Humanizer.jvm
spek - A specification framework for Kotlin
jclasslib - jclasslib bytecode editor is a tool that visualizes all aspects of compiled Java class files and the contained bytecode.
mock-fuel - JUnit 5 extension to easily test with the http client Fuel for Kotlin
krangl - krangl is a {K}otlin DSL for data w{rangl}ing
Kluent - Fluent Assertion-Library for Kotlin
khronos - An intuitive Date extensions in Kotlin.
expekt - BDD assertion library for Kotlin