Jump to content

VIWeek 2020/Mock Object Framework: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Wikify
 
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 ==
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.
<br>
<br>
<div style="text-align:center;"><youtube width="800" height="600">OWz0rdghXRM</youtube></div>
 
== Presentation Links ==
* [https://youtu.be/OWz0rdghXRM Link to video on YouTube]
 
== See Also ==
*[[Object-oriented programming]]
*[[Object-oriented programming]]
*[[Unit testing]]
*[[Wikipedia:Unit testing|Unit testing]]
*[[Test Driven Development (TDD)]]
*[[Wikipedia:Test-driven development|Test-driven development]]
 
== External Links ==


[[Category:VIWeek 2020]]
[[Category:VIWeek 2020]]
[[Category:Videos]]
[[Category:Object-Oriented Programming]]
[[Category:Frameworks]]
[[Category:Unit Testing]]

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