Home
last modified time | relevance | path

Searched full:cmock (Results 1 – 25 of 37) sorted by relevance

12

/third_party/unity/test/targets/
Dhitech_picc18.yml2 :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/
Dhitech_picc18.yml32 - '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/
DUnityHelperScriptsGuide.md16 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.
DUnityConfigurationGuide.md319 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/
DUnityHelperScriptsGuide.md16 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.
193 If you are using CMock, it is very likely that you are already passing an array
194 of plugins to CMock. You can just use the same array here. This script will just
227 CMock and supports xunit-style xml as well as other goodies.
DUnityConfigurationGuide.md390 extra detail information around. It's used by systems like CMock in order to
391 report which function or argument flagged an error. If you're not using CMock and
423 your tests, and you will be unable to use tools like CMock. Very likely, if your
525 using CMock or test coverage, there will be additional stubs in use here. A
/third_party/cJSON/tests/unity/auto/
Dgenerate_test_runner.rb43 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/
Dgenerate_test_runner.rb56 options.merge!(yaml_guts[:unity] || yaml_guts[:cmock])
57 raise "No :unity or :cmock section found in #{config_file}" unless options
73 testfile_includes.delete_if { |inc| inc =~ /(unity|cmock)/ }
216 output.puts('#include "cmock.h"') unless mocks.empty?
440 output.puts('#include "cmock.h"') unless used_mocks.empty?
488 ' *.yml / *.yaml - loads configuration from here in :unity or :cmock',
/third_party/unity/test/expectdata/
Dtestsample_mock_head1.h6 #include "cmock.h"
Dtestsample_mock_head1.c27 #include "cmock.h"
Dtestsample_mock_param.c28 #include "cmock.h"
Dtestsample_mock_def.c27 #include "cmock.h"
Dtestsample_mock_cmd.c30 #include "cmock.h"
Dtestsample_mock_new1.c30 #include "cmock.h"
Dtestsample_mock_yaml.c30 #include "cmock.h"
Dtestsample_mock_run1.c30 #include "cmock.h"
/third_party/cJSON/tests/unity/test/expectdata/
Dtestsample_mock_head1.h6 #include "cmock.h"
Dtestsample_mock_def.c27 #include "cmock.h"
Dtestsample_mock_param.c28 #include "cmock.h"
Dtestsample_mock_head1.c27 #include "cmock.h"
Dtestsample_mock_cmd.c30 #include "cmock.h"
Dtestsample_mock_new1.c30 #include "cmock.h"
Dtestsample_mock_yaml.c30 #include "cmock.h"
Dtestsample_mock_run1.c30 #include "cmock.h"
/third_party/unity/extras/fixture/
Dreadme.md10 to integrate with other testing tools like Ceedling and CMock.

12