Searched full:cmock (Results 1 – 25 of 38) sorted by relevance
12
| /third_party/unity/test/targets/ |
| D | hitech_picc18.yml | 2 :cmock: 79 - c:/CMock/src/ 80 - c:/CMock/examples/src/ 81 - c:/CMock/vendor/unity/src/ 82 - c:/CMock/vendor/unity/examples/helper/
|
| /third_party/cJSON/tests/unity/test/targets/ |
| D | hitech_picc18.yml | 32 - 'c:/CMock/src/' 33 - 'c:/CMock/examples/src/' 34 - 'c:/CMock/vendor/unity/src/' 35 - 'c:/CMock/vendor/unity/examples/helper/' 90 :cmock:
|
| /third_party/cJSON/tests/unity/docs/ |
| D | UnityHelperScriptsGuide.md | 16 suite? Do you want to use CMock or other fancy add-ons but don't want to figure 60 CMock. So if you are using YAML files already, you can simply pass the very same 158 CMock (see CMock documentation). This generates extra variables required for 160 used in CMock's configuration, you've already configured the generator properly. 181 If you are using CMock, it is very likely that you are already passing an array 182 of plugins to CMock. You can just use the same array here. This script will just 203 CMock and supports xunit-style xml as well as other goodies.
|
| D | UnityConfigurationGuide.md | 319 extra detail information around. It's used by systems like CMock in order to 320 report which function or argument flagged an error. If you're not using CMock and 333 your tests, and you will be unable to use tools like CMock. Very likely, if your 399 using CMock or test coverage, there will be additional stubs in use here. A
|
| /third_party/unity/docs/ |
| D | UnityHelperScriptsGuide.md | 15 Do you want to use CMock or other fancy add-ons but don't want to figure out how to create your own… 54 Conveniently, this YAML file is of the same format as that used by Unity and CMock. 145 This option should be defined if you have the strict order feature enabled in CMock (see CMock docu… 147 If you provide the same YAML to the generator as used in CMock's configuration, you've already conf… 177 If you are using CMock, it is very likely that you are already passing an array of plugins to CMock. 482 … check into the [Ceedling][] build tool project that works with Unity and CMock and supports xunit…
|
| /third_party/cJSON/tests/unity/auto/ |
| D | generate_test_runner.rb | 43 options.merge!(yaml_guts[:unity] || yaml_guts[:cmock]) 44 raise "No :unity or :cmock section found in #{config_file}" unless options 60 testfile_includes.delete_if { |inc| inc =~ /(unity|cmock)/ } 164 output.puts('#include "cmock.h"') unless mocks.empty? 387 output.puts('#include "cmock.h"') unless used_mocks.empty? 435 ' *.yml / *.yaml - loads configuration from here in :unity or :cmock',
|
| /third_party/unity/auto/ |
| D | generate_test_runner.rb | 59 options.merge!(yaml_guts[:unity] || yaml_guts[:cmock]) 60 raise "No :unity or :cmock section found in #{config_file}" unless options 76 testfile_includes.delete_if { |inc| inc =~ /(unity|cmock)/ } 239 output.puts('#include "cmock.h"') unless mocks.empty? 471 output.puts('#include "cmock.h"') unless used_mocks.empty? 522 ' *.yml / *.yaml - loads configuration from here in :unity or :cmock',
|
| /third_party/unity/test/expectdata/ |
| D | testsample_mock_head1.h | 6 #include "cmock.h"
|
| D | testsample_mock_param.c | 28 #include "cmock.h"
|
| D | testsample_mock_def.c | 27 #include "cmock.h"
|
| D | testsample_mock_head1.c | 27 #include "cmock.h"
|
| D | testsample_mock_cmd.c | 30 #include "cmock.h"
|
| D | testsample_mock_run1.c | 30 #include "cmock.h"
|
| D | testsample_mock_new1.c | 30 #include "cmock.h"
|
| D | testsample_mock_yaml.c | 30 #include "cmock.h"
|
| /third_party/cJSON/tests/unity/test/expectdata/ |
| D | testsample_mock_head1.h | 6 #include "cmock.h"
|
| D | testsample_mock_head1.c | 27 #include "cmock.h"
|
| D | testsample_mock_param.c | 28 #include "cmock.h"
|
| D | testsample_mock_def.c | 27 #include "cmock.h"
|
| D | testsample_mock_cmd.c | 30 #include "cmock.h"
|
| D | testsample_mock_run1.c | 30 #include "cmock.h"
|
| D | testsample_mock_yaml.c | 30 #include "cmock.h"
|
| D | testsample_mock_new1.c | 30 #include "cmock.h"
|
| D | testsample_mock_new2.c | 27 #include "cmock.h"
|
| /third_party/unity/extras/fixture/ |
| D | readme.md | 8 …f Unity, and makes it more difficult to integrate with other testing tools like Ceedling and CMock.
|
12