Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / mockito/mockito-kotlin issues and pull requests

#530 - Argument capture for value classes

Issue - State: open - Opened by rocketraman 17 days ago

#529 - Add ArgumentCaptor.singleValue

Pull Request - State: closed - Opened by bjmi about 2 months ago

#528 - Typo in project name

Pull Request - State: closed - Opened by bjmi about 2 months ago

#526 - Kotlin coroutines and generic tests

Pull Request - State: closed - Opened by hadilq 3 months ago

#525 - NPE when stub lambda since K2

Issue - State: open - Opened by ganadist 3 months ago - 1 comment

#524 - Cannot spy lambda since Kotlin 2.0

Issue - State: open - Opened by ganadist 3 months ago - 2 comments

#523 - Add stubber (top-level) doSuspendableAnswer()

Pull Request - State: closed - Opened by 0xabadea 4 months ago

#522 - Added value class support

Pull Request - State: closed - Opened by LarsSven 5 months ago - 2 comments

#521 - Update mockito to 5.12

Pull Request - State: closed - Opened by LarsSven 5 months ago

#521 - Update mockito to 5.12

Pull Request - State: closed - Opened by LarsSven 5 months ago

#520 - How to use "any" with a lambda?

Issue - State: open - Opened by austinarbor 5 months ago

#520 - How to use "any" with a lambda?

Issue - State: open - Opened by austinarbor 5 months ago

#519 - java.lang.NullPointerException when upgraded to kotlin 2.0

Issue - State: open - Opened by hanrw 5 months ago - 5 comments

#518 - Some tests can not mock class in `Java17`

Issue - State: open - Opened by ArpitPatel009 5 months ago

#518 - Some tests can not mock class in `Java17`

Issue - State: open - Opened by ArpitPatel009 5 months ago

#516 - Follow-up on #508: add tests and remove unnecessary methods

Pull Request - State: closed - Opened by TWiStErRob 7 months ago

#514 - Fix broken release (#509)

Pull Request - State: closed - Opened by TWiStErRob 7 months ago - 2 comments

#513 - Ability to reset all used mocks

Issue - State: open - Opened by ajburley 8 months ago

#512 - Add support for destructured parameters in answers

Pull Request - State: closed - Opened by Osguima3 9 months ago

#510 - Version 5.3.0 not published to Maven central

Issue - State: closed - Opened by pavlovicaleksandar 10 months ago

#509 - Release is broken

Issue - State: closed - Opened by TimvdLippe 10 months ago - 3 comments

#508 - Port AdditionalMatchers matchers

Pull Request - State: closed - Opened by paulferaud 10 months ago

#507 - Provide AdditionalMatchers for Kotlin

Issue - State: closed - Opened by paulferaud 10 months ago - 1 comment

#506 - Phantom call with suspend and try block

Issue - State: closed - Opened by furstenheim 11 months ago - 2 comments

#504 - Update PR template

Pull Request - State: closed - Opened by TWiStErRob 12 months ago - 1 comment

#503 - Migrate to using Gradle `plugins { }`

Pull Request - State: closed - Opened by TWiStErRob 12 months ago - 1 comment

#502 - Move tests to included build to separate classpaths

Pull Request - State: closed - Opened by TWiStErRob 12 months ago - 3 comments

#501 - Reduce warnings during build, in IDE and in GitHub UI

Pull Request - State: closed - Opened by TWiStErRob 12 months ago - 4 comments

#500 - Bump Nexus publishing plugin to latest stable

Pull Request - State: closed - Opened by TWiStErRob 12 months ago

#499 - Update integration test to prevent regression

Pull Request - State: closed - Opened by TWiStErRob 12 months ago - 2 comments

#498 - Increase visibility of Mockito dependency

Pull Request - State: closed - Opened by TWiStErRob 12 months ago - 1 comment

#497 - Regression in 5.2.0 POM: missing Mockito dependency for compilation

Issue - State: closed - Opened by TWiStErRob 12 months ago - 1 comment

#496 - Main dependencies updated

Pull Request - State: closed - Opened by Nynuzoud 12 months ago - 1 comment

#495 - mockedConstruction and context

Issue - State: closed - Opened by asaha123 12 months ago - 1 comment

#494 - mockito-kotlin upgrade from 4.1.0 to 5.1.0 fails with latest Kotlin

Issue - State: closed - Opened by pwihmag about 1 year ago - 2 comments

#493 - #488: Change kotlinOptions.jvmTarget to VERSION_1_8

Pull Request - State: closed - Opened by naitaku about 1 year ago - 2 comments

#492 - Mockito cannot mock function with UShort arguments

Issue - State: open - Opened by pasta18 about 1 year ago - 4 comments

#491 - Also run release job on 5.x tags

Pull Request - State: closed - Opened by TimvdLippe over 1 year ago

#490 - #474 Fix vararg argument matcher

Pull Request - State: closed - Opened by lukas-krecan over 1 year ago - 1 comment

#487 - Wrong return value from doAnswer

Issue - State: open - Opened by victorspivak over 1 year ago - 1 comment

#486 - wheneverBlocking confuses with similar stub methods

Issue - State: open - Opened by 07jasjeet over 1 year ago

#484 - Add mockito-kotlin inside mockito-bom

Issue - State: closed - Opened by BraisGabin over 1 year ago - 1 comment

#483 - mockConstruction doesn't work with coroutines

Issue - State: open - Opened by catsuperberg over 1 year ago

#482 - #478 Upgrade Mockito

Pull Request - State: closed - Opened by lukas-krecan over 1 year ago - 9 comments

#481 - Add `doReturn().on { method() }` helper to KStubbing

Pull Request - State: closed - Opened by thecodewarrior over 1 year ago

#481 - Add `doReturn().on { method() }` helper to KStubbing

Pull Request - State: closed - Opened by thecodewarrior over 1 year ago

#479 - Prevent silent mis-stubbing

Pull Request - State: closed - Opened by wesalvaro over 1 year ago - 2 comments

#479 - Prevent silent mis-stubbing

Pull Request - State: closed - Opened by wesalvaro over 1 year ago - 2 comments

#478 - Mockito 5.1 support

Issue - State: closed - Opened by elomonaco almost 2 years ago - 2 comments

#478 - Mockito 5.1 support

Issue - State: open - Opened by elomonaco almost 2 years ago - 2 comments

#477 - Override variable shows as null in base class for test

Issue - State: open - Opened by fluxxion82 almost 2 years ago

#477 - Override variable shows as null in base class for test

Issue - State: open - Opened by fluxxion82 almost 2 years ago

#475 - Should mockito kotlin have transitive dependency to mockito inline?

Issue - State: closed - Opened by emartynov almost 2 years ago - 7 comments

#475 - Should mockito kotlin have transitive dependency to mockito inline?

Issue - State: closed - Opened by emartynov almost 2 years ago - 7 comments

#474 - Mockito 5.0 breaks vararg argument capture in Kotlin

Issue - State: open - Opened by emartynov almost 2 years ago - 7 comments
Labels: help wanted

#474 - Mockito 5.0 breaks vararg argument capture in Kotlin

Issue - State: closed - Opened by emartynov almost 2 years ago - 20 comments
Labels: help wanted

#473 - Vararg verification failures using mockito 4.11.0

Issue - State: closed - Opened by ZOlbrys almost 2 years ago - 4 comments

#472 - mock.inOrder {} poor design prevent it to work

Issue - State: open - Opened by mitasov-ra almost 2 years ago

#472 - mock.inOrder {} poor design prevent it to work

Issue - State: open - Opened by mitasov-ra almost 2 years ago

#471 - support graalvm native image

Issue - State: closed - Opened by 10000-ki almost 2 years ago - 1 comment

#471 - support graalvm native image

Issue - State: closed - Opened by 10000-ki almost 2 years ago - 1 comment

#470 - Add helper functions for coroutine

Pull Request - State: closed - Opened by Rajin9601 almost 2 years ago

#470 - Add helper functions for coroutine

Pull Request - State: closed - Opened by Rajin9601 almost 2 years ago

#469 - `org.mockito.kotlin.verifyNoInteractions` alias is missing from the 3.x branch

Issue - State: closed - Opened by ZakTaccardi almost 2 years ago - 1 comment

#468 - Update Shipkit versions

Pull Request - State: closed - Opened by TimvdLippe almost 2 years ago

#468 - Update Shipkit versions

Pull Request - State: closed - Opened by TimvdLippe almost 2 years ago

#467 - mocking methods that depend on parameters passed to them

Issue - State: closed - Opened by sarimmehdi almost 2 years ago - 2 comments

#467 - mocking methods that depend on parameters passed to them

Issue - State: closed - Opened by sarimmehdi almost 2 years ago - 2 comments

#466 - Also trigger release on 4.x tags

Pull Request - State: closed - Opened by TimvdLippe almost 2 years ago

#466 - Also trigger release on 4.x tags

Pull Request - State: closed - Opened by TimvdLippe almost 2 years ago

#465 - any() method is not compatible with mockito one

Issue - State: closed - Opened by konrad-poczatek about 2 years ago - 2 comments

#465 - any() method is not compatible with mockito one

Issue - State: closed - Opened by konrad-poczatek about 2 years ago - 2 comments

#464 - Ease verify inOrder for suspending functions

Pull Request - State: closed - Opened by seyfahni about 2 years ago

#464 - Ease verify inOrder for suspending functions

Pull Request - State: closed - Opened by seyfahni about 2 years ago

#463 - How to mock lambda call

Issue - State: open - Opened by cjacky475 about 2 years ago - 1 comment

#462 - Version 4.1.0 not plublished to Maven

Issue - State: closed - Opened by fmestrone about 2 years ago - 7 comments

#462 - Version 4.1.0 not plublished to Maven

Issue - State: closed - Opened by fmestrone about 2 years ago - 7 comments

#460 - "Mockito cannot mock this class" after upgrading from Kotlin 1.6.21 to 1.7.0

Issue - State: open - Opened by breucode over 2 years ago - 2 comments

#460 - "Mockito cannot mock this class" after upgrading from Kotlin 1.6.21 to 1.7.0

Issue - State: open - Opened by breucode over 2 years ago - 2 comments

#459 - Mockito.mockStatic not working with Kotlin but it works in Java

Issue - State: open - Opened by aakash1313 over 2 years ago - 1 comment

#459 - Mockito.mockStatic not working with Kotlin but it works in Java

Issue - State: open - Opened by aakash1313 over 2 years ago - 1 comment

#458 - Upgrading Gradle to 6.9.2, Kotlin to 1.4.20, junit to 4.13.2 and mockito to 4.4.0

Pull Request - State: closed - Opened by vetler over 2 years ago - 1 comment

#458 - Upgrading Gradle to 6.9.2, Kotlin to 1.4.20, junit to 4.13.2 and mockito to 4.4.0

Pull Request - State: closed - Opened by vetler over 2 years ago - 1 comment

#457 - how to verify a static method in kotlin

Issue - State: open - Opened by lannyf77 over 2 years ago - 3 comments

#457 - how to verify a static method in kotlin

Issue - State: open - Opened by lannyf77 over 2 years ago - 2 comments