Completed
Fake objects using Google Mock
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Working with C++ Legacy Code
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 No longer engineered - continuedly patched
- 3 Written by someone else
- 4 The good news and bad news
- 5 Gaining control over legacy code
- 6 This is a unit test (GTest)
- 7 A quick reality check
- 8 Sensing and Separation
- 9 The solution-fake/mock objects
- 10 Fake objects using Google Mock
- 11 Non virtual methods
- 12 Hard to inherit classes
- 13 Problem: un-fakeable methods
- 14 Using templates for injection
- 15 Faking Private and Protected Methods
- 16 Taking control of existing legacy code