We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get the name of the test case? In the example of the following code, how to get the test_name?
test_name
TEST_CASE("test_name") { const auto name = doctest::detail::some_thing_like_get_name(); // name will be "test_name" }
The text was updated successfully, but these errors were encountered:
see this issue for details how to workaround it: #345
Sorry, something went wrong.
Works for me, Thank you!
No branches or pull requests
Question
How to get the name of the test case? In the example of the following code, how to get the
test_name
?The text was updated successfully, but these errors were encountered: