Write easy unit tests using this template generator.
Features
Creates gtest template with all the boiler plate code with test suite created.
Generate Mocks of classes and interfaces within seconds
Usage
Select the method name for which you want to generate test template
Right click and select Generate Gtest Template
Choose path of the folder in which the test should be created.
If test file does not exist, test file is created, or just appended.
If you need to create the test file in some other location, go to Settings->Location.TestFile->Edit in settings.json->Add the path of appropriate location against your test file.
Select the class or interface for which you want to generate mock
Right click and select Generate mock
Choose path of the file in which the test should be created(Precondition, .cpp file should be created beforehand).