Skip to content
#

mocks

Here are 128 public repositories matching this topic...

maald
maald commented Apr 24, 2020

As a new end user, I cannot find a single user guide or decent documentation. The javadoc reads like it's written as a quick review for someone who already knows the ins/outs of Mockito and just need some sample code. I don't even know what or how Mockito works and the first couple of lines are talking about "mockito inline".

Most open source projects have really great user guides and document

mbrukman
mbrukman commented Feb 18, 2019

Right now, [README.md][readme] includes copy-pasted code from sample code in [src/example/][src/example] tree, but they're not kept in-sync automatically.

Ideally, we would have a process for automatically including code samples, e.g., via some preprocessing since it's probably not possible to do it dynamically, so that we can avoid having to see them diverge, e.g., as can be seen in issue

Mockaco
natenho
natenho commented Mar 21, 2020

Is your feature request related to a problem? Please describe.
Currently, there is no way to setup a different directory, all mocks must be under "Mocks" directory. Sometimes it can be useful to have mocks in another folder.

Describe the solution you'd like
Include a setting to define mocks folder, otherwise use the default "Mocks" dir.

Improve this page

Add a description, image, and links to the mocks topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mocks topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.