File containing Mock classes to test the controller of the File module. More...
#include <QFile>
#include <QString>
#include <gmock/gmock.h>
Go to the source code of this file.
Data Structures | |
class | MockFileController |
Class to emulate the behavior of the File controller. More... | |
File containing Mock classes to test the controller of the File module.
This file contains a mock class for the FileController module. It uses Google Mock to create mock methods for the FileController module.
Definition in file MockFileController.hpp.