-
---
based on a customer request (2017092037000015):
Is it currently possible to modify the C++ generation so that the inner classes for the state machine interfaces defined in the generated .h fil…
-
-
Curious if you've thought about using the test conventions of different frameworks to try automatically running the test suites. It seems like this could potentially capture many more application quer…
-
I don't think that we've covered them all. We need to finish some in DeviceController as well
I also wonder if we should be using a real mocking framework instead of hacking some mocked objects..?
…
-
```
External references, such as a standards document, or specification?
-
Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?
Android 2.3 with Google API
Please describe the feature r…
-
* .NET Core Version:
master
* Have you experienced this same bug with .NET Framework?:
N/A
**Problem description:**
We want to test various registry interactions such as with `InputLanguage…
-
Rather than running a regtest node it would be cool if we just had a simulated blockchain that we could do things to from test code.
idea originally from: https://github.com/bitcoindevkit/bdk/issue…
-
```
External references, such as a standards document, or specification?
-
Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?
Android 2.3 with Google API
Please describe the feature r…
-
As the codebase grows, we need to increase the amount of features we're testing.
Cypress is good for testing user interactions with the Dashboard but tests requires a browser (headless) and are typic…
-
A nice feature would be to allow mocking calls,
For example, my contract needs to call another contract on the blockchain like shown below,
![image](https://user-images.githubusercontent.com/90191…