VIWeek 2020/Mock Object Framework: Difference between revisions
Appearance
No edit summary |
Added links and categories |
||
Line 10: | Line 10: | ||
<div style="text-align:center;"><youtube width="800" height="600">OWz0rdghXRM</youtube></div> | <div style="text-align:center;"><youtube width="800" height="600">OWz0rdghXRM</youtube></div> | ||
[https://youtu.be/OWz0rdghXRM Link to video on YouTube] | == Presentation Links == | ||
* [https://youtu.be/OWz0rdghXRM Link to video on YouTube] | |||
== See Also == | |||
*[[Object-oriented programming]] | |||
*[[Unit testing]] | |||
*[[Test Driven Development (TDD)]] | |||
== External Links == | |||
[[Category:VIWeek 2020]] | |||
[[Category:Videos]] | |||
[[Category:Object-Oriented Programming]] | |||
[[Category:Frameworks]] |
Revision as of 14:11, 26 May 2020
Mock Object Framework
- Sam Taggart
Start Time: May 22, 2020, 8:00 PM GMT+2
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.