-
Create base json Mock file for proj.
requirements :
- Collection Weeks with Model Week
- Model Week is Collection of day model
- Model day
-
_From @idokleinman on January 14, 2015 2:50_
Photon network responses mock
build a node.js TCP socket server that responds to all soft AP protocol commands successfully.
https://github.com/spark/phot…
-
It took me way too long to start playing around with this, but it looks like the project has a TON of potential as an all in one testing solution for F#.
I'm a big fan of MOQ for my C# code, but it w…
-
It would be great if the client can detect whether "Allow mock location" is enabled and stop sending it's coordinates in order to prevent sending spoofed locations.
```java
// returns true if mock l…
-
```
How about mocking (doReturn-when) with reflection? i.e. method name and
arguments are provided at the run-time. One use that I can find is when
using dynamically generated classes.
class A {
p…
-
The mocks are causing more trouble than they're worth in testing; only mock exactly what needs to be mocked, e.g. anything that will do anything destructive. (Probably just the environment?)
-
During boot of the pact_elixir application a `Supervisor` with `:simple_one_for_one` strategy (or the new [Dynamic Supervisor](https://hexdocs.pm/elixir/master/DynamicSupervisor.html) should be starte…
-
given
https://github.com/microg/android_packages_apps_UnifiedNlp/issues/124
Which mock setup would allow this?
climf updated
7 years ago
-
We, at least, need a robust VISA simulation backend going beyond what pyvisa-sim can offer.
-
One of the biggest features in the original Spock Framework is its [interaction testing capabilities](http://spockframework.org/spock/docs/1.1/interaction_based_testing.html). Porting those features t…