Merge pull request #556 from erijo/test-range-exclusive-end

Add support for TEST_RANGE with exclusive end
This commit is contained in:
Mark VanderVoord
2022-11-12 20:46:33 -05:00
committed by GitHub
3 changed files with 32 additions and 5 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ void verifyTest(void);
* - define UNITY_SUPPORT_TEST_CASES to include the TEST_CASE macro, though really it's mostly about the runner generator script
* 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(...) and/or TEST_RANGE(...) 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