User Tools

Site Tools


2013:faking_stubbing_and_mocking_in_c

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
2013:faking_stubbing_and_mocking_in_c [2012/11/09 19:55] – created jonjagger2013:faking_stubbing_and_mocking_in_c [2016/06/11 14:05] (current) – external edit 127.0.0.1
Line 10: Line 10:
 C is rather limited in the options you have for faking, stubbing and mocking, or is it? In this tutorial we'll see how to use the linker, function pointers and the preprocessor to substitute fakes for troublesome dependencies.  We'll look at some of the patterns helpful for customizing fakes. To get the feel for it, we'll write some code and try the ideas out. Bring your laptop with wifi and a browser.  Bring a friend.\\ C is rather limited in the options you have for faking, stubbing and mocking, or is it? In this tutorial we'll see how to use the linker, function pointers and the preprocessor to substitute fakes for troublesome dependencies.  We'll look at some of the patterns helpful for customizing fakes. To get the feel for it, we'll write some code and try the ideas out. Bring your laptop with wifi and a browser.  Bring a friend.\\
 \\ \\
 +Roger: maybe for this one or "C Unit Testing with the Fake Function Framework" - I'm unsure of demand.
2013/faking_stubbing_and_mocking_in_c.1352490916.txt.gz · Last modified: 2016/06/11 14:05 (external edit)