-
-
Notifications
You must be signed in to change notification settings - Fork 380
Closed
Description
There is some amount of code duplication in the MockK modules. Specifically ValueClassSupport
(but there might be more?)
https://github.com/mockk/mockk/blob/54e30ec66e4aeb61942b976dbb33fd37c9487629/agent/android/src/main/kotlin/io/mockk/ValueClassSupport.kt
https://github.com/mockk/mockk/blob/54e30ec66e4aeb61942b976dbb33fd37c9487629/agent/jvm/src/main/kotlin/io/mockk/ValueClassSupport.kt
Eliminating this code duplication would reduce the risk of bugs and inconsistent behaviour.
See also
- This issue was made because of #152 support value classes #849, discussion here #152 support value classes #849 (review)
- Duplicate class io.mockk.ValueClassSupportKt #828
- remove reduntant ValueClassSupport in JVM #653
qoomon and Raibaz
Metadata
Metadata
Assignees
Labels
No labels