Skip to content

Commit e54e318

Browse files
author
Arnd R. Strube
committed
Add necessary includes to the example
1 parent ce64676 commit e54e318

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mocking_manual.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,9 @@ CppUTest plugins can be installed in the main and 'extent' the unit test framewo
426426
Installing the MockPlugin means you'll have to add to main something like:
427427

428428
{% highlight c++ %}
429+
#include "CppUTest/TestRegistry.h"
430+
#include "CppUTestExt/MockSupportPlugin.h"
431+
429432
MyDummyComparator dummyComparator;
430433
MockSupportPlugin mockPlugin;
431434

0 commit comments

Comments
 (0)