Jump to content

VIWeek 2020/Mock Object Framework: Difference between revisions

From LabVIEW Wiki
No edit summary
Wikify
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Mock Object Framework
{{infobox
*Sam Taggart
|category=presentation
|icon=VIWeekIcon.png
|presentation-conference=VIWeek 2020
|presentation-presenter=Sam Taggart
}}
 
{{presentation
|presenters=Sam Taggart
|abstract=I will present an open source tool for creating Mock objects and show how to use them in tests. It will be an informal kind of code review thing. I might put together a few slides on what Mock Objects are so we are all on the same page. After that I will just start with defining the problem and then how I came up with the solution. We will spend a lot of time just looking at the code.
|youtube-id=OWz0rdghXRM
}}


Start Time: May 22, 2020, 8:00 PM GMT+2
Start Time: May 22, 2020, 8:00 PM GMT+2


== See also ==
*[[Object-oriented programming]]
*[[Wikipedia:Unit testing|Unit testing]]
*[[Wikipedia:Test-driven development|Test-driven development]]


I will present an open source tool for creating Mock objects and show how to use them in tests. It will be an informal kind of code review thing. I might put together a few slides on what Mock Objects are so we are all on the same page. After that I will just start with defining the problem and then how I came up with the solution. We will spend a lot of time just looking at the code.
[[Category:VIWeek 2020]]
<br>
<br>
<div style="text-align:center;"><youtube width="800" height="600">OWz0rdghXRM</youtube></div>
 
[https://youtu.be/OWz0rdghXRM Link to video on YouTube]

Latest revision as of 11:28, 11 January 2025

Mock Object Framework
Conference VIWeek 2020
Presenters Sam Taggart
Mock Object Framework by Sam Taggart

I will present an open source tool for creating Mock objects and show how to use them in tests. It will be an informal kind of code review thing. I might put together a few slides on what Mock Objects are so we are all on the same page. After that I will just start with defining the problem and then how I came up with the solution. We will spend a lot of time just looking at the code.



Start Time: May 22, 2020, 8:00 PM GMT+2

See also