mollismerx / elfspy

C++ Testing using spies and fakes for isolation and simulation
GNU General Public License v2.0
59 stars 10 forks source link

Fakes with virtual inheritance do not work #3

Open mollismerx opened 8 years ago

mollismerx commented 8 years ago

example7.cpp contains code to test for this. Currently the virtual methods from the virtual base class cannot be found and also it looks like the wrong virtual methods are found for the remaining methods of a class with a virtual base class.