-
```
External references, such as a standards document, or specification?
https://code.google.com/r/iancox-google-api-dotnet-client/source/list
Target platform (e.g. Windows, Mono, Silverlight, WP7, A…
-
The class https://github.com/dotnet/wpf/blob/main/src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Input/MouseDevice.cs does not allow right now to derive from it. This prevent any Mocking…
-
I fall into a category of people that has transitioned to using NSubstitute after discovering security concerns in Moq, which are detailed thoroughly in this article: https://medium.com/@michalsitek/c…
-
Currently, tests are mocking every database connection or are skipped (`pytest.mark.skip` in `test_geodatabase.py`).
In order to cleanup database-access-related code (especially avoid having 2 differ…
-
This research applies to Emcee too.
I'm not satisfied with the approach to unit tests right now and how we are doing mocking. Relevant links for now:
From 2021:
Example of unit tests from a D…
-
In the paper [Modelling of Autosar Libraries for Large Scale Testing](https://arxiv.org/abs/1703.06574) a mocking framework is used to simplify the testing process. The framework is described in the p…
-
#### **Description:**
We need to rewrite the existing REST API client library written in Rust to improve its performance, maintainability, and usability. The new implementation should leverage mode…
-
### Library name and version
Azure.AI.OpenAI 2.0.0-beta2
### Describe the bug
There was a bug raised previously about the `Azure.AI.OpenAI` package not being conformant with the [Azure SDK guidelin…
-
## Library
[Mockito](https://github.com/mockito/mockito)
## Purpose
To facilitate JUnit test by mocking the behaviours of dependency classes of SUTs using this library.
## License
[MIT …
-
Currently, unit testing for integration with Firebase Messaging is very challenging. The encapsulation imposed by the final and visibility of the method makes it untestable. On top of this, there is n…