mirror of
https://github.com/google/googletest.git
synced 2026-06-15 08:26:11 +08:00
Merge f252081fb5745ce6c5d410b28baa207d74a90349 into 7140cd416cecd7462a8aae488024abeee55598e4
This commit is contained in:
commit
9a33c6b6b9
@ -1233,9 +1233,11 @@ returns the value of `testing::PrintToString(GetParam())`. It does not work for
|
||||
`std::string` or C strings.
|
||||
|
||||
{: .callout .note}
|
||||
NOTE: test names must be non-empty, unique, and may only contain ASCII
|
||||
alphanumeric characters. In particular, they
|
||||
[should not contain underscores](faq.md#why-should-test-suite-names-and-test-names-not-contain-underscore)
|
||||
NOTE: test names must be non-empty, unique,
|
||||
and may only contain ASCII
|
||||
alphanumeric characters and underscores.
|
||||
|
||||
|
||||
|
||||
```c++
|
||||
class MyTestSuite : public testing::TestWithParam<int> {};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user