[Pluralsight] C++ Unit Testing Fundamentals Using Catch

Tags:

ReleaseDate“: “2016-10-21T00:00:00Z”,
UpdatedDate“: “2016-10-21T00:00:00Z”,
Level“: “Beginner”,

ShortDescription“: “Writing unit tests is a big part of being a professional software developer. This course would teach you how to write readable and robust unit tests using Catch, a simple, yet powerful unit testing framework.”,

Description“: “Writing unit tests is a big part of being a good software developer. Unfortunately, unit testing in C++ is far from being trivial and good unit testing frameworks are hard to find. In this course, C++ Unit Testing Fundamentals Using Catch, you will learn how to write robust unit tests using Catch, a simple-to-use, yet flexible and powerful unit testing framework for C++. You will learn what makes Catch different from other xUnit frameworks, and how it can be used to write unit tests for your C++ code. You will also get to see how to run Catch from the command line, how to use test fixtures, and how to create maintainable tests. When you’re finished with this course, you will have a foundational knowledge of Catch and unit testing in C++ that would help you create better, cleaner C++ code.”,

DurationInMilliseconds“: 5905000,
HasTranscript“: 1,
AuthorsFullnames“: “Dror Helper”,

Size: 201.28M

2 thoughts on “[Pluralsight] C++ Unit Testing Fundamentals Using Catch”

Leave a Comment