Completed
return values side effect
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Testing the Untestable - A Beginner’s Guide to Mock Objects
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Testing the Untestable A beginner's guide to mock objects
- 3 Easy Example
- 4 Not so easy
- 5 If it quacks like a duck...
- 6 Mock FTW!!!
- 7 It's Mocks all the way down
- 8 parlez-vous mocks?
- 9 Assertions
- 10 Spec
- 11 Harder Example
- 12 Sentinels
- 13 return_value
- 14 @patch
- 15 return values side effect
- 16 side_effect
- 17 Making conversation
- 18 Stubs
- 19 Mockextras
- 20 Beware the Dark Side
- 21 Two Schools
- 22 Over-mocking
- 23 ISO-K1773N5
- 24 Overmocked
- 25 Summary
- 26 Questions