- 31 10月, 2017 1 次提交
-
-
由 Kate Hart 提交于
-
- 21 9月, 2017 2 次提交
- 14 5月, 2017 1 次提交
-
-
由 Dom Postorivo 提交于
-
- 22 3月, 2017 4 次提交
-
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
由 Mark VanderVoord 提交于
-
- 14 3月, 2017 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 15 1月, 2017 1 次提交
-
-
由 jsalling 提交于
The setjmp calls are all in TEST_PROTECT() already
-
- 29 11月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
Revised internal type naming scheme to better sandbox Unity away from everything else. Sure, short was nice, but not at the expense of naming collisions.
-
- 20 11月, 2016 1 次提交
-
-
由 jsalling 提交于
Remove UNITY_FLOAT_VERBOSE entirely, add option UNITY_EXCLUDE_FLOAT_PRINT Remove some questionable float casts from doubles Default to Round Ties to Even behavior, add option to Round Ties Away from Zero
-
- 25 8月, 2016 1 次提交
-
-
由 jsalling 提交于
-
- 09 7月, 2016 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 15 5月, 2016 1 次提交
-
-
由 Andrzej Bieniek 提交于
-
- 04 5月, 2016 1 次提交
-
-
由 jsalling 提交于
Add test for failure count and UnityEnd return value Cover printing escape codes with length parameter Full statement coverage
-
- 28 4月, 2016 1 次提交
-
-
由 jsalling 提交于
For easier automation and searching for a test suite failure
-
- 25 2月, 2016 2 次提交
-
-
由 Matias Devenuta 提交于
With a buffer long enough, no truncation should be neccesary to format floats. Buffer length is user settable by defining UNITY_VERBOSE_NUMBER_MAX_LENGTH, otherwise a sensible default is used based on desired precision. See: http://stackoverflow.com/a/7235717
-
由 Mark VanderVoord 提交于
-
- 07 1月, 2016 1 次提交
-
-
由 jsalling 提交于
Now that the project is using .gitattributes, get rid of CRLF in the repo.
-
- 28 10月, 2015 2 次提交
-
-
由 Andy Isaacson 提交于
-
由 Andy Isaacson 提交于
-
- 15 10月, 2015 1 次提交
-
-
由 Jeremy Hannon 提交于
Added parentheses around all macro parameters to resolve MISRA 2004 rule 19.10, "in the definition of a function-like macro, each instance of a parameter shall be enclosed in parenthesis" as tested with the IAR EW for 8051 compiler, version 9.20.2. The only questionable change is in "unity_fixture.h" where the nested macro DECLARE_TEST_CASE in RUN_TEST_CASE prevents surrounding params "group" and "name" with parentheses. However, it appears that macro DECLARE_TEST_CASE isn't used elsewhere, so I eliminated DECLARE_TEST_CASE and put its expansion directly in RUN_TEST_CASE. Now the following header files pass rule 19.10: * unity.h * unity_internals.h * unity_fixture.h For my own project, this change to the Unity test framework allows me to include my unit test code to be tested against MISRA rules as well, instead of just production code, to help enforce style and team guidelines.
-
- 15 7月, 2015 1 次提交
-
-
由 Nimrod Zimerman 提交于
-
- 23 4月, 2015 1 次提交
-
-
由 Eivind Tagseth 提交于
Compares two strings until maximum n bytes (i.e. strncmp()).
-
- 30 7月, 2014 2 次提交
-
-
由 Mark VanderVoord 提交于
rearranged project to centralize all self-test stuff under test directory. only pull in includes when required.
-
由 Mark VanderVoord 提交于
-
- 23 7月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
- rename the custom FLOAT_TRAIT type because the old name was poor
-
- 22 7月, 2014 2 次提交
-
-
由 Mark VanderVoord 提交于
added macros for IS_DETERMINATE and IS_NOT_DETERMINATE
-
由 Mark VanderVoord 提交于
- rework to not bother with any of the ever-changing test frameworks in Ruby (sigh) for self-testing - started working on cleaner floating point support. more coming.
-
- 01 7月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
* Add UNITY_BEGIN and UNITY_END macros to simplify usage * Improve RUN_TEST to make line_num optional where possible
-
- 04 12月, 2012 1 次提交
-
-
由 Bryan A. Jones 提交于
-
- 31 10月, 2012 2 次提交
-
-
由 Ross Ryles 提交于
-
由 Ross Ryles 提交于
-
- 14 5月, 2011 1 次提交
-
-
由 mvandervoord 提交于
- cleaned up pointer support to handle arrays and to give error when you have an illegal configuration git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@135 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
- 03 5月, 2011 1 次提交
-
-
由 mvandervoord 提交于
- rolled in DOUBLE support from Mark Vismer (thanks!) git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@134 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
- 05 2月, 2011 1 次提交
-
-
由 mvandervoord 提交于
- removed TEST_CASE(...) macro from Unity because it's not compatible with a number of compilers. User will need to define it themselves to use it. (it's an empty define anyway) git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@117 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
- 24 1月, 2011 1 次提交
-
-
由 mvandervoord 提交于
- NOTE: now you need to define UNITY_SUPPORT_TEST_CASES to use TEST_CASE. This is to avoid problems with compilers that don't support varargs in macros. git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@116 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
- 27 11月, 2010 1 次提交
-
-
由 mvandervoord 提交于
- updated docs to better discuss generator options. git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@104 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
- 11 11月, 2010 1 次提交
-
-
由 mvandervoord 提交于
git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@103 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-