Completed
- Building CppUTest Locally
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Getting Started with Unit Testing for CI/CD - Part 3
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Overview of Unit Tests
- 3 - Using a Test Framework
- 4 - Writing the Component Under Test
- 5 - Writing the User Application
- 6 - Writing the Project Makefile
- 7 - Building CppUTest Locally
- 8 - Writing the Overall Test Makefile
- 9 - Writing a Unit Test
- 10 - Writing the Unit Test Makefile
- 11 - Running the Unit Tests
- 12 - Modularizing with Docker
- 13 - Automating Unit Tests with GitHub Actions
- 14 - Conclusion