mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-05-21 17:36:21 +08:00
- Document new define in unity.h. Will still need to be added to real docs
This commit is contained in:
@ -60,6 +60,9 @@ void tearDown(void);
|
|||||||
* Parameterized Tests
|
* Parameterized Tests
|
||||||
* - you'll want to create a define of TEST_CASE(...) which basically evaluates to nothing
|
* - you'll want to create a define of TEST_CASE(...) which basically evaluates to nothing
|
||||||
|
|
||||||
|
* Tests with Arguments
|
||||||
|
* - you'll want to define UNITY_USE_COMMAND_LINE_ARGS if you have the test runner passing arguments to Unity
|
||||||
|
|
||||||
*-------------------------------------------------------
|
*-------------------------------------------------------
|
||||||
* Basic Fail and Ignore
|
* Basic Fail and Ignore
|
||||||
*-------------------------------------------------------*/
|
*-------------------------------------------------------*/
|
||||||
|
Reference in New Issue
Block a user