Skip to content

Commit 9cc6c8e

Browse files
author
Arnd R. Strube
committed
Add introduction to mocking manual
1 parent 3509505 commit 9cc6c8e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mocking_manual.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ mock("filesystem").ignoreOtherCalls();
505505

506506
### MockSupportPlugin
507507

508-
CppUTest plugins can be installed in the main and 'extend' the unit test framework. It is a place where you can put work that needs to be done in all unit tests. There is a MockSupportPlugin to make the work with mocks easier. Complete Documentation for MockSupportPlugin can be found on the [Plugins Manual](plugins_manual.html) page.
508+
There is a MockSupportPlugin to make the work with mocks easier. Complete Documentation for MockSupportPlugin can be found on the [Plugins Manual](plugins_manual.html) page.
509509

510510
<a id="c_interface"> </a>
511511

plugin_manual.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ layout: default
33
title: Plugin Manual
44
---
55

6+
CppUTest plugins can be installed in the main and 'extend' the unit test framework. A plugin is a place where you can put work that needs to be done in all unit tests.
7+
68
## Table of Content
79

810
* [SetPointerPlugin](#setpointerplugin)

0 commit comments

Comments
 (0)