Information Technology
Star icon
Most Popular
Hands on Training icon
Hands On Training
Star icon
Hands on Training icon

Advanced C++ Mocking Using Google Mock 1

Course Cover
compare button icon

Course Features

icon

Duration

228 minutes

icon

Delivery Method

Online

icon

Available on

Downloadable Courses

icon

Accessibility

Desktop, Laptop

icon

Language

English

icon

Subtitles

English

icon

Level

Advanced

icon

Teaching Type

Self Paced

icon

Video Content

228 minutes

Course Description

Unit testing looks easy in tutorials, blogs, and books. It can be difficult to test unit tests in real life, where there are dependencies between real code. It is possible to isolate unit tests by using mocks and stubs as well as fakes. Developers who attempt to unit-test their code must use mocks. This course, Advanced C++ Mocking using Google Mock, will teach you how to create fake dependencies in C++ with Google Mock. You'll first learn how mocks can make unit tests easier and more predictable. Next, we'll show you how to use Google Mock with various unit testing frameworks and discuss best practices for mocking frameworks. You'll also learn how to test legacy code using unit testing techniques. You'll gain a working knowledge about mocking frameworks, Google Mock, and be able unit-test any code.

Course Overview

projects-img

International Faculty

projects-img

Post Course Interactions

projects-img

Instructor-Moderated Discussions

projects-img

Case Studies, Captstone Projects

Skills You Will Gain

What You Will Learn

By the end of this course, you'll have a working knowledge of mocking frameworks and Google Mock, and you'll be able to efficiently unit test any code

Finally, you'll learn useful unit testing patterns for existing legacy code

First, you'll learn about how to make unit tests simpler and more predictable using mocks

Next, you'll explore how to run Google Mock with different unit testing frameworks, and cover mocking frameworks best practices

You'll learn how to fake dependencies in C++ using Google Mock

Course Cover