aboutsummaryrefslogtreecommitdiff
path: root/mockito-kotlin
AgeCommit message (Expand)Author
2021-03-16Rename packages to org.mockito.kotlinTim van der Lippe
2021-03-13Automated releasesSzczepan Faber
2021-01-25Removed unused pluginSzczepan Faber
2021-01-20Working on Shipkit integrationSzczepan Faber
2019-09-08Support lenient in mock and withSettingsNiek Haarman
2019-09-08Update Kotlin version to 1.3.50Niek Haarman
2019-07-05Manually provide values for primitive typesNiek Haarman
2019-07-05Make after() return type non-nullNiek Haarman
2019-07-05Merge branch '2.x' into checketts-2.xNiek Haarman
2019-06-19Merge branch '2.x' into unlimitedsola-2.xNiek Haarman
2019-06-19Manually provide component functions for captor holder classesNiek Haarman
2019-06-19Include class parameters to avoid numbers in argumentCaptor signaturesNiek Haarman
2019-06-19Merge branch '2.x' into checketts-2.xNiek Haarman
2019-02-27Add reified support for refEq like other matcherspablisco
2019-01-04provide InvocationOnMock instance for BDDMyOngoingStubbing#willAnswerSola
2018-12-31Merge pull request #313 from casadogg/2.xNiek Haarman
2018-12-30#317 coroutines verify with verification modeDanny Preussler
2018-12-15Add BDD will extension functionGabriel Casado
2018-10-29Update Android maven plugin to 2.1Niek Haarman
2018-10-29Update Gradle bintray plugin to 1.8.4Niek Haarman
2018-10-29Update Dokka gradle plugin to 0.9.17Niek Haarman
2018-10-29Update Kotlin to 1.3.0Niek Haarman
2018-10-12Add argumentCaptor that create many at once for easy destructuringClint Checketts
2018-10-09Bump mockito-core to 2.23.0 to support stable coroutinesJossi Wolf
2018-10-09Remove whitespace from Kotlin versionJossi Wolf
2018-10-09Update to Kotlin 1.3-RC-146Jossi Wolf
2018-09-30[WIP] Experiment with Kotlin 1.3 and coroutinesNiek Haarman
2018-09-30Merge branch '2.x' into 2.xPeter-Josef Meisch
2018-09-29Remove deprecated doReturn functionNiek Haarman
2018-09-08Merge branch '2.x' into 2.xPeter-Josef Meisch
2018-09-05Replace OngoingStubbing<T>.doReturn(List<T>) with doReturnConsecutively.Niek Haarman
2018-09-03Bump mockito to version 2.21.0Martin Brandtner
2018-08-26add argThat(ArgumentMatcher<T>) functionP.J.Meisch
2018-08-22Inline `whenever` to let Mockito's UnfinishedStubbing messages workJon Travis
2018-06-21Support mocking with constructor argumentsNiek Haarman
2018-06-21Update Mockito to 2.19.0Niek Haarman
2018-06-21Update Kotlin coroutines version to 0.23.3Niek Haarman
2018-06-21Update Kotlin version to 1.2.50Niek Haarman
2018-05-10Added argument captor overloadsigor
2018-05-10Merge branch 'matejdro-2.x' into 2.xNiek Haarman
2018-05-10Include test case for calling suspend functions in inOrderNiek Haarman
2018-05-10Adhere to Mockito.argThat contract in check()Niek Haarman
2018-04-14Make inOrder inlineMatej Drobnič
2018-02-03better inOrder for single argumentsDanny Preussler
2018-02-03Support coroutinesNiek Haarman
2018-01-21Move tests to separate moduleNiek Haarman
2018-01-21Restructure methods into filesNiek Haarman
2017-12-17Update Mockito to 2.13.0Niek Haarman
2017-12-17Update Expeckt.kt to 1.0.0Niek Haarman
2017-12-03Merge pull request #221 from nhaarman/Tapchicoma-improved-spyNiek Haarman