-
-
Notifications
You must be signed in to change notification settings - Fork 346
Issues: mockk/mockk
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Can't mock Java's private methods that use Collection<T> and defined in not final class
bug
important
#429
opened Apr 20, 2020 by
tko3
3 tasks done
isMockKMock() returns true for final class it was unable to mock
#835
opened Jun 16, 2022 by
mknudsen
3 tasks done
Adding a mocked function to a list fails verify exactly = 0 check
#836
opened Jun 25, 2022 by
ryanhendry
io.mockk.MockKException: Failed matching mocking signature when using hilt inject with every { }
#931
opened Sep 27, 2022 by
cjacky475
2 of 3 tasks
verifySequence error suppresses
MockKException: no answer found
#959
opened Oct 31, 2022 by
lukasz-kalnik-gcx
Mocking lambda that returns Nothing throws KotlinNothingValueException
#960
opened Nov 1, 2022 by
zakhenry
Nested enum class overriding toString() throws UnsupportedOperationException : class redefinition failed
#966
opened Nov 7, 2022 by
HyeonseokGo
3 tasks done
Exception occurs using nested mocks (
Failed matching mocking signature for
)
#1008
opened Dec 22, 2022 by
pedro-carneiro
3 tasks done
mockkStatic doesn't work with anyConstructed(), constructedWith() see also (https://github.com/mockk/mockk/issues/874)
#1012
opened Dec 29, 2022 by
l3von
3 tasks
Throwing a descriptive error upon encountering inline function
#1030
opened Jan 22, 2023 by
diastremskii
3 tasks done
describeArgumentDifference call custom matcher code with incorrect type of argument
#1042
opened Feb 7, 2023 by
Gdimitron
3 tasks done
Spyed class with generic member bound to inline class returns backing member of inline class instance
#1066
opened Mar 17, 2023 by
maxbischoff
3 tasks done
java.lang.AbstractMethodError When trying to capture lambdas
#1074
opened Apr 4, 2023 by
marcpetitvecino
Micronaut Application context initiation fails with
mockk 1.13.5
and io.micronaut:micronaut-management/core
#1092
opened May 22, 2023 by
zeletrik
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.