You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the repository move into the GitHub Mockito organization,
let's add an acknowledgements section to Niek for the original creation
and extensive work that went into `mockito-kotlin`.
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,3 +65,8 @@ Usually it is enough to test only using the default Kotlin versions;
65
65
CI will test against multiple versions.
66
66
If you want to test using a different Kotlin version locally, set
67
67
an environment variable `KOTLIN_VERSION` and run the tests.
68
+
69
+
### Acknowledgements
70
+
71
+
`mockito-kotlin` was created and developed by [nhaarman@](https://github.com/nhaarman) after which the repository was integrated into the official Mockito GitHub organization.
72
+
We would like to thank Niek for the original idea and extensive work plus support that went into `mockito-kotlin`.
0 commit comments