-
Powershell 7 used.
I have a module that uses a lot of classes, some of them are static classes. I'm looking for some documentation on how best to mock these methods in the classes, especially the s…
-
https://www.apollographql.com/docs/graphql-tools/mocking.html provides a great baseline for mocking in GraphQL projects. The ability to mix and match mocks and real implementations though could use g…
-
### Feature description
Dear Playnite Team,
I hope this message finds you well. I am writing to discuss a concern regarding the recent behavior of the Moq library, specifically starting from ver…
-
spotbugs added https://spotbugs.readthedocs.io/en/stable/bugDescriptions.html#ct-constructor-throw, which is an unlikely attack vector that can be mitigated by making classes final.
With bytecode m…
-
[According to the Type parameters proposal](https://go.googlesource.com/proposal/+/refs/heads/master/design/43651-type-parameters.md), it is not allowed to define type parameters in methods.
This l…
-
I'm trying to replace `apollo-datasource-rest` with your library, but I'm struggling with mocking of the external communication:
```
import { MockAgent, setGlobalDispatcher } from 'undici';
const…
-
Part of this work we should remove unnecessary Glean calls, improve documentation + file Bugzilla ticket for Glean team.
See related Bugzilla ticket: [https://bugzilla.mozilla.org/show_bug.cgi?id=191…
-
## Webflux 환경에서 Test
## @ExtendWith(~.class)
- `@ExtendWith (SpringExtension.class) `, `@ExtendWith (MockitoExtension.class)` 으로 설정하는 경우가 많은데 각 Extension.class에서 Spring context와 junit5을 통합해서 사용하도록…
-
### Describe the bug
When trying to spy on a function that has static properties, the spy function won't inherit the properties.
I couldn't find any way to add them to create a spy from the original…
-
I'm having an issue when attempting to make a request to the mock server. The mock server returns a 500 status code and a message 'received but no interaction registered'
My code looks like this:
…