Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tan9/mockito-unnecessary-stubbings


https://github.com/tan9/mockito-unnecessary-stubbings

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

When only run on partial of test cases in a test class, no UnnecessaryStubbingException will be thrown, for example:

```bash
# only run test `a`, `b` among all three cases, the test will pass
./mvnw -Dtest=FooTest#a+b test
```

This behavior making developers hard to focus on **unit** of tests to fix.