Commit 2eaab215 authored by nicolacavallini's avatar nicolacavallini
Browse files

added link to sample 6 in the documentation of typed test

parent 5e7fd50e
...@@ -1344,7 +1344,7 @@ TYPED_TEST(FooTest, DoesBlah) { ...@@ -1344,7 +1344,7 @@ TYPED_TEST(FooTest, DoesBlah) {
TYPED_TEST(FooTest, HasPropertyA) { ... } TYPED_TEST(FooTest, HasPropertyA) { ... }
``` ```
You can see `samples/sample6_unittest.cc` for a complete example. You can see [`samples/sample6_unittest.cc`](../samples/sample6_unittest.cc) for a complete example.
_Availability:_ Linux, Windows (requires MSVC 8.0 or above), Mac; _Availability:_ Linux, Windows (requires MSVC 8.0 or above), Mac;
since version 1.1.0. since version 1.1.0.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment