-
single_temp_apec(srcs, Quantity(1000, 'kpc'), stacked_spectra=False, lum_en=lum_en, freeze_temp=False)
KeyError Traceback (most recent call last)
/tmp/ipykerne…
-
```
* What went wrong:
Could not resolve all files for configuration ':compileClasspath'.
> Could not find com.android.support:appcompat-v7:25.0.1.
Searched in the following locations:
ht…
-
## The problem
There is a known issue with FakeIt and arguments that were passed by reference, causing potential crash because of dangling references:
```cpp
struct Interface
{
virtual vo…
-
I’m creating unit tests in PlatformIO using Unity with the ArduinoFake library I’m trying to test a piece of code that uses the Wire library
I have built a simple function in a separate file that jus…
-
Hi,
I wonder if there is a way to stub a **protected** virtual method using a spy object or does this library work only on public methods ?? I'm using VS2015
Thanks
-
Please consider the following example:
class A {
public:
virtual void foo() {
// ...
bar();
// ...
}
virtual void bar() …
-
Our current testing environment only provides very limited testing of the different language bindings.
# What we have
systemtests that run the solverdummies for the different language bindings i…
-
Test case is followed, the call to spied method would create the lambda infinitely (on Mac 10.11, Xcode 7.3.1).
Mock purpose is simple, while calling the actual method, still want to verify it's get …
-
```
If an archive is unshelfed on a machine where one of the target
directories does not exist, the command will fail at the first file
that is supposed to be unpacked into the non-existing directory.…
-
I am trying to use `FakeIt` with `Catch2` using `vcpkg`. When using the most recent version of `vcpkg` (as of 27/09/2024 with `"builtin-baseline": "0affe8710a4a5b26328e909fe1ad7146df39d108"`) I get ve…