We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce64676 commit e54e318Copy full SHA for e54e318
mocking_manual.markdown
@@ -426,6 +426,9 @@ CppUTest plugins can be installed in the main and 'extent' the unit test framewo
426
Installing the MockPlugin means you'll have to add to main something like:
427
428
{% highlight c++ %}
429
+#include "CppUTest/TestRegistry.h"
430
+#include "CppUTestExt/MockSupportPlugin.h"
431
+
432
MyDummyComparator dummyComparator;
433
MockSupportPlugin mockPlugin;
434
0 commit comments