File containing the Mock class of the MileageCalculator class. More...
Go to the source code of this file.
Data Structures | |
class | MockMileageCalculator |
Class to emulate the behavior of the MileageCalculator class. More... | |
File containing the Mock class of the MileageCalculator class.
This file contains a mock class for the MileageCalculator class. It uses Google Mock to create mock methods for the MileageCalculator class.
Definition in file MockMileageCalculator.hpp.