-
### Is there an existing issue?
No
- [ √ ] I have searched [existing issues](https://github.com/objectbox/objectbox-dart/issues)
### Build info
- objectbox version: 4.0.1
- Flutter/Dart…
-
From [times() shouldn't be default (Issue #9)](https://github.com/arunoda/nodemock/issues/9) from @soggie:
I'm a little confused about why times() is defaulted to 1 for all mock functions. I mean, in…
-
Task for https://github.com/opensearch-project/OpenSearch-Dashboards/issues/1660
PR: https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2656 (and some before it)
Code owners and PR…
-
I am trying to create a test where I have a @UseModules on a test mode to setup a dependency different from other test methods. But as a consequence objects are not mocked as is the case with using th…
-
**Is your feature request related to a problem? Please describe.**
It is quite common that different users can access different resources, and it is quite easy to implement if resources located on un…
-
```
What steps will reproduce the problem?
1.used powermock-mockito-1.4.10-full.jar for testing demo code
2.
@RunWith(PowerMockRunner.class)
@PrepareForTest({DemoUtilities.class})
@PowerMockIgnore(
…
-
Now it is not very clear what outfits exist, how to set them up or what the outfit pieces are.
The solution might be adding another panel which could either mock the appearance of the actual genera…
-
I get a TypeError with Nette 3:
> Argument 1 passed to `Cocur\Slugify\Bridge\Nette\SlugifyExtension::Cocur\Slugify\Bridge\Nette\{closure}()` must be an instance of `Nette\DI\Definitions\ServiceDefi…
-
```
What steps will reproduce the problem?
1.used powermock-mockito-1.4.10-full.jar for testing demo code
2.
@RunWith(PowerMockRunner.class)
@PrepareForTest({DemoUtilities.class})
@PowerMockIgnore(
…
-
Hi Everyone,
The zammad_py package uses the vcr test suite to record and play back HTTP interactions with an instance of Zammad. While this approach has worked well for testing existing functionali…