1. 22 6月, 2016 1 次提交
  2. 15 5月, 2016 1 次提交
  3. 26 2月, 2016 1 次提交
  4. 02 2月, 2016 1 次提交
  5. 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
  6. 27 1月, 2016 1 次提交
  7. 20 1月, 2016 2 次提交
    • P
      Improved header file generation. · 55a75ded
      Peter Mendham 提交于
      Changed the guard syntax as it was cumbersome for header files in deep
      sub-directories. Added framework/mock includes to make the header file
      stand alone. Made sure that a valid prototype was generated in the case of
      no arguments (void).
      55a75ded
    • P
      Added a command line option to change the name of main. · 2e479911
      Peter Mendham 提交于
      This allows alternative entry points. This is intended for the
      integration of the unit test into a larger system or for it to be used with
      a platform/OS which requires an application entry point other than main. At
      the moment there is no way to change the type signature.
      2e479911
  8. 08 1月, 2016 1 次提交
  9. 11 12月, 2015 1 次提交
  10. 18 8月, 2015 2 次提交
  11. 22 7月, 2015 1 次提交
  12. 21 7月, 2015 2 次提交
  13. 06 4月, 2015 1 次提交
  14. 13 3月, 2015 1 次提交
  15. 12 3月, 2015 1 次提交
  16. 06 11月, 2014 1 次提交
  17. 30 10月, 2014 1 次提交
  18. 25 10月, 2014 1 次提交
  19. 02 9月, 2014 1 次提交
  20. 31 7月, 2014 1 次提交
    • M
      reenable results summary. · 14b07433
      Mark VanderVoord 提交于
      support tests named spec as well.
      clean up UnityBegin to make us not have to dig inside it to inject the filename.
      Add UNITY_OUTPUT_START() and UNITY_OUTPUT_COMPLETE() for future use.
      14b07433
  21. 30 7月, 2014 1 次提交
  22. 22 5月, 2014 1 次提交
  23. 22 4月, 2014 2 次提交
  24. 08 3月, 2014 1 次提交
  25. 28 2月, 2014 1 次提交
  26. 22 6月, 2013 1 次提交
    • S
      Update generate_test_runner.rb · 4460fc50
      shellyniz 提交于
      Bug - compilation error when using parametrized tests with user defined types. When using TEST_CASE and parametrised test and passing parameters which are of user defined types, the test_runner does not compile because it does not recognize the user defined types.
      Test runner should copy the include statements from the test file
      4460fc50
  27. 26 11月, 2012 1 次提交
  28. 11 10月, 2011 1 次提交
  29. 28 4月, 2011 1 次提交
  30. 27 4月, 2011 2 次提交
  31. 18 4月, 2011 1 次提交
  32. 15 4月, 2011 1 次提交
  33. 23 1月, 2011 2 次提交
  34. 28 12月, 2010 1 次提交