Menu

#21 Ability to provide supplemental info in case of failure

open
None
5
2010-05-04
2010-05-04
Matt Wilson
No

if(!XTESTS_TEST_ENUM_EQUAL(TT_KEYWORD, tokens[i * 2].tokenType))
{
XTESTS_TEST_PRINT_ADDITIONAL("token string: %s", csharp_keywords[i]);
}

The XTESTS_TEST_PRINT_ADDITIONAL() would create output that would be emitted along with the test results

Discussion

Auth0 Logo