We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Fix syntax highlighting
Add a sample usage of `onBlocking` method
Add documentation for using the stub extension function.
fixed package name, as `com.nhaarman.mockitokotlin2` is was merged into `import org.mockito.kotlin`
Updated Mocking and verifying (markdown)
Revert 9e6ffbfd55aeb8d7b68b1ac32fe837a1e4fc7bef...bf4dadf4c704a3f7cac44b72e8170e199bd3efad on Mocking and verifying
Revert 3ca586d^...3ca586d on Mocking and verifying
Revert 917f663^...917f663 on Mocking and verifying
Fixed package name
Include a piece about importing top-level functions
fix compile error in sample code: interface Foo should have var bar, not val bar, as it is being assigned in the example test.
This wouldn't work ever. Either change to call verify with `times(2)`, or do `assertEquals(1, allValues.size)`
Revert 1e1d705^...1e1d705 on Mocking and verifying
added missing apply call for inOrder
Updated Mocking (markdown)