-
The following snippets cause StackOverflowError on Android 9. The problem doesn't occur on lower API versions.
```
val mock = mockk()
```
```
val mock = mockk()
every { mock.myArrayList } …
-
Hi team,
I am using your Mock-Servers,
When mocking an HTTP `HEAD` request, I receive the following error:
```
sun.net.httpserver.ExchangeImpl sendResponseHeaders
WARNING: sendResponseHeaders: …
-
```
public interface MyInterface
{
public sealed Task SealedMethod(Foo foo) => UnsealedMethod(foo.Name);
}
```
When I mock this interface and inject into the class I am testing, I get an exc…
-
Before building anything else, I want to formalize the mocking process.
I want to be able to reuse this in consumers (like [ntelebot](https://github.com/nmlorg/ntelebot/issues/11)), which won't nec…
-
```
Using Java 6, TestNG 5.14.2, EasyMock 3 and PM1.4.6, cannot get @PrepareForTest
and subsequent mocking of private or static methods to succeed.
Mocking err's out during setting the mocks expecta…
-
The problem is when I try to mock any method of the repository, for example `GetFirstOne`, it always return `null` during debugging.
C# mocking generic repository, unitOfWork and applying filter ex…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the feature
As part of a unit test, I'd like to test against a block with mocked drops. The current […
-
### Is this your first time opening an issue?
- [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations)
### Describe the Feature
…
-
### Description
I am not sure if we have time for tests that would require this but in principle, mocking the file system would be useful for the EDU, RF and command stuff.
-
Currently tests fail in actions, they depend on solr in docker, figure out how best to orchestrate w GH actions