catch an exception on discovery_viewer
[platform/core/ml/aitt.git] / external / C-Mock / README.md
1 C Mock - Google Mock Extension
2 ==============================
3
4 https://github.com/hjagodzinski/C-Mock
5
6 Overview
7 --------
8
9 C Mock is [Google Mock](https://github.com/google/googletest)'s extension allowing a function mocking.
10
11 This is neither a patch to nor fork of Google Mock. This is just a set of headers providing a way to use tools for mock methods with mock functions in tests.
12
13 C Mock is not intended to promote a bad design. Its goal is to aid the developers test their code.