-
Dear Ionic Team, could you please make an example mocking plugins (or parts of the module) from `@capacitor/core`
After several hours of trying, I wasn't able to mock this plugin, mostly running in…
-
The guide at https://quarkus.io/guides/rest-client says:
```java
public class WiremockCountries implements QuarkusTestResourceLifecycleManager {
private WireMockServer wireMockServer;
@O…
-
I am go newbie, but I wonder, Is there the way to mock websocket.Conn ?
I cannot find any example in the test file too.
-
I have a utility to mock a task for testing I think would be nice for everyone to have.
I would submit it as a test-support helper, but it has a requirement for sinon, not sure if that would be a …
-
Ruby: 2.5.3
Prependers: 0.1.1
Rails: 5.2.2
Given the follow file
```ruby
# app/prependers/models/spree/product/scopes.rb
module Spree::Product::Scopes
def self.prepended(base)
ba…
-
I have a use case of this sort. I have a function with this signature.
```
write_to_firehose(data, firehose_name, num_retries)
```
Inside the function, I use a firehose client that is a global…
-
```
Provide some example of how gmock could be used in a grails environment.
```
Original issue reported on code.google.com by `julien.g...@gmail.com` on 12 Apr 2009 at 1:05
-
Is it possible? I'm just starting out and am receiving some build errors that I don't quite understand.
-
Any thoughts for using a standard to mock our endpoints during testing and development?
I've used [Postman](https://www.getpostman.com/) with success. They have a free version, but I'm not sure mul…
-
/kind bug
/area provider/ibmcloud
**What steps did you take and what happened:**
When writing a unit test for the ReconcileCOSInstance function, encountered an issue due to resetting of the cos…