Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eranpeer committed Oct 28, 2014
1 parent a60db2c commit 22178ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -56,7 +56,7 @@ Download the [Latest Release](https://github.com/eranpeer/FakeIt/releases/latest
## Features
* Very simple API based on the expressiveness of C++11.
* Supports all major compilers: GCC, Clang and MSC++.
* Easily integrated with **GTest** and **MS Test**.
* Easily integrated with **GTest**, **MS Test** and **Boost Test**.
* Expressive [Arrange-Act-Assert](http://xp123.com/articles/3a-arrange-act-assert/) syntax.
* Create mock classes or **spy existing objects** instantly in one simple line.
* No limitation on number of method arguments.
Expand All @@ -73,6 +73,10 @@ For example:
```
-I"<fakeit_folder>/include" -I"<fakeit_folder>/config/mstest"
```
* To use fakeit with **Boost Test** add the "include" folder and the "config/boost" folder to the include path of your test project:
```
-I"<fakeit_folder>/include" -I"<fakeit_folder>/config/boost"
```
* To use fakeit with **tpunit** add the "include" folder and the "config/tpunit" folder to the include path of your test project:
```
-I"<fakeit_folder>/include" -I"<fakeit_folder>/config/tpunit"
Expand Down

0 comments on commit 22178ec

Please sign in to comment.