UnitTestHarness  1.0
Unit Testing Tool
 All Data Structures Namespaces Files Functions Variables Pages
exampleSubLibraryMockVersion.ctl File Reference

This is an example mock version of a sub-library that is used by the code being tested. More...

Functions

void helloWorld ()
 The routine below will be called instead of exampleSubLibrary.ctl's version of this routine. More...
 

Detailed Description

This is an example mock version of a sub-library that is used by the code being tested.

Creation Date
25/04/2014

Function Documentation

void helloWorld ( )

The routine below will be called instead of exampleSubLibrary.ctl's version of this routine.