
Go to the source code of this file.
Functions | |
| TEST (MyString, DefaultConstructor) | |
| TEST (MyString, ConstructorFromCString) | |
| TEST (MyString, CopyConstructor) | |
| TEST (MyString, Set) | |
Variables | |
| const char | kHelloString [] = "Hello, world!" |
| TEST | ( | MyString | , |
| DefaultConstructor | |||
| ) |
Definition at line 49 of file gtest/samples/sample2_unittest.cc.
| TEST | ( | MyString | , |
| ConstructorFromCString | |||
| ) |
Definition at line 80 of file gtest/samples/sample2_unittest.cc.
| TEST | ( | MyString | , |
| CopyConstructor | |||
| ) |
Definition at line 88 of file gtest/samples/sample2_unittest.cc.
| TEST | ( | MyString | , |
| Set | |||
| ) |
Definition at line 95 of file gtest/samples/sample2_unittest.cc.
| const char kHelloString[] = "Hello, world!" |
Definition at line 77 of file gtest/samples/sample2_unittest.cc.