Skip to content

Commit 3196fab

Browse files
committed
[doc] cppnow-2017
1 parent 0794b8a commit 3196fab

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/cppnow-2017/index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,11 @@
299299

300300
###Mocking interfaces - modern alternatives
301301

302-
* HippoMocks
303-
* FakeIt
302+
* [Mockator](http://www.mockator.com/) / Eclipse CDT
303+
* [HippoMocks](https://github.com/dascandy/hippomocks)
304+
* [FakeIt](https://github.com/eranpeer/FakeIt)
304305
* ...
305-
* **GUnit.GMock (based on GoogleMock)**
306+
* **[GUnit.GMock](https://github.com/cpp-testing/GUnit) (based on GoogleMock)**
306307

307308
----
308309

@@ -1915,11 +1916,11 @@
19151916

19161917
## Questions?
19171918

1918-
| | |
1919-
|-|-|
1920-
| GUnit | https://github.com/cpp-testing/GUnit |
1921-
| VC | https://github.com/boost-experimental/vc |
1922-
|[Boost].DI | https://github.com/boost-experimental/di |
1919+
| | | |
1920+
|-|-|-|
1921+
| Dependency Injection |[Boost].DI | https://github.com/boost-experimental/di |
1922+
| Virtual Concepts | VC | https://github.com/boost-experimental/vc |
1923+
| Testing/Mocking | GUnit | https://github.com/cpp-testing/GUnit |
19231924

19241925
---
19251926

0 commit comments

Comments
 (0)