Loading...
Loading...
Computers & software — programming, internet, hardware, security, AI & more.
39644 resources
"An automatic mock object for C++. By using ABI and template techniques, it can simulate a pseudo-""Reflection"" which is normally not supported in C++. The main differences between AMOP and other mock object libraries is that users do not need to implement the interface of the object to be mocked. [Open Source