Allow macros inside of parametrized test names.
This allows doing things like TEST_P(TestFixture, MAYBE(TestName)) for nicer conditional test disabling.
Showing
Please register or sign in to comment
This allows doing things like TEST_P(TestFixture, MAYBE(TestName)) for nicer conditional test disabling.