aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-05Make after() return type non-nullNiek Haarman
2019-07-05Merge branch 'checketts-2.x' into 2.xNiek Haarman
2019-07-05Merge branch '2.x' into checketts-2.xNiek Haarman
2019-06-19Test against Kotlin 1.3.40Niek Haarman
2019-06-19Merge branch 'unlimitedsola-2.x' into 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-06-19Merge branch 'pablisco-2.x' into 2.xNiek Haarman
2019-06-19Include a test ensuring returns non-nullable typeNiek 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-31Update .gitignoreNiek Haarman
2018-12-31Merge pull request #318 from dpreussler/2.xNiek Haarman
2018-12-30#317 coroutines verify with verification modeDanny Preussler
2018-12-15Add BDD will extension functionGabriel Casado
2018-10-30Merge pull request #304 from nhaarman/update-buildNiek Haarman
2018-10-30Update Gradle wrapper to 4.10.2Niek Haarman
2018-10-29Update Android maven plugin to 2.1Niek Haarman
2018-10-29Update Gradle versions plugin to 0.20.0Niek Haarman
2018-10-29Update Spring bintray plugin to 0.11.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 Mockito to 2.23.0Niek 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-09Merge pull request #295 from nhaarman/kotlin-1.3Niek Haarman
2018-10-09Merge pull request #299 from jossiwolf/kotlin-1.3Niek Haarman
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 'sothawo-2.x' into 2.xNiek Haarman
2018-09-30Restructure testsNiek Haarman
2018-09-30add tests for the argThat(matcher: ArgumentMatcher<T>) functionP.J.Meisch
2018-09-30Merge branch '2.x' into 2.xPeter-Josef Meisch
2018-09-30Merge pull request #293 from nhaarman/doreturn-overloads-fixNiek Haarman
2018-09-29Remove deprecated doReturn functionNiek Haarman
2018-09-29Merge branch 'rkonno-replace-configuration-setting' into 2.xNiek Haarman
2018-09-12Configuration 'compile' is obsolete and has been replaced 'implementationRyota Konno
2018-09-08Merge branch '2.x' into 2.xPeter-Josef Meisch
2018-09-05Merge pull request #279 from nhaarman/doreturn-overloadsNiek Haarman
2018-09-05Replace OngoingStubbing<T>.doReturn(List<T>) with doReturnConsecutively.Niek Haarman
2018-09-05Merge pull request #284 from mabae/mockito-2.21.0Niek Haarman
2018-09-03Bump mockito to version 2.21.0Martin Brandtner
2018-08-26add argThat(ArgumentMatcher<T>) functionP.J.Meisch
2018-08-25Merge pull request #278 from trav/trav/inline-wheneverNiek Haarman
2018-08-22Inline `whenever` to let Mockito's UnfinishedStubbing messages workJon Travis