ceedling 0.28.1 → 0.28.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (467) hide show
  1. checksums.yaml +4 -4
  2. data/bin/ceedling +3 -2
  3. data/docs/CeedlingPacket.md +4 -0
  4. data/lib/ceedling/configurator_builder.rb +26 -0
  5. data/lib/ceedling/configurator_setup.rb +1 -0
  6. data/lib/ceedling/file_finder.rb +7 -1
  7. data/lib/ceedling/flaginator.rb +28 -8
  8. data/lib/ceedling/rules_release.rake +3 -3
  9. data/lib/ceedling/rules_release_deep_dependencies.rake +1 -1
  10. data/lib/ceedling/version.rb +3 -3
  11. data/plugins/gcov/config/defaults.yml +4 -3
  12. data/plugins/module_generator/lib/module_generator.rb +1 -1
  13. data/plugins/subprojects/README.md +63 -63
  14. data/plugins/subprojects/config/defaults.yml +33 -33
  15. data/plugins/subprojects/lib/subprojects.rb +92 -92
  16. data/plugins/subprojects/subprojects.rake +78 -78
  17. data/vendor/cmock/docs/CMock_Summary.md +75 -60
  18. data/vendor/cmock/lib/cmock_config.rb +1 -0
  19. data/vendor/cmock/lib/cmock_generator.rb +13 -1
  20. data/vendor/cmock/lib/cmock_generator_plugin_expect.rb +1 -1
  21. data/vendor/cmock/lib/cmock_generator_plugin_expect_any_args.rb +0 -14
  22. data/vendor/cmock/lib/cmock_generator_plugin_ignore.rb +4 -0
  23. data/vendor/cmock/lib/cmock_generator_utils.rb +4 -5
  24. data/vendor/cmock/lib/cmock_header_parser.rb +26 -28
  25. data/vendor/cmock/lib/cmock_plugin_manager.rb +27 -12
  26. data/vendor/cmock/scripts/create_makefile.rb +5 -4
  27. data/vendor/cmock/scripts/test_summary.rb +1 -1
  28. data/vendor/cmock/test/system/test_interactions/ignore_and_return.yml +167 -0
  29. data/vendor/cmock/test/system/test_interactions/ignore_strict_mock_calling.yml +37 -0
  30. data/vendor/cmock/test/unit/cmock_generator_main_test.rb +14 -1
  31. data/vendor/cmock/test/unit/cmock_generator_plugin_expect_b_test.rb +25 -24
  32. data/vendor/cmock/test/unit/cmock_header_parser_test.rb +101 -3
  33. data/vendor/unity/README.md +11 -0
  34. data/vendor/unity/auto/generate_module.rb +3 -3
  35. data/vendor/unity/auto/stylize_as_junit.rb +0 -0
  36. data/vendor/unity/docs/UnityAssertionsReference.md +54 -0
  37. data/vendor/unity/examples/unity_config.h +6 -4
  38. data/vendor/unity/extras/fixture/rakefile_helper.rb +1 -1
  39. data/vendor/unity/extras/fixture/test/Makefile +1 -0
  40. data/vendor/unity/src/unity.c +121 -73
  41. data/vendor/unity/src/unity.h +60 -0
  42. data/vendor/unity/src/unity_internals.h +47 -7
  43. data/vendor/unity/test/Makefile +1 -0
  44. data/vendor/unity/test/rakefile_helper.rb +1 -1
  45. data/vendor/unity/test/tests/testunity.c +508 -164
  46. metadata +3 -423
  47. data/out.fail +0 -21
  48. data/plugins/fake_function_framework/vendor/fff/LICENSE +0 -25
  49. data/plugins/fake_function_framework/vendor/fff/Makefile +0 -10
  50. data/plugins/fake_function_framework/vendor/fff/README.md +0 -454
  51. data/plugins/fake_function_framework/vendor/fff/buildandtest +0 -15
  52. data/plugins/fake_function_framework/vendor/fff/examples/Makefile +0 -7
  53. data/plugins/fake_function_framework/vendor/fff/examples/driver_testing/Makefile +0 -64
  54. data/plugins/fake_function_framework/vendor/fff/examples/driver_testing/driver.c +0 -24
  55. data/plugins/fake_function_framework/vendor/fff/examples/driver_testing/driver.h +0 -11
  56. data/plugins/fake_function_framework/vendor/fff/examples/driver_testing/driver.test.cpp +0 -50
  57. data/plugins/fake_function_framework/vendor/fff/examples/driver_testing/driver.test.fff.cpp +0 -62
  58. data/plugins/fake_function_framework/vendor/fff/examples/driver_testing/hardware_abstraction.h +0 -15
  59. data/plugins/fake_function_framework/vendor/fff/examples/driver_testing/registers.h +0 -13
  60. data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/DISPLAY.h +0 -17
  61. data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/Kata.txt +0 -25
  62. data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/Makefile +0 -67
  63. data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/SYSTEM.h +0 -21
  64. data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/UI.c +0 -48
  65. data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/UI.h +0 -12
  66. data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/UI_test_ansic.c +0 -183
  67. data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/UI_test_cpp.cpp +0 -136
  68. data/plugins/fake_function_framework/vendor/fff/examples/embedded_ui/test_suite_template.c +0 -34
  69. data/plugins/fake_function_framework/vendor/fff/fakegen.rb +0 -420
  70. data/plugins/fake_function_framework/vendor/fff/fff.h +0 -5112
  71. data/plugins/fake_function_framework/vendor/fff/gtest/Makefile +0 -22
  72. data/plugins/fake_function_framework/vendor/fff/gtest/gtest-all.cc +0 -9118
  73. data/plugins/fake_function_framework/vendor/fff/gtest/gtest-main.cc +0 -6
  74. data/plugins/fake_function_framework/vendor/fff/gtest/gtest.h +0 -19537
  75. data/plugins/fake_function_framework/vendor/fff/test/Makefile +0 -81
  76. data/plugins/fake_function_framework/vendor/fff/test/c_test_framework.h +0 -15
  77. data/plugins/fake_function_framework/vendor/fff/test/fff_test_c.c +0 -108
  78. data/plugins/fake_function_framework/vendor/fff/test/fff_test_cpp.cpp +0 -45
  79. data/plugins/fake_function_framework/vendor/fff/test/fff_test_global_c.c +0 -76
  80. data/plugins/fake_function_framework/vendor/fff/test/fff_test_global_cpp.cpp +0 -23
  81. data/plugins/fake_function_framework/vendor/fff/test/global_fakes.c +0 -13
  82. data/plugins/fake_function_framework/vendor/fff/test/global_fakes.h +0 -37
  83. data/plugins/fake_function_framework/vendor/fff/test/test_cases.include +0 -276
  84. data/vendor/c_exception/vendor/unity/README.md +0 -220
  85. data/vendor/c_exception/vendor/unity/auto/colour_prompt.rb +0 -118
  86. data/vendor/c_exception/vendor/unity/auto/colour_reporter.rb +0 -39
  87. data/vendor/c_exception/vendor/unity/auto/generate_config.yml +0 -36
  88. data/vendor/c_exception/vendor/unity/auto/generate_module.rb +0 -308
  89. data/vendor/c_exception/vendor/unity/auto/generate_test_runner.rb +0 -437
  90. data/vendor/c_exception/vendor/unity/auto/parse_output.rb +0 -220
  91. data/vendor/c_exception/vendor/unity/auto/stylize_as_junit.rb +0 -252
  92. data/vendor/c_exception/vendor/unity/auto/test_file_filter.rb +0 -25
  93. data/vendor/c_exception/vendor/unity/auto/type_sanitizer.rb +0 -6
  94. data/vendor/c_exception/vendor/unity/auto/unity_test_summary.py +0 -139
  95. data/vendor/c_exception/vendor/unity/auto/unity_test_summary.rb +0 -136
  96. data/vendor/c_exception/vendor/unity/auto/unity_to_junit.py +0 -146
  97. data/vendor/c_exception/vendor/unity/docs/ThrowTheSwitchCodingStandard.md +0 -207
  98. data/vendor/c_exception/vendor/unity/docs/UnityAssertionsCheatSheetSuitableforPrintingandPossiblyFraming.pdf +0 -0
  99. data/vendor/c_exception/vendor/unity/docs/UnityAssertionsReference.md +0 -716
  100. data/vendor/c_exception/vendor/unity/docs/UnityConfigurationGuide.md +0 -398
  101. data/vendor/c_exception/vendor/unity/docs/UnityGettingStartedGuide.md +0 -191
  102. data/vendor/c_exception/vendor/unity/docs/UnityHelperScriptsGuide.md +0 -242
  103. data/vendor/c_exception/vendor/unity/docs/license.txt +0 -21
  104. data/vendor/c_exception/vendor/unity/examples/example_1/makefile +0 -71
  105. data/vendor/c_exception/vendor/unity/examples/example_1/readme.txt +0 -5
  106. data/vendor/c_exception/vendor/unity/examples/example_1/src/ProductionCode.c +0 -24
  107. data/vendor/c_exception/vendor/unity/examples/example_1/src/ProductionCode.h +0 -3
  108. data/vendor/c_exception/vendor/unity/examples/example_1/src/ProductionCode2.c +0 -11
  109. data/vendor/c_exception/vendor/unity/examples/example_1/src/ProductionCode2.h +0 -2
  110. data/vendor/c_exception/vendor/unity/examples/example_1/test/TestProductionCode.c +0 -62
  111. data/vendor/c_exception/vendor/unity/examples/example_1/test/TestProductionCode2.c +0 -31
  112. data/vendor/c_exception/vendor/unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c +0 -53
  113. data/vendor/c_exception/vendor/unity/examples/example_1/test/test_runners/TestProductionCode_Runner.c +0 -57
  114. data/vendor/c_exception/vendor/unity/examples/example_2/makefile +0 -70
  115. data/vendor/c_exception/vendor/unity/examples/example_2/readme.txt +0 -5
  116. data/vendor/c_exception/vendor/unity/examples/example_2/src/ProductionCode.c +0 -24
  117. data/vendor/c_exception/vendor/unity/examples/example_2/src/ProductionCode.h +0 -3
  118. data/vendor/c_exception/vendor/unity/examples/example_2/src/ProductionCode2.c +0 -11
  119. data/vendor/c_exception/vendor/unity/examples/example_2/src/ProductionCode2.h +0 -2
  120. data/vendor/c_exception/vendor/unity/examples/example_2/test/TestProductionCode.c +0 -64
  121. data/vendor/c_exception/vendor/unity/examples/example_2/test/TestProductionCode2.c +0 -33
  122. data/vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c +0 -9
  123. data/vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c +0 -11
  124. data/vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/all_tests.c +0 -12
  125. data/vendor/c_exception/vendor/unity/examples/example_3/helper/UnityHelper.c +0 -10
  126. data/vendor/c_exception/vendor/unity/examples/example_3/helper/UnityHelper.h +0 -12
  127. data/vendor/c_exception/vendor/unity/examples/example_3/rakefile.rb +0 -43
  128. data/vendor/c_exception/vendor/unity/examples/example_3/rakefile_helper.rb +0 -249
  129. data/vendor/c_exception/vendor/unity/examples/example_3/readme.txt +0 -13
  130. data/vendor/c_exception/vendor/unity/examples/example_3/src/ProductionCode.c +0 -24
  131. data/vendor/c_exception/vendor/unity/examples/example_3/src/ProductionCode.h +0 -3
  132. data/vendor/c_exception/vendor/unity/examples/example_3/src/ProductionCode2.c +0 -11
  133. data/vendor/c_exception/vendor/unity/examples/example_3/src/ProductionCode2.h +0 -2
  134. data/vendor/c_exception/vendor/unity/examples/example_3/target_gcc_32.yml +0 -46
  135. data/vendor/c_exception/vendor/unity/examples/example_3/test/TestProductionCode.c +0 -62
  136. data/vendor/c_exception/vendor/unity/examples/example_3/test/TestProductionCode2.c +0 -31
  137. data/vendor/c_exception/vendor/unity/examples/unity_config.h +0 -237
  138. data/vendor/c_exception/vendor/unity/extras/eclipse/error_parsers.txt +0 -26
  139. data/vendor/c_exception/vendor/unity/extras/fixture/rakefile.rb +0 -48
  140. data/vendor/c_exception/vendor/unity/extras/fixture/rakefile_helper.rb +0 -178
  141. data/vendor/c_exception/vendor/unity/extras/fixture/readme.txt +0 -9
  142. data/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture.c +0 -432
  143. data/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture.h +0 -83
  144. data/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture_internals.h +0 -51
  145. data/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture_malloc_overrides.h +0 -47
  146. data/vendor/c_exception/vendor/unity/extras/fixture/test/Makefile +0 -74
  147. data/vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c +0 -22
  148. data/vendor/c_exception/vendor/unity/extras/fixture/test/template_fixture_tests.c +0 -39
  149. data/vendor/c_exception/vendor/unity/extras/fixture/test/unity_fixture_Test.c +0 -543
  150. data/vendor/c_exception/vendor/unity/extras/fixture/test/unity_fixture_TestRunner.c +0 -57
  151. data/vendor/c_exception/vendor/unity/extras/fixture/test/unity_output_Spy.c +0 -57
  152. data/vendor/c_exception/vendor/unity/extras/fixture/test/unity_output_Spy.h +0 -17
  153. data/vendor/c_exception/vendor/unity/release/build.info +0 -2
  154. data/vendor/c_exception/vendor/unity/release/version.info +0 -2
  155. data/vendor/c_exception/vendor/unity/src/unity.c +0 -1517
  156. data/vendor/c_exception/vendor/unity/src/unity.h +0 -339
  157. data/vendor/c_exception/vendor/unity/src/unity_internals.h +0 -784
  158. data/vendor/c_exception/vendor/unity/test/Makefile +0 -63
  159. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_cmd.c +0 -61
  160. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_def.c +0 -57
  161. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_head1.c +0 -55
  162. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_head1.h +0 -15
  163. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_cmd.c +0 -80
  164. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_def.c +0 -76
  165. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_head1.c +0 -75
  166. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_head1.h +0 -13
  167. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_new1.c +0 -89
  168. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_new2.c +0 -89
  169. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_param.c +0 -77
  170. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_run1.c +0 -89
  171. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_run2.c +0 -89
  172. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_yaml.c +0 -90
  173. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_new1.c +0 -67
  174. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_new2.c +0 -70
  175. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_param.c +0 -58
  176. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_run1.c +0 -67
  177. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_run2.c +0 -70
  178. data/vendor/c_exception/vendor/unity/test/expectdata/testsample_yaml.c +0 -71
  179. data/vendor/c_exception/vendor/unity/test/rakefile +0 -125
  180. data/vendor/c_exception/vendor/unity/test/rakefile_helper.rb +0 -260
  181. data/vendor/c_exception/vendor/unity/test/spec/generate_module_existing_file_spec.rb +0 -158
  182. data/vendor/c_exception/vendor/unity/test/targets/clang_file.yml +0 -78
  183. data/vendor/c_exception/vendor/unity/test/targets/clang_strict.yml +0 -78
  184. data/vendor/c_exception/vendor/unity/test/targets/gcc_32.yml +0 -49
  185. data/vendor/c_exception/vendor/unity/test/targets/gcc_64.yml +0 -50
  186. data/vendor/c_exception/vendor/unity/test/targets/gcc_auto_limits.yml +0 -47
  187. data/vendor/c_exception/vendor/unity/test/targets/gcc_auto_stdint.yml +0 -59
  188. data/vendor/c_exception/vendor/unity/test/targets/gcc_manual_math.yml +0 -47
  189. data/vendor/c_exception/vendor/unity/test/targets/hitech_picc18.yml +0 -101
  190. data/vendor/c_exception/vendor/unity/test/targets/iar_arm_v4.yml +0 -90
  191. data/vendor/c_exception/vendor/unity/test/targets/iar_arm_v5.yml +0 -80
  192. data/vendor/c_exception/vendor/unity/test/targets/iar_arm_v5_3.yml +0 -80
  193. data/vendor/c_exception/vendor/unity/test/targets/iar_armcortex_LM3S9B92_v5_4.yml +0 -94
  194. data/vendor/c_exception/vendor/unity/test/targets/iar_cortexm3_v5.yml +0 -84
  195. data/vendor/c_exception/vendor/unity/test/targets/iar_msp430.yml +0 -95
  196. data/vendor/c_exception/vendor/unity/test/targets/iar_sh2a_v6.yml +0 -86
  197. data/vendor/c_exception/vendor/unity/test/testdata/CException.h +0 -11
  198. data/vendor/c_exception/vendor/unity/test/testdata/Defs.h +0 -8
  199. data/vendor/c_exception/vendor/unity/test/testdata/cmock.h +0 -14
  200. data/vendor/c_exception/vendor/unity/test/testdata/mockMock.h +0 -13
  201. data/vendor/c_exception/vendor/unity/test/testdata/testRunnerGenerator.c +0 -183
  202. data/vendor/c_exception/vendor/unity/test/testdata/testRunnerGeneratorSmall.c +0 -67
  203. data/vendor/c_exception/vendor/unity/test/testdata/testRunnerGeneratorWithMocks.c +0 -192
  204. data/vendor/c_exception/vendor/unity/test/tests/test_generate_test_runner.rb +0 -1252
  205. data/vendor/c_exception/vendor/unity/test/tests/testparameterized.c +0 -110
  206. data/vendor/c_exception/vendor/unity/test/tests/testunity.c +0 -4993
  207. data/vendor/cmock/vendor/c_exception/Gemfile +0 -4
  208. data/vendor/cmock/vendor/c_exception/Gemfile.lock +0 -12
  209. data/vendor/cmock/vendor/c_exception/LICENSE.txt +0 -30
  210. data/vendor/cmock/vendor/c_exception/README.md +0 -162
  211. data/vendor/cmock/vendor/c_exception/Rakefile +0 -42
  212. data/vendor/cmock/vendor/c_exception/docs/CException.md +0 -292
  213. data/vendor/cmock/vendor/c_exception/docs/ThrowTheSwitchCodingStandard.md +0 -207
  214. data/vendor/cmock/vendor/c_exception/lib/CException.c +0 -46
  215. data/vendor/cmock/vendor/c_exception/lib/CException.h +0 -110
  216. data/vendor/cmock/vendor/c_exception/makefile +0 -24
  217. data/vendor/cmock/vendor/c_exception/release/build.info +0 -2
  218. data/vendor/cmock/vendor/c_exception/release/version.info +0 -2
  219. data/vendor/cmock/vendor/c_exception/test/CExceptionConfig.h +0 -46
  220. data/vendor/cmock/vendor/c_exception/test/TestException.c +0 -391
  221. data/vendor/cmock/vendor/c_exception/test/TestException_Runner.c +0 -67
  222. data/vendor/cmock/vendor/c_exception/vendor/unity/README.md +0 -220
  223. data/vendor/cmock/vendor/c_exception/vendor/unity/auto/colour_prompt.rb +0 -118
  224. data/vendor/cmock/vendor/c_exception/vendor/unity/auto/colour_reporter.rb +0 -39
  225. data/vendor/cmock/vendor/c_exception/vendor/unity/auto/generate_config.yml +0 -36
  226. data/vendor/cmock/vendor/c_exception/vendor/unity/auto/generate_module.rb +0 -308
  227. data/vendor/cmock/vendor/c_exception/vendor/unity/auto/generate_test_runner.rb +0 -437
  228. data/vendor/cmock/vendor/c_exception/vendor/unity/auto/parse_output.rb +0 -220
  229. data/vendor/cmock/vendor/c_exception/vendor/unity/auto/stylize_as_junit.rb +0 -252
  230. data/vendor/cmock/vendor/c_exception/vendor/unity/auto/test_file_filter.rb +0 -25
  231. data/vendor/cmock/vendor/c_exception/vendor/unity/auto/type_sanitizer.rb +0 -6
  232. data/vendor/cmock/vendor/c_exception/vendor/unity/auto/unity_test_summary.py +0 -139
  233. data/vendor/cmock/vendor/c_exception/vendor/unity/auto/unity_test_summary.rb +0 -136
  234. data/vendor/cmock/vendor/c_exception/vendor/unity/auto/unity_to_junit.py +0 -146
  235. data/vendor/cmock/vendor/c_exception/vendor/unity/docs/ThrowTheSwitchCodingStandard.md +0 -207
  236. data/vendor/cmock/vendor/c_exception/vendor/unity/docs/UnityAssertionsCheatSheetSuitableforPrintingandPossiblyFraming.pdf +0 -0
  237. data/vendor/cmock/vendor/c_exception/vendor/unity/docs/UnityAssertionsReference.md +0 -716
  238. data/vendor/cmock/vendor/c_exception/vendor/unity/docs/UnityConfigurationGuide.md +0 -398
  239. data/vendor/cmock/vendor/c_exception/vendor/unity/docs/UnityGettingStartedGuide.md +0 -191
  240. data/vendor/cmock/vendor/c_exception/vendor/unity/docs/UnityHelperScriptsGuide.md +0 -242
  241. data/vendor/cmock/vendor/c_exception/vendor/unity/docs/license.txt +0 -21
  242. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/makefile +0 -71
  243. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/readme.txt +0 -5
  244. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/src/ProductionCode.c +0 -24
  245. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/src/ProductionCode.h +0 -3
  246. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/src/ProductionCode2.c +0 -11
  247. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/src/ProductionCode2.h +0 -2
  248. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/test/TestProductionCode.c +0 -62
  249. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/test/TestProductionCode2.c +0 -31
  250. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c +0 -53
  251. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_1/test/test_runners/TestProductionCode_Runner.c +0 -57
  252. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/makefile +0 -70
  253. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/readme.txt +0 -5
  254. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/src/ProductionCode.c +0 -24
  255. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/src/ProductionCode.h +0 -3
  256. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/src/ProductionCode2.c +0 -11
  257. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/src/ProductionCode2.h +0 -2
  258. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/test/TestProductionCode.c +0 -64
  259. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/test/TestProductionCode2.c +0 -33
  260. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c +0 -9
  261. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c +0 -11
  262. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_2/test/test_runners/all_tests.c +0 -12
  263. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/helper/UnityHelper.c +0 -10
  264. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/helper/UnityHelper.h +0 -12
  265. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/rakefile.rb +0 -43
  266. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/rakefile_helper.rb +0 -249
  267. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/readme.txt +0 -13
  268. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/src/ProductionCode.c +0 -24
  269. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/src/ProductionCode.h +0 -3
  270. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/src/ProductionCode2.c +0 -11
  271. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/src/ProductionCode2.h +0 -2
  272. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/target_gcc_32.yml +0 -46
  273. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/test/TestProductionCode.c +0 -62
  274. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/example_3/test/TestProductionCode2.c +0 -31
  275. data/vendor/cmock/vendor/c_exception/vendor/unity/examples/unity_config.h +0 -237
  276. data/vendor/cmock/vendor/c_exception/vendor/unity/extras/eclipse/error_parsers.txt +0 -26
  277. data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/rakefile.rb +0 -48
  278. data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/rakefile_helper.rb +0 -178
  279. data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/readme.txt +0 -9
  280. data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture.c +0 -432
  281. data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture.h +0 -83
  282. data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture_internals.h +0 -51
  283. data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/src/unity_fixture_malloc_overrides.h +0 -47
  284. data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/Makefile +0 -74
  285. data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/main/AllTests.c +0 -22
  286. data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/template_fixture_tests.c +0 -39
  287. data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/unity_fixture_Test.c +0 -543
  288. data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/unity_fixture_TestRunner.c +0 -57
  289. data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/unity_output_Spy.c +0 -57
  290. data/vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/unity_output_Spy.h +0 -17
  291. data/vendor/cmock/vendor/c_exception/vendor/unity/release/build.info +0 -2
  292. data/vendor/cmock/vendor/c_exception/vendor/unity/release/version.info +0 -2
  293. data/vendor/cmock/vendor/c_exception/vendor/unity/src/unity.c +0 -1517
  294. data/vendor/cmock/vendor/c_exception/vendor/unity/src/unity.h +0 -339
  295. data/vendor/cmock/vendor/c_exception/vendor/unity/src/unity_internals.h +0 -784
  296. data/vendor/cmock/vendor/c_exception/vendor/unity/test/Makefile +0 -63
  297. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_cmd.c +0 -61
  298. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_def.c +0 -57
  299. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_head1.c +0 -55
  300. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_head1.h +0 -15
  301. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_cmd.c +0 -80
  302. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_def.c +0 -76
  303. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_head1.c +0 -75
  304. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_head1.h +0 -13
  305. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_new1.c +0 -89
  306. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_new2.c +0 -89
  307. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_param.c +0 -77
  308. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_run1.c +0 -89
  309. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_run2.c +0 -89
  310. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_mock_yaml.c +0 -90
  311. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_new1.c +0 -67
  312. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_new2.c +0 -70
  313. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_param.c +0 -58
  314. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_run1.c +0 -67
  315. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_run2.c +0 -70
  316. data/vendor/cmock/vendor/c_exception/vendor/unity/test/expectdata/testsample_yaml.c +0 -71
  317. data/vendor/cmock/vendor/c_exception/vendor/unity/test/rakefile +0 -125
  318. data/vendor/cmock/vendor/c_exception/vendor/unity/test/rakefile_helper.rb +0 -260
  319. data/vendor/cmock/vendor/c_exception/vendor/unity/test/spec/generate_module_existing_file_spec.rb +0 -158
  320. data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/clang_file.yml +0 -78
  321. data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/clang_strict.yml +0 -78
  322. data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/gcc_32.yml +0 -49
  323. data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/gcc_64.yml +0 -50
  324. data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/gcc_auto_limits.yml +0 -47
  325. data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/gcc_auto_stdint.yml +0 -59
  326. data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/gcc_manual_math.yml +0 -47
  327. data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/hitech_picc18.yml +0 -101
  328. data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/iar_arm_v4.yml +0 -90
  329. data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/iar_arm_v5.yml +0 -80
  330. data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/iar_arm_v5_3.yml +0 -80
  331. data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/iar_armcortex_LM3S9B92_v5_4.yml +0 -94
  332. data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/iar_cortexm3_v5.yml +0 -84
  333. data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/iar_msp430.yml +0 -95
  334. data/vendor/cmock/vendor/c_exception/vendor/unity/test/targets/iar_sh2a_v6.yml +0 -86
  335. data/vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/CException.h +0 -11
  336. data/vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/Defs.h +0 -8
  337. data/vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/cmock.h +0 -14
  338. data/vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/mockMock.h +0 -13
  339. data/vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/testRunnerGenerator.c +0 -183
  340. data/vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/testRunnerGeneratorSmall.c +0 -67
  341. data/vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/testRunnerGeneratorWithMocks.c +0 -192
  342. data/vendor/cmock/vendor/c_exception/vendor/unity/test/tests/test_generate_test_runner.rb +0 -1252
  343. data/vendor/cmock/vendor/c_exception/vendor/unity/test/tests/testparameterized.c +0 -110
  344. data/vendor/cmock/vendor/c_exception/vendor/unity/test/tests/testunity.c +0 -4993
  345. data/vendor/cmock/vendor/unity/README.md +0 -220
  346. data/vendor/cmock/vendor/unity/auto/colour_prompt.rb +0 -118
  347. data/vendor/cmock/vendor/unity/auto/colour_reporter.rb +0 -39
  348. data/vendor/cmock/vendor/unity/auto/generate_config.yml +0 -36
  349. data/vendor/cmock/vendor/unity/auto/generate_module.rb +0 -308
  350. data/vendor/cmock/vendor/unity/auto/generate_test_runner.rb +0 -437
  351. data/vendor/cmock/vendor/unity/auto/parse_output.rb +0 -220
  352. data/vendor/cmock/vendor/unity/auto/stylize_as_junit.rb +0 -252
  353. data/vendor/cmock/vendor/unity/auto/test_file_filter.rb +0 -25
  354. data/vendor/cmock/vendor/unity/auto/type_sanitizer.rb +0 -6
  355. data/vendor/cmock/vendor/unity/auto/unity_test_summary.py +0 -139
  356. data/vendor/cmock/vendor/unity/auto/unity_test_summary.rb +0 -136
  357. data/vendor/cmock/vendor/unity/auto/unity_to_junit.py +0 -146
  358. data/vendor/cmock/vendor/unity/docs/ThrowTheSwitchCodingStandard.md +0 -207
  359. data/vendor/cmock/vendor/unity/docs/UnityAssertionsCheatSheetSuitableforPrintingandPossiblyFraming.pdf +0 -0
  360. data/vendor/cmock/vendor/unity/docs/UnityAssertionsReference.md +0 -716
  361. data/vendor/cmock/vendor/unity/docs/UnityConfigurationGuide.md +0 -398
  362. data/vendor/cmock/vendor/unity/docs/UnityGettingStartedGuide.md +0 -191
  363. data/vendor/cmock/vendor/unity/docs/UnityHelperScriptsGuide.md +0 -242
  364. data/vendor/cmock/vendor/unity/docs/license.txt +0 -21
  365. data/vendor/cmock/vendor/unity/examples/example_1/makefile +0 -71
  366. data/vendor/cmock/vendor/unity/examples/example_1/readme.txt +0 -5
  367. data/vendor/cmock/vendor/unity/examples/example_1/src/ProductionCode.c +0 -24
  368. data/vendor/cmock/vendor/unity/examples/example_1/src/ProductionCode.h +0 -3
  369. data/vendor/cmock/vendor/unity/examples/example_1/src/ProductionCode2.c +0 -11
  370. data/vendor/cmock/vendor/unity/examples/example_1/src/ProductionCode2.h +0 -2
  371. data/vendor/cmock/vendor/unity/examples/example_1/test/TestProductionCode.c +0 -62
  372. data/vendor/cmock/vendor/unity/examples/example_1/test/TestProductionCode2.c +0 -31
  373. data/vendor/cmock/vendor/unity/examples/example_1/test/test_runners/TestProductionCode2_Runner.c +0 -53
  374. data/vendor/cmock/vendor/unity/examples/example_1/test/test_runners/TestProductionCode_Runner.c +0 -57
  375. data/vendor/cmock/vendor/unity/examples/example_2/makefile +0 -70
  376. data/vendor/cmock/vendor/unity/examples/example_2/readme.txt +0 -5
  377. data/vendor/cmock/vendor/unity/examples/example_2/src/ProductionCode.c +0 -24
  378. data/vendor/cmock/vendor/unity/examples/example_2/src/ProductionCode.h +0 -3
  379. data/vendor/cmock/vendor/unity/examples/example_2/src/ProductionCode2.c +0 -11
  380. data/vendor/cmock/vendor/unity/examples/example_2/src/ProductionCode2.h +0 -2
  381. data/vendor/cmock/vendor/unity/examples/example_2/test/TestProductionCode.c +0 -64
  382. data/vendor/cmock/vendor/unity/examples/example_2/test/TestProductionCode2.c +0 -33
  383. data/vendor/cmock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode2_Runner.c +0 -9
  384. data/vendor/cmock/vendor/unity/examples/example_2/test/test_runners/TestProductionCode_Runner.c +0 -11
  385. data/vendor/cmock/vendor/unity/examples/example_2/test/test_runners/all_tests.c +0 -12
  386. data/vendor/cmock/vendor/unity/examples/example_3/helper/UnityHelper.c +0 -10
  387. data/vendor/cmock/vendor/unity/examples/example_3/helper/UnityHelper.h +0 -12
  388. data/vendor/cmock/vendor/unity/examples/example_3/rakefile.rb +0 -43
  389. data/vendor/cmock/vendor/unity/examples/example_3/rakefile_helper.rb +0 -249
  390. data/vendor/cmock/vendor/unity/examples/example_3/readme.txt +0 -13
  391. data/vendor/cmock/vendor/unity/examples/example_3/src/ProductionCode.c +0 -24
  392. data/vendor/cmock/vendor/unity/examples/example_3/src/ProductionCode.h +0 -3
  393. data/vendor/cmock/vendor/unity/examples/example_3/src/ProductionCode2.c +0 -11
  394. data/vendor/cmock/vendor/unity/examples/example_3/src/ProductionCode2.h +0 -2
  395. data/vendor/cmock/vendor/unity/examples/example_3/target_gcc_32.yml +0 -46
  396. data/vendor/cmock/vendor/unity/examples/example_3/test/TestProductionCode.c +0 -62
  397. data/vendor/cmock/vendor/unity/examples/example_3/test/TestProductionCode2.c +0 -31
  398. data/vendor/cmock/vendor/unity/examples/unity_config.h +0 -237
  399. data/vendor/cmock/vendor/unity/extras/eclipse/error_parsers.txt +0 -26
  400. data/vendor/cmock/vendor/unity/extras/fixture/rakefile.rb +0 -48
  401. data/vendor/cmock/vendor/unity/extras/fixture/rakefile_helper.rb +0 -178
  402. data/vendor/cmock/vendor/unity/extras/fixture/readme.txt +0 -9
  403. data/vendor/cmock/vendor/unity/extras/fixture/src/unity_fixture.c +0 -432
  404. data/vendor/cmock/vendor/unity/extras/fixture/src/unity_fixture.h +0 -83
  405. data/vendor/cmock/vendor/unity/extras/fixture/src/unity_fixture_internals.h +0 -51
  406. data/vendor/cmock/vendor/unity/extras/fixture/src/unity_fixture_malloc_overrides.h +0 -47
  407. data/vendor/cmock/vendor/unity/extras/fixture/test/Makefile +0 -74
  408. data/vendor/cmock/vendor/unity/extras/fixture/test/main/AllTests.c +0 -22
  409. data/vendor/cmock/vendor/unity/extras/fixture/test/template_fixture_tests.c +0 -39
  410. data/vendor/cmock/vendor/unity/extras/fixture/test/unity_fixture_Test.c +0 -543
  411. data/vendor/cmock/vendor/unity/extras/fixture/test/unity_fixture_TestRunner.c +0 -57
  412. data/vendor/cmock/vendor/unity/extras/fixture/test/unity_output_Spy.c +0 -57
  413. data/vendor/cmock/vendor/unity/extras/fixture/test/unity_output_Spy.h +0 -17
  414. data/vendor/cmock/vendor/unity/release/build.info +0 -2
  415. data/vendor/cmock/vendor/unity/release/version.info +0 -2
  416. data/vendor/cmock/vendor/unity/src/unity.c +0 -1517
  417. data/vendor/cmock/vendor/unity/src/unity.h +0 -339
  418. data/vendor/cmock/vendor/unity/src/unity_internals.h +0 -784
  419. data/vendor/cmock/vendor/unity/test/Makefile +0 -63
  420. data/vendor/cmock/vendor/unity/test/expectdata/testsample_cmd.c +0 -61
  421. data/vendor/cmock/vendor/unity/test/expectdata/testsample_def.c +0 -57
  422. data/vendor/cmock/vendor/unity/test/expectdata/testsample_head1.c +0 -55
  423. data/vendor/cmock/vendor/unity/test/expectdata/testsample_head1.h +0 -15
  424. data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_cmd.c +0 -80
  425. data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_def.c +0 -76
  426. data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_head1.c +0 -75
  427. data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_head1.h +0 -13
  428. data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_new1.c +0 -89
  429. data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_new2.c +0 -89
  430. data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_param.c +0 -77
  431. data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_run1.c +0 -89
  432. data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_run2.c +0 -89
  433. data/vendor/cmock/vendor/unity/test/expectdata/testsample_mock_yaml.c +0 -90
  434. data/vendor/cmock/vendor/unity/test/expectdata/testsample_new1.c +0 -67
  435. data/vendor/cmock/vendor/unity/test/expectdata/testsample_new2.c +0 -70
  436. data/vendor/cmock/vendor/unity/test/expectdata/testsample_param.c +0 -58
  437. data/vendor/cmock/vendor/unity/test/expectdata/testsample_run1.c +0 -67
  438. data/vendor/cmock/vendor/unity/test/expectdata/testsample_run2.c +0 -70
  439. data/vendor/cmock/vendor/unity/test/expectdata/testsample_yaml.c +0 -71
  440. data/vendor/cmock/vendor/unity/test/rakefile +0 -125
  441. data/vendor/cmock/vendor/unity/test/rakefile_helper.rb +0 -260
  442. data/vendor/cmock/vendor/unity/test/spec/generate_module_existing_file_spec.rb +0 -158
  443. data/vendor/cmock/vendor/unity/test/targets/clang_file.yml +0 -78
  444. data/vendor/cmock/vendor/unity/test/targets/clang_strict.yml +0 -78
  445. data/vendor/cmock/vendor/unity/test/targets/gcc_32.yml +0 -49
  446. data/vendor/cmock/vendor/unity/test/targets/gcc_64.yml +0 -50
  447. data/vendor/cmock/vendor/unity/test/targets/gcc_auto_limits.yml +0 -47
  448. data/vendor/cmock/vendor/unity/test/targets/gcc_auto_stdint.yml +0 -59
  449. data/vendor/cmock/vendor/unity/test/targets/gcc_manual_math.yml +0 -47
  450. data/vendor/cmock/vendor/unity/test/targets/hitech_picc18.yml +0 -101
  451. data/vendor/cmock/vendor/unity/test/targets/iar_arm_v4.yml +0 -90
  452. data/vendor/cmock/vendor/unity/test/targets/iar_arm_v5.yml +0 -80
  453. data/vendor/cmock/vendor/unity/test/targets/iar_arm_v5_3.yml +0 -80
  454. data/vendor/cmock/vendor/unity/test/targets/iar_armcortex_LM3S9B92_v5_4.yml +0 -94
  455. data/vendor/cmock/vendor/unity/test/targets/iar_cortexm3_v5.yml +0 -84
  456. data/vendor/cmock/vendor/unity/test/targets/iar_msp430.yml +0 -95
  457. data/vendor/cmock/vendor/unity/test/targets/iar_sh2a_v6.yml +0 -86
  458. data/vendor/cmock/vendor/unity/test/testdata/CException.h +0 -11
  459. data/vendor/cmock/vendor/unity/test/testdata/Defs.h +0 -8
  460. data/vendor/cmock/vendor/unity/test/testdata/cmock.h +0 -14
  461. data/vendor/cmock/vendor/unity/test/testdata/mockMock.h +0 -13
  462. data/vendor/cmock/vendor/unity/test/testdata/testRunnerGenerator.c +0 -183
  463. data/vendor/cmock/vendor/unity/test/testdata/testRunnerGeneratorSmall.c +0 -67
  464. data/vendor/cmock/vendor/unity/test/testdata/testRunnerGeneratorWithMocks.c +0 -192
  465. data/vendor/cmock/vendor/unity/test/tests/test_generate_test_runner.rb +0 -1252
  466. data/vendor/cmock/vendor/unity/test/tests/testparameterized.c +0 -110
  467. data/vendor/cmock/vendor/unity/test/tests/testunity.c +0 -4993
@@ -1,1252 +0,0 @@
1
- # ==========================================
2
- # CMock Project - Automatic Mock Generation for C
3
- # Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams
4
- # [Released under MIT License. Please refer to license.txt for details]
5
- # ==========================================
6
-
7
- require '../auto/generate_test_runner.rb'
8
-
9
- $generate_test_runner_tests = 0
10
- $generate_test_runner_failures = 0
11
-
12
- OUT_FILE = 'build/testsample_'
13
-
14
- RUNNER_TESTS = [
15
- { :name => 'DefaultsThroughOptions',
16
- :testfile => 'testdata/testRunnerGenerator.c',
17
- :testdefines => ['TEST'],
18
- :options => nil, #defaults
19
- :expected => {
20
- :to_pass => [ 'test_ThisTestAlwaysPasses',
21
- 'spec_ThisTestPassesWhenNormalSetupRan',
22
- 'spec_ThisTestPassesWhenNormalTeardownRan',
23
- 'test_NotBeConfusedByLongComplicatedStrings',
24
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
25
- 'test_StillNotBeConfusedByLongComplicatedStrings',
26
- 'should_RunTestsStartingWithShouldByDefault',
27
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
28
- ],
29
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
30
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
31
- }
32
- },
33
-
34
- { :name => 'DefaultsThroughCommandLine',
35
- :testfile => 'testdata/testRunnerGenerator.c',
36
- :testdefines => ['TEST'],
37
- :cmdline => "", #defaults
38
- :expected => {
39
- :to_pass => [ 'test_ThisTestAlwaysPasses',
40
- 'spec_ThisTestPassesWhenNormalSetupRan',
41
- 'spec_ThisTestPassesWhenNormalTeardownRan',
42
- 'test_NotBeConfusedByLongComplicatedStrings',
43
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
44
- 'test_StillNotBeConfusedByLongComplicatedStrings',
45
- 'should_RunTestsStartingWithShouldByDefault',
46
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
47
- ],
48
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
49
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
50
- }
51
- },
52
-
53
- { :name => 'DefaultsThroughYAMLFile',
54
- :testfile => 'testdata/testRunnerGenerator.c',
55
- :testdefines => ['TEST'],
56
- :cmdline => "", #defaults
57
- :yaml => {}, #defaults
58
- :expected => {
59
- :to_pass => [ 'test_ThisTestAlwaysPasses',
60
- 'spec_ThisTestPassesWhenNormalSetupRan',
61
- 'spec_ThisTestPassesWhenNormalTeardownRan',
62
- 'test_NotBeConfusedByLongComplicatedStrings',
63
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
64
- 'test_StillNotBeConfusedByLongComplicatedStrings',
65
- 'should_RunTestsStartingWithShouldByDefault',
66
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
67
- ],
68
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
69
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
70
- }
71
- },
72
-
73
- { :name => 'ShorterFilterOfJustTest',
74
- :testfile => 'testdata/testRunnerGenerator.c',
75
- :testdefines => ['TEST'],
76
- :options => {
77
- :test_prefix => "test",
78
- },
79
- :expected => {
80
- :to_pass => [ 'test_ThisTestAlwaysPasses',
81
- 'test_NotBeConfusedByLongComplicatedStrings',
82
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
83
- 'test_StillNotBeConfusedByLongComplicatedStrings',
84
- ],
85
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
86
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
87
- }
88
- },
89
-
90
- { :name => 'ShorterFilterOfJustShould',
91
- :testfile => 'testdata/testRunnerGenerator.c',
92
- :testdefines => ['TEST'],
93
- :options => {
94
- :test_prefix => "should",
95
- },
96
- :expected => {
97
- :to_pass => [ 'should_RunTestsStartingWithShouldByDefault' ],
98
- :to_fail => [ ],
99
- :to_ignore => [ ],
100
- }
101
- },
102
-
103
- { :name => 'ShorterFilterOfJustSpec',
104
- :testfile => 'testdata/testRunnerGenerator.c',
105
- :testdefines => ['TEST'],
106
- :options => {
107
- :test_prefix => "spec",
108
- },
109
- :expected => {
110
- :to_pass => [ 'spec_ThisTestPassesWhenNormalSetupRan',
111
- 'spec_ThisTestPassesWhenNormalTeardownRan',
112
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
113
- ],
114
- :to_fail => [ ],
115
- :to_ignore => [ ],
116
- }
117
- },
118
-
119
- { :name => 'InjectIncludes',
120
- :testfile => 'testdata/testRunnerGenerator.c',
121
- :testdefines => ['TEST'],
122
- :options => {
123
- :includes => ['Defs.h'],
124
- },
125
- :expected => {
126
- :to_pass => [ 'test_ThisTestAlwaysPasses',
127
- 'spec_ThisTestPassesWhenNormalSetupRan',
128
- 'spec_ThisTestPassesWhenNormalTeardownRan',
129
- 'test_NotBeConfusedByLongComplicatedStrings',
130
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
131
- 'test_StillNotBeConfusedByLongComplicatedStrings',
132
- 'should_RunTestsStartingWithShouldByDefault',
133
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
134
- ],
135
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
136
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
137
- }
138
- },
139
-
140
- { :name => 'ParameterizedThroughOptions',
141
- :testfile => 'testdata/testRunnerGenerator.c',
142
- :testdefines => ['TEST'],
143
- :options => {
144
- :test_prefix => "paratest",
145
- :use_param_tests => true,
146
- },
147
- :expected => {
148
- :to_pass => [ 'paratest_ShouldHandleParameterizedTests\(25\)',
149
- 'paratest_ShouldHandleParameterizedTests\(125\)',
150
- 'paratest_ShouldHandleParameterizedTests\(5\)',
151
- 'paratest_ShouldHandleParameterizedTests2\(7\)',
152
- 'paratest_ShouldHandleNonParameterizedTestsWhenParameterizationValid\(RUN_TEST_NO_ARGS\)',
153
- ],
154
- :to_fail => [ 'paratest_ShouldHandleParameterizedTestsThatFail\(17\)' ],
155
- :to_ignore => [ ],
156
- }
157
- },
158
-
159
- { :name => 'ParameterizedThroughCommandLine',
160
- :testfile => 'testdata/testRunnerGenerator.c',
161
- :testdefines => ['TEST'],
162
- :cmdline => " --test_prefix=\"paratest\" --use_param_tests=1",
163
- :expected => {
164
- :to_pass => [ 'paratest_ShouldHandleParameterizedTests\(25\)',
165
- 'paratest_ShouldHandleParameterizedTests\(125\)',
166
- 'paratest_ShouldHandleParameterizedTests\(5\)',
167
- 'paratest_ShouldHandleParameterizedTests2\(7\)',
168
- 'paratest_ShouldHandleNonParameterizedTestsWhenParameterizationValid\(RUN_TEST_NO_ARGS\)',
169
- ],
170
- :to_fail => [ 'paratest_ShouldHandleParameterizedTestsThatFail\(17\)' ],
171
- :to_ignore => [ ],
172
- }
173
- },
174
-
175
- { :name => 'ParameterizedThroughCommandLineAndYaml',
176
- :testfile => 'testdata/testRunnerGenerator.c',
177
- :testdefines => ['TEST'],
178
- :cmdline => "--use_param_tests=1",
179
- :yaml => {
180
- :test_prefix => "paratest"
181
- },
182
- :expected => {
183
- :to_pass => [ 'paratest_ShouldHandleParameterizedTests\(25\)',
184
- 'paratest_ShouldHandleParameterizedTests\(125\)',
185
- 'paratest_ShouldHandleParameterizedTests\(5\)',
186
- 'paratest_ShouldHandleParameterizedTests2\(7\)',
187
- 'paratest_ShouldHandleNonParameterizedTestsWhenParameterizationValid\(RUN_TEST_NO_ARGS\)',
188
- ],
189
- :to_fail => [ 'paratest_ShouldHandleParameterizedTestsThatFail\(17\)' ],
190
- :to_ignore => [ ],
191
- }
192
- },
193
-
194
- { :name => 'CException',
195
- :testfile => 'testdata/testRunnerGenerator.c',
196
- :testdefines => ['TEST', 'USE_CEXCEPTION'],
197
- :options => {
198
- :test_prefix => "extest",
199
- :plugins => [ :cexception ],
200
- },
201
- :expected => {
202
- :to_pass => [ 'extest_ShouldHandleCExceptionInTest' ],
203
- :to_fail => [ ],
204
- :to_ignore => [ ],
205
- }
206
- },
207
-
208
- { :name => 'CustomSetupAndTeardownThroughOptions',
209
- :testfile => 'testdata/testRunnerGenerator.c',
210
- :testdefines => ['TEST'],
211
- :options => {
212
- :test_prefix => "custtest|test",
213
- :setup_name => "custom_setup",
214
- :teardown_name => "custom_teardown",
215
- },
216
- :expected => {
217
- :to_pass => [ 'test_ThisTestAlwaysPasses',
218
- 'test_NotBeConfusedByLongComplicatedStrings',
219
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
220
- 'test_StillNotBeConfusedByLongComplicatedStrings',
221
- 'custtest_ThisTestPassesWhenCustomSetupRan',
222
- 'custtest_ThisTestPassesWhenCustomTeardownRan',
223
- ],
224
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
225
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
226
- }
227
- },
228
-
229
- { :name => 'CustomSetupAndTeardownThroughCommandLine',
230
- :testfile => 'testdata/testRunnerGenerator.c',
231
- :testdefines => ['TEST'],
232
- :cmdline => " --test_prefix=\"custtest|test\" --setup_name=\"custom_setup\" --teardown_name=\"custom_teardown\"",
233
- :expected => {
234
- :to_pass => [ 'test_ThisTestAlwaysPasses',
235
- 'test_NotBeConfusedByLongComplicatedStrings',
236
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
237
- 'test_StillNotBeConfusedByLongComplicatedStrings',
238
- 'custtest_ThisTestPassesWhenCustomSetupRan',
239
- 'custtest_ThisTestPassesWhenCustomTeardownRan',
240
- ],
241
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
242
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
243
- }
244
- },
245
-
246
- { :name => 'CustomSetupAndTeardownThroughYaml',
247
- :testfile => 'testdata/testRunnerGenerator.c',
248
- :testdefines => ['TEST'],
249
- :cmdline => " --test_prefix=\"custtest|test\"",
250
- :yaml => {
251
- :setup_name => "custom_setup",
252
- :teardown_name => "custom_teardown",
253
- },
254
- :expected => {
255
- :to_pass => [ 'test_ThisTestAlwaysPasses',
256
- 'test_NotBeConfusedByLongComplicatedStrings',
257
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
258
- 'test_StillNotBeConfusedByLongComplicatedStrings',
259
- 'custtest_ThisTestPassesWhenCustomSetupRan',
260
- 'custtest_ThisTestPassesWhenCustomTeardownRan',
261
- ],
262
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
263
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
264
- }
265
- },
266
-
267
- { :name => 'CustomMain',
268
- :testfile => 'testdata/testRunnerGenerator.c',
269
- :testdefines => ['TEST', "USE_ANOTHER_MAIN"],
270
- :options => {
271
- :main_name => "custom_main",
272
- },
273
- :expected => {
274
- :to_pass => [ 'test_ThisTestAlwaysPasses',
275
- 'spec_ThisTestPassesWhenNormalSetupRan',
276
- 'spec_ThisTestPassesWhenNormalTeardownRan',
277
- 'test_NotBeConfusedByLongComplicatedStrings',
278
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
279
- 'test_StillNotBeConfusedByLongComplicatedStrings',
280
- 'should_RunTestsStartingWithShouldByDefault',
281
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
282
- ],
283
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
284
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
285
- }
286
- },
287
-
288
- { :name => 'CustomSuiteSetupAndTeardown',
289
- :testfile => 'testdata/testRunnerGenerator.c',
290
- :testdefines => ['TEST'],
291
- :includes => ['Defs.h'],
292
- :options => {
293
- :test_prefix => "suitetest|test",
294
- :suite_setup => " CounterSuiteSetup = 1;",
295
- :suite_teardown => " return num_failures;",
296
- },
297
- :expected => {
298
- :to_pass => [ 'test_ThisTestAlwaysPasses',
299
- 'test_NotBeConfusedByLongComplicatedStrings',
300
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
301
- 'test_StillNotBeConfusedByLongComplicatedStrings',
302
- 'suitetest_ThisTestPassesWhenCustomSuiteSetupAndTeardownRan',
303
- ],
304
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
305
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
306
- }
307
- },
308
-
309
- { :name => 'MainExternDeclaration',
310
- :testfile => 'testdata/testRunnerGenerator.c',
311
- :testdefines => ['TEST'],
312
- :includes => ['Defs.h'],
313
- :options => {
314
- :main_export_decl => "EXTERN_DECL",
315
- },
316
- :expected => {
317
- :to_pass => [ 'test_ThisTestAlwaysPasses',
318
- 'spec_ThisTestPassesWhenNormalSetupRan',
319
- 'spec_ThisTestPassesWhenNormalTeardownRan',
320
- 'test_NotBeConfusedByLongComplicatedStrings',
321
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
322
- 'test_StillNotBeConfusedByLongComplicatedStrings',
323
- 'should_RunTestsStartingWithShouldByDefault',
324
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
325
- ],
326
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
327
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
328
- }
329
- },
330
-
331
-
332
- #### WITH MOCKS ##########################################
333
-
334
- { :name => 'DefaultsThroughOptions',
335
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
336
- :testdefines => ['TEST'],
337
- :options => nil, #defaults
338
- :expected => {
339
- :to_pass => [ 'test_ThisTestAlwaysPasses',
340
- 'spec_ThisTestPassesWhenNormalSetupRan',
341
- 'spec_ThisTestPassesWhenNormalTeardownRan',
342
- 'test_NotBeConfusedByLongComplicatedStrings',
343
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
344
- 'test_StillNotBeConfusedByLongComplicatedStrings',
345
- 'should_RunTestsStartingWithShouldByDefault',
346
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
347
- 'test_ShouldCallMockInitAndVerifyFunctionsForEachTest',
348
- ],
349
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
350
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
351
- }
352
- },
353
-
354
- { :name => 'DefaultsThroughCommandLine',
355
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
356
- :testdefines => ['TEST'],
357
- :cmdline => "", #defaults
358
- :expected => {
359
- :to_pass => [ 'test_ThisTestAlwaysPasses',
360
- 'spec_ThisTestPassesWhenNormalSetupRan',
361
- 'spec_ThisTestPassesWhenNormalTeardownRan',
362
- 'test_NotBeConfusedByLongComplicatedStrings',
363
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
364
- 'test_StillNotBeConfusedByLongComplicatedStrings',
365
- 'should_RunTestsStartingWithShouldByDefault',
366
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
367
- 'test_ShouldCallMockInitAndVerifyFunctionsForEachTest',
368
- ],
369
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
370
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
371
- }
372
- },
373
-
374
- { :name => 'DefaultsThroughYAMLFile',
375
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
376
- :testdefines => ['TEST'],
377
- :cmdline => "", #defaults
378
- :yaml => {}, #defaults
379
- :expected => {
380
- :to_pass => [ 'test_ThisTestAlwaysPasses',
381
- 'spec_ThisTestPassesWhenNormalSetupRan',
382
- 'spec_ThisTestPassesWhenNormalTeardownRan',
383
- 'test_NotBeConfusedByLongComplicatedStrings',
384
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
385
- 'test_StillNotBeConfusedByLongComplicatedStrings',
386
- 'should_RunTestsStartingWithShouldByDefault',
387
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
388
- 'test_ShouldCallMockInitAndVerifyFunctionsForEachTest',
389
- ],
390
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
391
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
392
- }
393
- },
394
-
395
- { :name => 'ShorterFilterOfJustTest',
396
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
397
- :testdefines => ['TEST'],
398
- :options => {
399
- :test_prefix => "test",
400
- },
401
- :expected => {
402
- :to_pass => [ 'test_ThisTestAlwaysPasses',
403
- 'test_NotBeConfusedByLongComplicatedStrings',
404
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
405
- 'test_StillNotBeConfusedByLongComplicatedStrings',
406
- 'test_ShouldCallMockInitAndVerifyFunctionsForEachTest',
407
- ],
408
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
409
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
410
- }
411
- },
412
-
413
- { :name => 'ShorterFilterOfJustShould',
414
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
415
- :testdefines => ['TEST'],
416
- :options => {
417
- :test_prefix => "should",
418
- },
419
- :expected => {
420
- :to_pass => [ 'should_RunTestsStartingWithShouldByDefault' ],
421
- :to_fail => [ ],
422
- :to_ignore => [ ],
423
- }
424
- },
425
-
426
- { :name => 'ShorterFilterOfJustSpec',
427
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
428
- :testdefines => ['TEST'],
429
- :options => {
430
- :test_prefix => "spec",
431
- },
432
- :expected => {
433
- :to_pass => [ 'spec_ThisTestPassesWhenNormalSetupRan',
434
- 'spec_ThisTestPassesWhenNormalTeardownRan',
435
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
436
- ],
437
- :to_fail => [ ],
438
- :to_ignore => [ ],
439
- }
440
- },
441
-
442
- { :name => 'InjectIncludes',
443
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
444
- :testdefines => ['TEST'],
445
- :options => {
446
- :includes => ['Defs.h'],
447
- },
448
- :expected => {
449
- :to_pass => [ 'test_ThisTestAlwaysPasses',
450
- 'spec_ThisTestPassesWhenNormalSetupRan',
451
- 'spec_ThisTestPassesWhenNormalTeardownRan',
452
- 'test_NotBeConfusedByLongComplicatedStrings',
453
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
454
- 'test_StillNotBeConfusedByLongComplicatedStrings',
455
- 'should_RunTestsStartingWithShouldByDefault',
456
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
457
- 'test_ShouldCallMockInitAndVerifyFunctionsForEachTest',
458
- ],
459
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
460
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
461
- }
462
- },
463
-
464
- { :name => 'ParameterizedThroughOptions',
465
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
466
- :testdefines => ['TEST'],
467
- :options => {
468
- :test_prefix => "paratest",
469
- :use_param_tests => true,
470
- },
471
- :expected => {
472
- :to_pass => [ 'paratest_ShouldHandleParameterizedTests\(25\)',
473
- 'paratest_ShouldHandleParameterizedTests\(125\)',
474
- 'paratest_ShouldHandleParameterizedTests\(5\)',
475
- 'paratest_ShouldHandleParameterizedTests2\(7\)',
476
- 'paratest_ShouldHandleNonParameterizedTestsWhenParameterizationValid\(RUN_TEST_NO_ARGS\)',
477
- ],
478
- :to_fail => [ 'paratest_ShouldHandleParameterizedTestsThatFail\(17\)' ],
479
- :to_ignore => [ ],
480
- }
481
- },
482
-
483
- { :name => 'ParameterizedThroughCommandLine',
484
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
485
- :testdefines => ['TEST'],
486
- :cmdline => " --test_prefix=\"paratest\" --use_param_tests=1",
487
- :expected => {
488
- :to_pass => [ 'paratest_ShouldHandleParameterizedTests\(25\)',
489
- 'paratest_ShouldHandleParameterizedTests\(125\)',
490
- 'paratest_ShouldHandleParameterizedTests\(5\)',
491
- 'paratest_ShouldHandleParameterizedTests2\(7\)',
492
- 'paratest_ShouldHandleNonParameterizedTestsWhenParameterizationValid\(RUN_TEST_NO_ARGS\)',
493
- ],
494
- :to_fail => [ 'paratest_ShouldHandleParameterizedTestsThatFail\(17\)' ],
495
- :to_ignore => [ ],
496
- }
497
- },
498
-
499
- { :name => 'ParameterizedThroughCommandLineAndYaml',
500
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
501
- :testdefines => ['TEST'],
502
- :cmdline => "--use_param_tests=1",
503
- :yaml => {
504
- :test_prefix => "paratest"
505
- },
506
- :expected => {
507
- :to_pass => [ 'paratest_ShouldHandleParameterizedTests\(25\)',
508
- 'paratest_ShouldHandleParameterizedTests\(125\)',
509
- 'paratest_ShouldHandleParameterizedTests\(5\)',
510
- 'paratest_ShouldHandleParameterizedTests2\(7\)',
511
- 'paratest_ShouldHandleNonParameterizedTestsWhenParameterizationValid\(RUN_TEST_NO_ARGS\)',
512
- ],
513
- :to_fail => [ 'paratest_ShouldHandleParameterizedTestsThatFail\(17\)' ],
514
- :to_ignore => [ ],
515
- }
516
- },
517
-
518
- { :name => 'CException',
519
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
520
- :testdefines => ['TEST', 'USE_CEXCEPTION'],
521
- :options => {
522
- :test_prefix => "extest",
523
- :plugins => [ :cexception ],
524
- },
525
- :expected => {
526
- :to_pass => [ 'extest_ShouldHandleCExceptionInTest' ],
527
- :to_fail => [ ],
528
- :to_ignore => [ ],
529
- }
530
- },
531
-
532
- { :name => 'CustomSetupAndTeardownThroughOptions',
533
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
534
- :testdefines => ['TEST'],
535
- :options => {
536
- :test_prefix => "custtest|test",
537
- :setup_name => "custom_setup",
538
- :teardown_name => "custom_teardown",
539
- },
540
- :expected => {
541
- :to_pass => [ 'test_ThisTestAlwaysPasses',
542
- 'test_NotBeConfusedByLongComplicatedStrings',
543
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
544
- 'test_StillNotBeConfusedByLongComplicatedStrings',
545
- 'custtest_ThisTestPassesWhenCustomSetupRan',
546
- 'custtest_ThisTestPassesWhenCustomTeardownRan',
547
- 'test_ShouldCallMockInitAndVerifyFunctionsForEachTest',
548
- ],
549
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
550
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
551
- }
552
- },
553
-
554
- { :name => 'CustomSetupAndTeardownThroughCommandLine',
555
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
556
- :testdefines => ['TEST'],
557
- :cmdline => " --test_prefix=\"custtest|test\" --setup_name=\"custom_setup\" --teardown_name=\"custom_teardown\"",
558
- :expected => {
559
- :to_pass => [ 'test_ThisTestAlwaysPasses',
560
- 'test_NotBeConfusedByLongComplicatedStrings',
561
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
562
- 'test_StillNotBeConfusedByLongComplicatedStrings',
563
- 'custtest_ThisTestPassesWhenCustomSetupRan',
564
- 'custtest_ThisTestPassesWhenCustomTeardownRan',
565
- 'test_ShouldCallMockInitAndVerifyFunctionsForEachTest',
566
- ],
567
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
568
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
569
- }
570
- },
571
-
572
- { :name => 'CustomSetupAndTeardownThroughYaml',
573
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
574
- :testdefines => ['TEST'],
575
- :cmdline => " --test_prefix=\"custtest|test\"",
576
- :yaml => {
577
- :setup_name => "custom_setup",
578
- :teardown_name => "custom_teardown",
579
- },
580
- :expected => {
581
- :to_pass => [ 'test_ThisTestAlwaysPasses',
582
- 'test_NotBeConfusedByLongComplicatedStrings',
583
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
584
- 'test_StillNotBeConfusedByLongComplicatedStrings',
585
- 'custtest_ThisTestPassesWhenCustomSetupRan',
586
- 'custtest_ThisTestPassesWhenCustomTeardownRan',
587
- 'test_ShouldCallMockInitAndVerifyFunctionsForEachTest',
588
- ],
589
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
590
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
591
- }
592
- },
593
-
594
- { :name => 'CustomMain',
595
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
596
- :testdefines => ['TEST', "USE_ANOTHER_MAIN"],
597
- :options => {
598
- :main_name => "custom_main",
599
- },
600
- :expected => {
601
- :to_pass => [ 'test_ThisTestAlwaysPasses',
602
- 'spec_ThisTestPassesWhenNormalSetupRan',
603
- 'spec_ThisTestPassesWhenNormalTeardownRan',
604
- 'test_NotBeConfusedByLongComplicatedStrings',
605
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
606
- 'test_StillNotBeConfusedByLongComplicatedStrings',
607
- 'should_RunTestsStartingWithShouldByDefault',
608
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
609
- 'test_ShouldCallMockInitAndVerifyFunctionsForEachTest',
610
- ],
611
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
612
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
613
- }
614
- },
615
-
616
- { :name => 'CustomSuiteSetupAndTeardown',
617
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
618
- :testdefines => ['TEST'],
619
- :includes => ['Defs.h'],
620
- :options => {
621
- :test_prefix => "suitetest|test",
622
- :suite_setup => " CounterSuiteSetup = 1;",
623
- :suite_teardown => " return num_failures;",
624
- },
625
- :expected => {
626
- :to_pass => [ 'test_ThisTestAlwaysPasses',
627
- 'test_NotBeConfusedByLongComplicatedStrings',
628
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
629
- 'test_StillNotBeConfusedByLongComplicatedStrings',
630
- 'suitetest_ThisTestPassesWhenCustomSuiteSetupAndTeardownRan',
631
- 'test_ShouldCallMockInitAndVerifyFunctionsForEachTest',
632
- ],
633
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
634
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
635
- }
636
- },
637
-
638
- { :name => 'MainExternDeclaration',
639
- :testfile => 'testdata/testRunnerGeneratorWithMocks.c',
640
- :testdefines => ['TEST'],
641
- :includes => ['Defs.h'],
642
- :options => {
643
- :main_export_decl => "EXTERN_DECL",
644
- },
645
- :expected => {
646
- :to_pass => [ 'test_ThisTestAlwaysPasses',
647
- 'spec_ThisTestPassesWhenNormalSetupRan',
648
- 'spec_ThisTestPassesWhenNormalTeardownRan',
649
- 'test_NotBeConfusedByLongComplicatedStrings',
650
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
651
- 'test_StillNotBeConfusedByLongComplicatedStrings',
652
- 'should_RunTestsStartingWithShouldByDefault',
653
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
654
- 'test_ShouldCallMockInitAndVerifyFunctionsForEachTest',
655
- ],
656
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
657
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
658
- }
659
- },
660
-
661
-
662
-
663
- #### WITH ARGS ##########################################
664
-
665
- { :name => 'ArgsThroughOptions',
666
- :testfile => 'testdata/testRunnerGenerator.c',
667
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
668
- :options => {
669
- :cmdline_args => true,
670
- },
671
- :expected => {
672
- :to_pass => [ 'test_ThisTestAlwaysPasses',
673
- 'spec_ThisTestPassesWhenNormalSetupRan',
674
- 'spec_ThisTestPassesWhenNormalTeardownRan',
675
- 'test_NotBeConfusedByLongComplicatedStrings',
676
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
677
- 'test_StillNotBeConfusedByLongComplicatedStrings',
678
- 'should_RunTestsStartingWithShouldByDefault',
679
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
680
- ],
681
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
682
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
683
- }
684
- },
685
-
686
- { :name => 'ArgsThroughCommandLine',
687
- :testfile => 'testdata/testRunnerGenerator.c',
688
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
689
- :cmdline => "--cmdline_args=1",
690
- :expected => {
691
- :to_pass => [ 'test_ThisTestAlwaysPasses',
692
- 'spec_ThisTestPassesWhenNormalSetupRan',
693
- 'spec_ThisTestPassesWhenNormalTeardownRan',
694
- 'test_NotBeConfusedByLongComplicatedStrings',
695
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
696
- 'test_StillNotBeConfusedByLongComplicatedStrings',
697
- 'should_RunTestsStartingWithShouldByDefault',
698
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
699
- ],
700
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
701
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
702
- }
703
- },
704
-
705
- { :name => 'ArgsThroughYAMLFile',
706
- :testfile => 'testdata/testRunnerGenerator.c',
707
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
708
- :cmdline => "",
709
- :yaml => {
710
- :cmdline_args => true,
711
- },
712
- :expected => {
713
- :to_pass => [ 'test_ThisTestAlwaysPasses',
714
- 'spec_ThisTestPassesWhenNormalSetupRan',
715
- 'spec_ThisTestPassesWhenNormalTeardownRan',
716
- 'test_NotBeConfusedByLongComplicatedStrings',
717
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
718
- 'test_StillNotBeConfusedByLongComplicatedStrings',
719
- 'should_RunTestsStartingWithShouldByDefault',
720
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
721
- ],
722
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
723
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
724
- }
725
- },
726
-
727
- { :name => 'ArgsNameFilterJustTest',
728
- :testfile => 'testdata/testRunnerGenerator.c',
729
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
730
- :options => {
731
- :cmdline_args => true,
732
- },
733
- :cmdline_args => "-n test_",
734
- :expected => {
735
- :to_pass => [ 'test_ThisTestAlwaysPasses',
736
- 'test_NotBeConfusedByLongComplicatedStrings',
737
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
738
- 'test_StillNotBeConfusedByLongComplicatedStrings',
739
- ],
740
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
741
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
742
- }
743
- },
744
-
745
- { :name => 'ArgsNameFilterJustShould',
746
- :testfile => 'testdata/testRunnerGenerator.c',
747
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
748
- :options => {
749
- :cmdline_args => true,
750
- },
751
- :cmdline_args => "-n should_",
752
- :expected => {
753
- :to_pass => [ 'should_RunTestsStartingWithShouldByDefault' ],
754
- :to_fail => [ ],
755
- :to_ignore => [ ],
756
- }
757
- },
758
-
759
- { :name => 'ArgsNameFilterTestAndShould',
760
- :testfile => 'testdata/testRunnerGenerator.c',
761
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
762
- :options => {
763
- :cmdline_args => true,
764
- },
765
- :cmdline_args => "-n should_,test_",
766
- :expected => {
767
- :to_pass => [ 'test_ThisTestAlwaysPasses',
768
- 'test_NotBeConfusedByLongComplicatedStrings',
769
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
770
- 'test_StillNotBeConfusedByLongComplicatedStrings',
771
- 'should_RunTestsStartingWithShouldByDefault' ],
772
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
773
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
774
- }
775
- },
776
-
777
- { :name => 'ArgsNameFilterWithWildcardOnFile',
778
- :testfile => 'testdata/testRunnerGeneratorSmall.c',
779
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
780
- :options => {
781
- :cmdline_args => true,
782
- },
783
- :cmdline_args => "-n testRunnerGeneratorSma*",
784
- :expected => {
785
- :to_pass => [ 'test_ThisTestAlwaysPasses',
786
- 'spec_ThisTestPassesWhenNormalSetupRan',
787
- 'spec_ThisTestPassesWhenNormalTeardownRan' ],
788
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
789
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
790
- }
791
- },
792
-
793
- { :name => 'ArgsNameFilterWithWildcardAsName',
794
- :testfile => 'testdata/testRunnerGeneratorSmall.c',
795
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
796
- :options => {
797
- :cmdline_args => true,
798
- },
799
- :cmdline_args => "-n testRunnerGeneratorSmall:*",
800
- :expected => {
801
- :to_pass => [ 'test_ThisTestAlwaysPasses',
802
- 'spec_ThisTestPassesWhenNormalSetupRan',
803
- 'spec_ThisTestPassesWhenNormalTeardownRan' ],
804
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
805
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
806
- }
807
- },
808
-
809
- { :name => 'ArgsNameFilterWithWildcardOnName',
810
- :testfile => 'testdata/testRunnerGeneratorSmall.c',
811
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
812
- :options => {
813
- :cmdline_args => true,
814
- },
815
- :cmdline_args => "-n testRunnerGeneratorSmall:test_*",
816
- :expected => {
817
- :to_pass => [ 'test_ThisTestAlwaysPasses' ],
818
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
819
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
820
- }
821
- },
822
-
823
- { :name => 'ArgsNameFilterWithWildcardAndShortName',
824
- :testfile => 'testdata/testRunnerGeneratorSmall.c',
825
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
826
- :options => {
827
- :cmdline_args => true,
828
- },
829
- :cmdline_args => "-n testRunnerGeneratorSmall:te*",
830
- :expected => {
831
- :to_pass => [ 'test_ThisTestAlwaysPasses' ],
832
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
833
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
834
- }
835
- },
836
-
837
- { :name => 'ArgsNameFilterWithWildcardOnBoth',
838
- :testfile => 'testdata/testRunnerGeneratorSmall.c',
839
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
840
- :options => {
841
- :cmdline_args => true,
842
- },
843
- :cmdline_args => "-n testRunnerGeneratorSm*:*",
844
- :expected => {
845
- :to_pass => [ 'test_ThisTestAlwaysPasses',
846
- 'spec_ThisTestPassesWhenNormalSetupRan',
847
- 'spec_ThisTestPassesWhenNormalTeardownRan' ],
848
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
849
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
850
- }
851
- },
852
-
853
- { :name => 'ArgsExcludeFilterJustTest',
854
- :testfile => 'testdata/testRunnerGenerator.c',
855
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
856
- :options => {
857
- :cmdline_args => true,
858
- },
859
- :cmdline_args => "-x test_",
860
- :expected => {
861
- :to_pass => [ 'spec_ThisTestPassesWhenNormalSetupRan',
862
- 'spec_ThisTestPassesWhenNormalTeardownRan',
863
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
864
- 'should_RunTestsStartingWithShouldByDefault',
865
- ],
866
- :to_fail => [ ],
867
- :to_ignore => [ ],
868
- }
869
- },
870
-
871
- { :name => 'ArgsIncludeAndExcludeFilter',
872
- :testfile => 'testdata/testRunnerGenerator.c',
873
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
874
- :options => {
875
- :cmdline_args => true,
876
- :includes => ['Defs.h'],
877
- },
878
- :cmdline_args => "-n test_ -x Ignored",
879
- :expected => {
880
- :to_pass => [ 'test_ThisTestAlwaysPasses',
881
- 'test_NotBeConfusedByLongComplicatedStrings',
882
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
883
- 'test_StillNotBeConfusedByLongComplicatedStrings',
884
- ],
885
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
886
- :to_ignore => [ ],
887
- }
888
- },
889
-
890
- { :name => 'ArgsIncludeSingleTest',
891
- :testfile => 'testdata/testRunnerGenerator.c',
892
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
893
- :options => {
894
- :cmdline_args => true,
895
- },
896
- :cmdline_args => "-n ThisTestAlwaysPasses",
897
- :expected => {
898
- :to_pass => [ 'test_ThisTestAlwaysPasses' ],
899
- :to_fail => [ ],
900
- :to_ignore => [ ],
901
- }
902
- },
903
-
904
- { :name => 'ArgsIncludeSingleTestInSpecificFile',
905
- :testfile => 'testdata/testRunnerGenerator.c',
906
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
907
- :options => {
908
- :cmdline_args => true,
909
- },
910
- :cmdline_args => "-n testRunnerGenerator:ThisTestAlwaysPasses",
911
- :expected => {
912
- :to_pass => [ 'test_ThisTestAlwaysPasses' ],
913
- :to_fail => [ ],
914
- :to_ignore => [ ],
915
- }
916
- },
917
-
918
- { :name => 'ArgsIncludeTestFileWithExtension',
919
- :testfile => 'testdata/testRunnerGenerator.c',
920
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
921
- :options => {
922
- :cmdline_args => true,
923
- },
924
- :cmdline_args => "-n testRunnerGenerator.c:ThisTestAlwaysPasses",
925
- :expected => {
926
- :to_pass => [ 'test_ThisTestAlwaysPasses' ],
927
- :to_fail => [ ],
928
- :to_ignore => [ ],
929
- }
930
- },
931
-
932
- { :name => 'ArgsIncludeDoubleQuotes',
933
- :testfile => 'testdata/testRunnerGenerator.c',
934
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
935
- :options => {
936
- :cmdline_args => true,
937
- },
938
- :cmdline_args => "-n \"testRunnerGenerator:ThisTestAlwaysPasses,test_ThisTestAlwaysFails\"",
939
- :expected => {
940
- :to_pass => [ 'test_ThisTestAlwaysPasses' ],
941
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
942
- :to_ignore => [ ],
943
- }
944
- },
945
-
946
- { :name => 'ArgsIncludeSingleQuotes',
947
- :testfile => 'testdata/testRunnerGenerator.c',
948
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
949
- :options => {
950
- :cmdline_args => true,
951
- },
952
- :cmdline_args => "-n 'testRunnerGenerator:ThisTestAlwaysPasses,test_ThisTestAlwaysFails'",
953
- :expected => {
954
- :to_pass => [ 'test_ThisTestAlwaysPasses' ],
955
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
956
- :to_ignore => [ ],
957
- }
958
- },
959
-
960
- { :name => 'ArgsIncludeAValidTestForADifferentFile',
961
- :testfile => 'testdata/testRunnerGenerator.c',
962
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
963
- :options => {
964
- :cmdline_args => true,
965
- },
966
- :cmdline_args => "-n AnotherFile:ThisTestDoesNotExist",
967
- :expected => {
968
- :to_pass => [ ],
969
- :to_fail => [ ],
970
- :to_ignore => [ ],
971
- }
972
- },
973
-
974
- { :name => 'ArgsIncludeNoTests',
975
- :testfile => 'testdata/testRunnerGenerator.c',
976
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
977
- :options => {
978
- :cmdline_args => true,
979
- },
980
- :cmdline_args => "-n ThisTestDoesNotExist",
981
- :expected => {
982
- :to_pass => [ ],
983
- :to_fail => [ ],
984
- :to_ignore => [ ],
985
- }
986
- },
987
-
988
- { :name => 'ArgsExcludeAllTests',
989
- :testfile => 'testdata/testRunnerGenerator.c',
990
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
991
- :options => {
992
- :cmdline_args => true,
993
- },
994
- :cmdline_args => "-x _",
995
- :expected => {
996
- :to_pass => [ ],
997
- :to_fail => [ ],
998
- :to_ignore => [ ],
999
- }
1000
- },
1001
-
1002
- { :name => 'ArgsIncludeFullFile',
1003
- :testfile => 'testdata/testRunnerGenerator.c',
1004
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
1005
- :options => {
1006
- :cmdline_args => true,
1007
- },
1008
- :cmdline_args => "-n testRunnerGenerator",
1009
- :expected => {
1010
- :to_pass => [ 'test_ThisTestAlwaysPasses',
1011
- 'spec_ThisTestPassesWhenNormalSetupRan',
1012
- 'spec_ThisTestPassesWhenNormalTeardownRan',
1013
- 'test_NotBeConfusedByLongComplicatedStrings',
1014
- 'test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings',
1015
- 'test_StillNotBeConfusedByLongComplicatedStrings',
1016
- 'should_RunTestsStartingWithShouldByDefault',
1017
- 'spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan',
1018
- ],
1019
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
1020
- :to_ignore => [ 'test_ThisTestAlwaysIgnored' ],
1021
- }
1022
- },
1023
-
1024
- { :name => 'ArgsIncludeWithAlternateFlag',
1025
- :testfile => 'testdata/testRunnerGenerator.c',
1026
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
1027
- :options => {
1028
- :cmdline_args => true,
1029
- },
1030
- :cmdline_args => "-f=\"testRunnerGenerator:ThisTestAlwaysPasses,test_ThisTestAlwaysFails\"",
1031
- :expected => {
1032
- :to_pass => [ 'test_ThisTestAlwaysPasses' ],
1033
- :to_fail => [ 'test_ThisTestAlwaysFails' ],
1034
- :to_ignore => [ ],
1035
- }
1036
- },
1037
-
1038
- { :name => 'ArgsIncludeWithParameterized',
1039
- :testfile => 'testdata/testRunnerGenerator.c',
1040
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
1041
- :cmdline => "--use_param_tests=1",
1042
- :yaml => {
1043
- :cmdline_args => true,
1044
- :test_prefix => "paratest"
1045
- },
1046
- :cmdline_args => "-n ShouldHandleParameterizedTests",
1047
- :expected => {
1048
- :to_pass => [ 'paratest_ShouldHandleParameterizedTests\(25\)',
1049
- 'paratest_ShouldHandleParameterizedTests\(125\)',
1050
- 'paratest_ShouldHandleParameterizedTests\(5\)',
1051
- 'paratest_ShouldHandleParameterizedTests2\(7\)',
1052
- ],
1053
- :to_fail => [ 'paratest_ShouldHandleParameterizedTestsThatFail\(17\)' ],
1054
- :to_ignore => [ ],
1055
- }
1056
- },
1057
-
1058
- { :name => 'ArgsList',
1059
- :testfile => 'testdata/testRunnerGenerator.c',
1060
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
1061
- :options => {
1062
- :cmdline_args => true,
1063
- },
1064
- :cmdline_args => "-l",
1065
- :expected => {
1066
- :to_pass => [ ],
1067
- :to_fail => [ ],
1068
- :to_ignore => [ ],
1069
- :text => [ "testRunnerGenerator",
1070
- "test_ThisTestAlwaysPasses",
1071
- "test_ThisTestAlwaysFails",
1072
- "test_ThisTestAlwaysIgnored",
1073
- "spec_ThisTestPassesWhenNormalSuiteSetupAndTeardownRan",
1074
- "spec_ThisTestPassesWhenNormalSetupRan",
1075
- "spec_ThisTestPassesWhenNormalTeardownRan",
1076
- "test_NotBeConfusedByLongComplicatedStrings",
1077
- "test_NotDisappearJustBecauseTheTestBeforeAndAfterHaveCrazyStrings",
1078
- "test_StillNotBeConfusedByLongComplicatedStrings",
1079
- "should_RunTestsStartingWithShouldByDefault"
1080
- ]
1081
- }
1082
- },
1083
-
1084
- { :name => 'ArgsListParameterized',
1085
- :testfile => 'testdata/testRunnerGenerator.c',
1086
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
1087
- :options => {
1088
- :test_prefix => "paratest",
1089
- :use_param_tests => true,
1090
- :cmdline_args => true,
1091
- },
1092
- :cmdline_args => "-l",
1093
- :expected => {
1094
- :to_pass => [ ],
1095
- :to_fail => [ ],
1096
- :to_ignore => [ ],
1097
- :text => [ "testRunnerGenerator",
1098
- 'paratest_ShouldHandleParameterizedTests\(25\)',
1099
- 'paratest_ShouldHandleParameterizedTests\(125\)',
1100
- 'paratest_ShouldHandleParameterizedTests\(5\)',
1101
- 'paratest_ShouldHandleParameterizedTests2\(7\)',
1102
- 'paratest_ShouldHandleNonParameterizedTestsWhenParameterizationValid\(RUN_TEST_NO_ARGS\)',
1103
- 'paratest_ShouldHandleParameterizedTestsThatFail\(17\)'
1104
- ],
1105
- }
1106
- },
1107
-
1108
- { :name => 'ArgsIncompleteIncludeFlags',
1109
- :testfile => 'testdata/testRunnerGenerator.c',
1110
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
1111
- :options => {
1112
- :cmdline_args => true,
1113
- },
1114
- :cmdline_args => "-n",
1115
- :expected => {
1116
- :to_pass => [ ],
1117
- :to_fail => [ ],
1118
- :to_ignore => [ ],
1119
- :text => [ "ERROR: No Test String to Include Matches For" ],
1120
- }
1121
- },
1122
-
1123
- { :name => 'ArgsIncompleteExcludeFlags',
1124
- :testfile => 'testdata/testRunnerGenerator.c',
1125
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
1126
- :options => {
1127
- :cmdline_args => true,
1128
- },
1129
- :cmdline_args => "-x",
1130
- :expected => {
1131
- :to_pass => [ ],
1132
- :to_fail => [ ],
1133
- :to_ignore => [ ],
1134
- :text => [ "ERROR: No Test String to Exclude Matches For" ],
1135
- }
1136
- },
1137
-
1138
- { :name => 'ArgsIllegalFlags',
1139
- :testfile => 'testdata/testRunnerGenerator.c',
1140
- :testdefines => ['TEST', 'UNITY_USE_COMMAND_LINE_ARGS'],
1141
- :options => {
1142
- :cmdline_args => true,
1143
- },
1144
- :cmdline_args => "-z",
1145
- :expected => {
1146
- :to_pass => [ ],
1147
- :to_fail => [ ],
1148
- :to_ignore => [ ],
1149
- :text => [ "ERROR: Unknown Option z" ],
1150
- }
1151
- },
1152
- ]
1153
-
1154
- def runner_test(test, runner, expected, test_defines, cmdline_args)
1155
- # Tack on TEST define for compiling unit tests
1156
- load_configuration($cfg_file)
1157
-
1158
- #compile objects
1159
- obj_list = [
1160
- compile(runner, test_defines),
1161
- compile(test, test_defines),
1162
- compile('../src/unity.c', test_defines),
1163
- ]
1164
-
1165
- # Link the test executable
1166
- test_base = File.basename(test, C_EXTENSION)
1167
- link_it(test_base, obj_list)
1168
-
1169
- # Execute unit test and generate results file
1170
- simulator = build_simulator_fields
1171
- cmdline_args ||= ""
1172
- executable = $cfg['linker']['bin_files']['destination'] + test_base + $cfg['linker']['bin_files']['extension'] + " #{cmdline_args}"
1173
- cmd_str = if simulator.nil?
1174
- executable
1175
- else
1176
- "#{simulator[:command]} #{simulator[:pre_support]} #{executable} #{simulator[:post_support]}"
1177
- end
1178
- output = execute(cmd_str, true)
1179
-
1180
- #compare to the expected pass/fail
1181
- allgood = expected[:to_pass].inject(true) {|s,v| s && verify_match(/#{v}:PASS/, output) }
1182
- allgood = expected[:to_fail].inject(allgood) {|s,v| s && verify_match(/#{v}:FAIL/, output) }
1183
- allgood = expected[:to_ignore].inject(allgood) {|s,v| s && verify_match(/#{v}:IGNORE/, output) }
1184
-
1185
- #verify there weren't more pass/fail/etc than expected
1186
- allgood &&= verify_number( expected[:to_pass], /(:PASS)/, output)
1187
- allgood &&= verify_number( expected[:to_fail], /(:FAIL)/, output)
1188
- allgood &&= verify_number( expected[:to_ignore], /(:IGNORE)/, output)
1189
-
1190
- #if we care about any other text, check that too
1191
- if (expected[:text])
1192
- allgood = expected[:text].inject(allgood) {|s,v| s && verify_match(/#{v}/, output) }
1193
- allgood &&= verify_number( expected[:text], /.+/, output )
1194
- end
1195
-
1196
- report output if (!allgood && !$verbose) #report failures if not already reporting everything
1197
- return allgood
1198
- end
1199
-
1200
- def verify_match(expression, output)
1201
- if (expression =~ output)
1202
- return true
1203
- else
1204
- report " FAIL: No Match For /#{expression.to_s}/"
1205
- return false
1206
- end
1207
- end
1208
-
1209
- def verify_number(expected, expression, output)
1210
- exp = expected.length
1211
- act = output.scan(expression).length
1212
- if (exp == act)
1213
- return true
1214
- else
1215
- report " FAIL: Expected #{exp} Matches For /#{expression.to_s}/. Was #{act}"
1216
- return false
1217
- end
1218
- end
1219
-
1220
- RUNNER_TESTS.each do |testset|
1221
- basename = File.basename(testset[:testfile], C_EXTENSION)
1222
- testset_name = "Runner_#{basename}_#{testset[:name]}"
1223
- should testset_name do
1224
- runner_name = OUT_FILE + testset[:name] + '_runner.c'
1225
-
1226
- #create a yaml file first if required
1227
- yaml_option = ""
1228
- if (testset[:yaml])
1229
- File.open("build/runner_options.yml",'w') {|f| f << { :unity => testset[:yaml] }.to_yaml }
1230
- yaml_option = "build/runner_options.yml"
1231
- end
1232
-
1233
- #run script via command line or through hash function call, as requested
1234
- if (testset[:cmdline])
1235
- cmdstr = "ruby ../auto/generate_test_runner.rb #{yaml_option} #{testset[:cmdline]} \"#{testset[:testfile]}\" \"#{runner_name}\""
1236
- `#{cmdstr}`
1237
- else
1238
- UnityTestRunnerGenerator.new(testset[:options]).run(testset[:testfile], runner_name)
1239
- end
1240
-
1241
- #test the script against the specified test file and check results
1242
- if (runner_test(testset[:testfile], runner_name, testset[:expected], testset[:testdefines], testset[:cmdline_args]))
1243
- report "#{testset_name}:PASS"
1244
- else
1245
- report "#{testset_name}:FAIL"
1246
- $generate_test_runner_failures += 1
1247
- end
1248
- $generate_test_runner_tests += 1
1249
- end
1250
- end
1251
-
1252
- raise "There were #{$generate_test_runner_failures.to_s} failures while testing generate_test_runner.rb" if ($generate_test_runner_failures > 0)