Completed
Writing unit tests
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
C++ Unit Testing - The Good, The Bad & The Ugly
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is C
- 3 Responsibility
- 4 Writing unit tests
- 5 What is unit testing
- 6 Google Tests
- 7 Unit Testing Framework
- 8 Good and bad news
- 9 Unit testing frameworks
- 10 Google Test
- 11 mocking framework
- 12 mocking frameworks
- 13 mocking in C
- 14 mocking in Google Mach
- 15 multiple assert dilemma
- 16 test fixtures
- 17 how to choose