source:
tests/HelloWorld.cc@
12746
| Last change on this file since 12746 was 12746, checked in by , 12 years ago | |
|---|---|
| File size: 112 bytes | |
| Line | |
|---|---|
| 1 | #include "gtest/gtest.h" |
| 2 | |
| 3 | using namespace ::testing; |
| 4 | |
| 5 | TEST(Example, Test1) |
| 6 | { |
| 7 | SUCCEED() << "Hello World!"; |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.