-
According to the [Apache license guidance](https://www.apache.org/licenses/LICENSE-2.0#apply), the [current license header](https://github.com/assertj/assertj/blob/7d2df9c9a5748c4c910f37ae790193313c9f…
-
https://github.com/renovatebot/renovate/blob/39d01251b26bd6f84c34d45e834249418f6f8210/lib/config/presets/internal/replacements.ts#L621
- [x] okhttp
- [ ] stdlib-jre
- [x] mockito-kotlin
- [ …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
nuget
### Package manager version
_No response_
### Language version
_No response_
### …
-
### Use case
Shipkit vision is to guide software community towards continuous delivery (shipping every version to production). Mockito project does not quite fit this vision because based on commun…
-
Thank you for Bintray and the plugin!!!
I noticed this bug today. When bintray.key is null the bintrayUpload task silently fails (or seemingly succeeds). For given sample project:
```groovy
app…
-
My project only had included `mockito-scala` as dependency.
When upgrading to JDK21, we've got the following error:
```
[info] org.mockito.exceptions.base.MockitoException: Mockito cannot mock…
-
It seems that Mockito 5 has become more active than Mockito 4.
-
### Describe the bug
The following primitive test (and tested class):
```java
@ExtendWith(MockitoExtension.class)
public class FooTest {
@Mock
private Foo.Inner mock;
@Test
…
famod updated
2 months ago
-
@Tibor17 raised an interesting question in his comment https://github.com/powermock/powermock/issues/783#issuecomment-330370338, that has not been discussed before and I made decision by myself. But …
-
There are multiple Test Double types, of which mock is one of. Some good references for Test Double types include posts from [Martin Fowler](https://martinfowler.com/bliki/TestDouble.html) and on [th…