-
**Describe the bug**
The Fseam tutorial link is broken on this page:
https://github.com/FreeYourSoul/FSeam/blob/master/docs/README.md#reference
The link that is broken:
http://freeyoursoul.onlin…
-
Instead of defining helpers ourselves, import `bpf_helper{,_defs}.h` from the libbpf and generate `vmlinux.h` from the net-next. The libbpf approach seems to become canonical, and with it it's easier …
-
## New Issue Checklist
- [x] I updated my Mockingbird framework and CLI to the latest version
- [x] I searched for [existing GitHub issues](https://github.com/birdrides/mockingbird/issues)
## D…
-
We will need to write unit test to make sure the framework is working and help prevent regressions. They will need to support mocking REST calls and database calls (so we can test without a database).…
-
### Unit/Integration Testing:
Till now we have ben prototyping what Glimpse v2 would look like and have been avoiding writing unit tests. This is primarily because we have been making big changes and…
-
**Original report ([archived issue](https://labscript-suite-temp.github.io/labscript-suite-bitbucket-archive/#!/labscript_suite/installer/issues/23)) by Chris Billington (Bitbucket: [cbillington](http…
-
**Original report ([archived issue](https://labscript-suite-temp-2.github.io/labscript-suite-bitbucket-archive/#!/labscript_suite/installer/issues/23)) by Chris Billington (Bitbucket: [cbillington](ht…
-
## What problem are you trying to solve?
Within an Expectations block in JMockit, we can record method invocations and the expected result. JMockit has some internal logic to handle cases where…
-
## Summary
Create a non-functional provider that just returns canned responses to all API requests, possibly making use of a mocking framework for greater control of responses.
## Purpose
A n…
-
# Moq - Ignoring Arguments
I’ve always used Rhino Mocks as a mocking framework, but at work we recently made the decision to give Moq a try. My initial reaction is: WOW! It is just SO much easier to …