-
FakeIt looks awesome and I'd like to use it in my code but I'm missing a feature to mock side effects like the way GoogleMock, trompeoloeil or other frameworks allow. I.e. capturing parameters of mock…
an-ky updated
2 years ago
-
Im trying to stub a request with a specific body, i'm copying it from Charles but im getting always the same error:
```
Use this snippet to stub the request:
stubRequest(@"PUT", @"http://url.com").
w…
-
Howdy,
I'm running into some problems with stubbing methods on stamps that have been privatized. In particular, because referencing the injected method always references the PROXY function, there's …
-
[mobx-state-tree 3.17.3](https://www.npmjs.com/package/mobx-state-tree/v/3.17.3) is three years' old and I don't think it's actively maintained.
Version 5 requires mobx 6 but Alice is still on [mob…
-
We need to have better test coverage of things like
btrfs_del_items
btrfs_split_item (this is currently tested by self tests)
setup_leaf_for_split
btrfs_duplicate_item
btrfs_truncate_item
btr…
-
```
Hi all,
to achieve the mock "anzeige" returning an Optional, I was programming it like
this:
when(anzeige.wähleAus(anyList())).thenReturn(Optional.
absent());
This works but the test sporadica…
-
```
Hi all,
to achieve the mock "anzeige" returning an Optional, I was programming it like
this:
when(anzeige.wähleAus(anyList())).thenReturn(Optional.
absent());
This works but the test sporadica…
-
Thanks alot for this repo + white-label @stemmlerjs , I've learned a ton of how to deal with complexity in enterprise applications.
After applying some of the principles in a personal project, I wa…
-
The no-op `liballocs_dummyweaks.so` library is no longer necessary, for at least the following reasons.
- The BFD linker provides `-z dynamic-undefined-weak`. So we can just make the symbols weak, …
-
Hello everyone,
### Description
It seems that using the command `connexion run` with custom `Resolvers` doesn't work.
### Expected behaviour
Stubbing the specification should work even w…