-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Langeveld
committed
Apr 22, 2010
1 parent
d35b872
commit 54121cb
Showing
30 changed files
with
111 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/** | ||
*** @file | ||
*** @brief "$Id$" | ||
**/ | ||
|
||
#ifndef __MYMOCK_HPP__ | ||
#define __MYMOCK_HPP__ | ||
|
||
#include <Stringize.hpp> | ||
#define MOCK_CAT( a,b ) a##b | ||
#define MOCK_NS_HELPER( subject ) namespace mock_generator_settings { struct MOCK_CAT( Mock,subject ) : public subject {}; } | ||
#define MOCK_INCLUDE_HELPER( subject ) STRINGIZE( MOCK_CAT( .mocks/Mock,subject ).hpp ) | ||
|
||
#endif | ||
|
||
#ifdef MOCK | ||
|
||
#ifdef MOCK_RUN | ||
MOCK_NS_HELPER( MOCK ) | ||
#else | ||
#include MOCK_INCLUDE_HELPER( MOCK ) | ||
#endif | ||
|
||
#undef MOCK | ||
#undef MOCK_HIDE_PROTECTED | ||
#endif |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
File renamed without changes.
File renamed without changes.
0
csource/mocks/test/Doxyfile → csource/mocks/example/Doxyfile
100644 → 100755
File renamed without changes.
0
csource/mocks/test/MOCKS.doxy → csource/mocks/example/MOCKS.doxy
100644 → 100755
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0
csource/mocks/test/main.cpp → csource/mocks/example/main.cpp
100644 → 100755
File renamed without changes.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters