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()".
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()".