Skip to content
New issue

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

Add new test result: ERROR #632

Open
jauernim opened this issue Aug 20, 2022 · 1 comment
Open

Add new test result: ERROR #632

jauernim opened this issue Aug 20, 2022 · 1 comment

Comments

@jauernim
Copy link

Sometimes it would be useful to indicate that a test failed before even reaching its test focus. JUnit-like test framework have a dedicated test result for this: ERROR.

Would it be possible to add this to Unity? Something like "TEST_ERROR()" and "TEST_ERROR_MESSAGE()".

@AJIOB
Copy link
Contributor

AJIOB commented Nov 27, 2022

@jauernim
If I correctly understand you, you should use TEST_FAIL() or TEST_FAIL_MESSAGE() calls, aren't you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants