mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-25 01:11:36 +01:00
- updated documentation
- parameterized tests now output parameters as part of message git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@110 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#define RUN_TEST_NO_ARGS
|
||||
#define RUN_TEST(TestFunc, TestLineNum, ...) \
|
||||
{ \
|
||||
Unity.CurrentTestName = #TestFunc; \
|
||||
Unity.CurrentTestName = #TestFunc "(" #__VA_ARGS__ ")"; \
|
||||
Unity.CurrentTestLineNumber = TestLineNum; \
|
||||
Unity.NumberOfTests++; \
|
||||
if (TEST_PROTECT()) \
|
||||
|
||||
Reference in New Issue
Block a user