1. 10 2月, 2016 1 次提交
  2. 09 2月, 2016 2 次提交
  3. 06 2月, 2016 2 次提交
  4. 04 2月, 2016 1 次提交
  5. 02 2月, 2016 3 次提交
  6. 01 2月, 2016 2 次提交
  7. 31 1月, 2016 1 次提交
  8. 29 1月, 2016 1 次提交
    • P
      Added support for mocks in sub-directories. · 4ea563e6
      Peter Mendham 提交于
      This supports mock headers of the form:
          #include "some/dir/MockMyCode.h"
      Where the mock name is actually MockMyCode.
      
      I *think* this is the most common scenario when working with mocks
      in subdirectories but if not this could be modified to support
      alternate schemes.
      4ea563e6
  9. 27 1月, 2016 2 次提交
  10. 24 1月, 2016 1 次提交
  11. 20 1月, 2016 6 次提交
  12. 16 1月, 2016 1 次提交
  13. 08 1月, 2016 2 次提交
  14. 07 1月, 2016 5 次提交
  15. 06 1月, 2016 1 次提交
  16. 05 1月, 2016 3 次提交
  17. 29 12月, 2015 2 次提交
  18. 23 12月, 2015 1 次提交
  19. 22 12月, 2015 2 次提交
  20. 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