mirror of
https://github.com/google/googletest.git
synced 2026-02-07 18:26:46 +08:00
Add the possibility of specifying the name in type parameterized tests. Similar to how the last parameter of INSTANTIATE_TEST_CASE_P allows to override the name for (non-type) parametrized tests, this adds the possibility of adding a parameter to INSTANTIATE_TYPED_TEST_CASE_P. The argument has to be a class, which contains a static templated function GetName<T>(int), returning the name for type T. PiperOrigin-RevId: 210532231 |
||
|---|---|---|
| .. | ||
| internal | ||
| gtest_pred_impl.h | ||
| gtest_prod.h | ||
| gtest-death-test.h | ||
| gtest-message.h | ||
| gtest-param-test.h | ||
| gtest-param-test.h.pump | ||
| gtest-printers.h | ||
| gtest-spi.h | ||
| gtest-test-part.h | ||
| gtest-typed-test.h | ||
| gtest.h | ||