1. 03 3月, 2016 1 次提交
  2. 26 2月, 2016 1 次提交
    • J
      Delete function call syntax from Spy detect macros · f55bed38
      jsalling 提交于
       This fixes #168. See that github.com issue for more discussion.
       Allows the tests to build when putchar() is defined as a macro
        with parenthesis around it, as in the ARM embedded gcc compiler.
      f55bed38
  3. 25 2月, 2016 1 次提交
  4. 13 2月, 2016 1 次提交
  5. 07 1月, 2016 2 次提交
  6. 21 12月, 2015 1 次提交
    • J
      Add tests for printing numbers using a compile time replacement spy · a3d81dfa
      jsalling 提交于
       If Unity core is compiled with UNITY_OUTPUT_CHAR = putcharSpy, these tests
        will run, otherwise they are ignored and print a message
       Includes an implementation of putcharSpy, which allows checking the I/O
        from Unity during a test. Follows closely from the Fixture spy
       Tricky macros determine if putcharSpy is injected
      a3d81dfa
  7. 11 12月, 2015 1 次提交
  8. 15 7月, 2015 1 次提交
  9. 24 4月, 2015 1 次提交
  10. 23 4月, 2015 1 次提交
  11. 02 9月, 2014 1 次提交
  12. 30 7月, 2014 1 次提交
  13. 23 7月, 2014 1 次提交
  14. 22 7月, 2014 2 次提交
  15. 23 5月, 2014 1 次提交
  16. 28 6月, 2013 2 次提交
    • A
      Fix tests testing TEST_ASSERT_EQUAL_MEMORY_ARRAY on 16-bit platforms · 2b484e42
      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).
      2b484e42
    • A
      Fix unit tests for TEST_ASSERT_EQUAL_HEX_ARRAY on 16-bit architectures · 318dc8f3
      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'.
      318dc8f3
  17. 27 11月, 2012 1 次提交
  18. 31 10月, 2012 4 次提交
  19. 30 10月, 2012 2 次提交
  20. 05 10月, 2012 4 次提交
  21. 04 10月, 2012 3 次提交
  22. 29 8月, 2012 1 次提交
    • A
      Fix issue \#7 INTx_WITHIN_MESSAGE() macro · e95f6626
      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.
      e95f6626
  23. 27 8月, 2012 1 次提交
  24. 14 5月, 2011 1 次提交
  25. 03 5月, 2011 1 次提交
  26. 28 4月, 2011 1 次提交
  27. 20 4月, 2011 1 次提交
  28. 18 2月, 2011 1 次提交