-
We depend on abandoned PHP libraries (output from `composer update`):
```
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Package raven/raven is aban…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have pro…
-
I'm curious about what would be the correct (or recommended) usage pattern for mockito to work with spring framework for testing methods of a bean?
Suppose this is the service I'm trying to test
`…
-
Using Mockito 2.23.4 on JUnit 5, Jupiter version 5.6.0.
We encountered the following construct which erroneously fails unit tests.
Two separate interfaces:
```
interface InterfaceOne {
…
-
### Is there an existing issue?
No
- [ √ ] I have searched [existing issues](https://github.com/objectbox/objectbox-dart/issues)
### Build info
- objectbox version: 4.0.1
- Flutter/Dart…
-
I just guess you made a great lib of qunit. But cannot find any information about how to referring/requiring/my code to be tested and I also need to use sinon to mock something how can I include sino…
-
```
Enhancement request:
I've used the ObjectMother and TestBuilder pattern numerous times on
different projects in order to create real domain classes for testing. The
overhead of creating and maint…
-
```
Enhancement request:
I've used the ObjectMother and TestBuilder pattern numerous times on
different projects in order to create real domain classes for testing. The
overhead of creating and maint…
-
```
Enhancement request:
I've used the ObjectMother and TestBuilder pattern numerous times on
different projects in order to create real domain classes for testing. The
overhead of creating and maint…
-
```
To reproduce:
public class Test extends TestCase {
// mocked objects
@Mock private LinearLayout layout;
@Override
protected void setUp() {
MockitoAnnotations.initMocks(t…