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
DRTEST_DATA
DRTEST_TEST
The following test raises a strange error message:
DRTEST_DATA(data_without_test) { } // DRTEST_TEST(data_without_test) // { // }
The error message is:
TEST data_without_test *FAIL data_without_test: std::exception
The throw is fine, but the error message should be more verbose.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following test raises a strange error message:
The error message is:
TEST data_without_test *FAIL data_without_test: std::exception
The throw is fine, but the error message should be more verbose.
The text was updated successfully, but these errors were encountered: