-
Hi!
Were are trying to test our application with GTest and its mocking feature.
We would get the following error:
```bash
/home/n.sechet/{....}/include/gtest/gtest-printers.h:291:36: error: n…
-
### Is your feature request related to a problem? Please describe.
I am using Kotlin and the use of the builders provided on these classes is overly verbose.
### Describe the solution you'd like…
-
## Search Terms
ES6 function name, const assertions, `as const`, function as const
## Suggestion
I would like to see the `name` property of functions to be available at compile time if th…
-
The problem with our frontend tests is that the depend on the backend database being in a certain state. Currently, the tests do not pass and are skipped. Instead, we should mock the api responses and…
-
Create a new C# project that will contain unit tests. This project will use xunit and the FakeItEasy library for mocking. Create unit tests for all methods in the NoteService class. This should mock a…
-
I tried writing a test using the most basic SortableTree I could, the example in the docs with a chicken and egg. The test itself looks exactly like this:
```
import React from 'react'
import ren…
-
Need to write test cases for the data acquisition part of our backend.
-
**Description**
It would be great if one could **mock a called activity in a zeebe process test**.
Use case: Model technical processes and call them from a main "business view" process
- I h…
-
### Describe the bug
Got: Missing required module 'CNIOAtomics'
Hard: MacBook M1
Soft: latest Xcode version on Ventura, swift version 5.7.1, grpc-swift(1.10.0) in SPM package,
SPM package [h…
-
We are currently not checking our dependencies licenses, however per [CNCF guidelines](https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md) we should ask governing board…