How To Use Mock Objects in Tests
In the last couple posts, I talked about Mock Objects: what they are and how to implement them in LabVIEW. In this post, I am going to talk about how to use them in unit tests. For reference, the video …
In the last couple posts, I talked about Mock Objects: what they are and how to implement them in LabVIEW. In this post, I am going to talk about how to use them in unit tests. For reference, the video …
I’ve been working on a Mock Object Toolkit for LabVIEW. Here are some of the details about how it works.
Test Driven Development October 23 11:00am MT I Tried Unit Testing But Testing My Existing Code Is Too Hard! That’s because you have got the order wrong! Writing unit tests after the fact is possible, but it is always hard. …
Introducing a set of tools for easily creating Mock Objects in LabVIEW.
Mock Objects are a type Test Double that can be used to make it easier to test hard to test code.
Thanks to the @GDevCon Limited crew for an awesome conference. And thanks to @Olivier Jourdan for inspiring this post.