- 30 7月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
rearranged project to centralize all self-test stuff under test directory. only pull in includes when required.
-
- 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.
-
- 23 5月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 22 5月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 22 4月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
There was no reason that CMock init and destroy calls should be in the protected blocks. teardown is more flexible if verify is called afterwards.
-
- 08 3月, 2014 1 次提交
-
-
由 Mark VanderVoord 提交于
Fixed initialization of data structure by just doing it manually instead of statically (goodbye compiler warnings!)
-
- 22 9月, 2013 1 次提交
-
-
由 Mark VanderVoord 提交于
-
- 28 6月, 2013 2 次提交
-
-
由 Antony Male 提交于
The tests which exercise TEST_ASSERT_EQUAL_MEMORY_ARRAY use int arrays, and hard-code the size of each element as 4 bytes. This is of course untrue on 16-bit platforms. Replace this hard-coded value with sizeof(int).
-
由 Antony Male 提交于
Previously, TEST_ASSERT_EQUAL_HEX_ARRAY was being called, and passed arrays of type 'unsigned int'. TEST_ASSERT_EQUAL_HEX_ARRAY is an alias for TEST_ASSERT_EQUAL_HEX32_ARRAY in *all* cases (and is documented as such), while 'unsigned int' is 16 bits on some platforms. Unsurprisingly this caused some tests to fail. Fix by replacing the 'unsigned int' declarations with '_UU32'.
-
- 27 11月, 2012 1 次提交
-
-
由 Bryan A. Jones 提交于
- Change type of floating-point constants to single/double precision as appropriate.
-
- 31 10月, 2012 4 次提交
-
-
由 Ross Ryles 提交于
-
由 Ross Ryles 提交于
-
由 Ross Ryles 提交于
-
由 Ross Ryles 提交于
UnityAssertFloatsWithin now fails any test where either a NaN or Infinite value is passed as expected or actual.
-
- 30 10月, 2012 2 次提交
-
-
由 Ross Ryles 提交于
-
由 Ross Ryles 提交于
-
- 05 10月, 2012 4 次提交
-
-
由 John Van Enk 提交于
-
由 John Van Enk 提交于
-
由 John Van Enk 提交于
-
由 Xiaochen Pan 提交于
-
- 04 10月, 2012 3 次提交
-
-
由 John Van Enk 提交于
-
由 John Van Enk 提交于
-
由 John Van Enk 提交于
-
- 29 8月, 2012 1 次提交
-
-
由 Alex Rodriguez 提交于
The reason that TEST_ASSERT_xyz_WITHIN_MESSAGE() family of functions doesn't print any message is because is calling a re-use macro from the TEST_ASSERT_xyz_WITHIN() family of functions. Due this two functions in unity.h calls the same function from unity_internals.h, the message is nullified at this point. The issue is fix by passing _message_ arg to the 4th argument of *UnityAssertNumbersWithin()* function.
-
- 27 8月, 2012 1 次提交
-
-
由 Xiaochen Pan 提交于
-
- 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
-
- 28 4月, 2011 1 次提交
-
-
由 mvandervoord 提交于
- made generate_test_runner's two include groups more clearly differentiated - added negative tests to int16's. git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@133 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
- 20 4月, 2011 1 次提交
-
-
由 mvandervoord 提交于
- protect against ints that only have differences in higher nibbles that shouldn't be part of comparison git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@130 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
- 18 2月, 2011 1 次提交
-
-
由 mvandervoord 提交于
- added a couple of user-submitted ports git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@119 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
-
- 23 1月, 2011 2 次提交
-
-
由 mvandervoord 提交于
- fixed TEST_CASE error git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@115 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
由 mvandervoord 提交于
- added option to specify includes as <stdlib.h> so that they will get angle brackets instead of "" git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@114 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
- 28 12月, 2010 1 次提交
-
-
由 mvandervoord 提交于
- 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
-
- 01 12月, 2010 1 次提交
-
-
由 mvandervoord 提交于
- fixed a few bugs in fixtures to get it to pass against our standard compilers - added extern of OUTPUT_CHAR method to keep compilers from complaining git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@107 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
- 27 11月, 2010 2 次提交
-
-
由 mvandervoord 提交于
git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@105 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-
由 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
-
- 23 9月, 2010 1 次提交
-
-
由 mvandervoord 提交于
git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@97 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
-