issues
search
ThrowTheSwitch
/
CMock
CMock - Mock/stub generator for C
http://throwtheswitch.org
MIT License
684
stars
276
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
skeleton doesn't work properly anymore
#488
SirWedeck
opened
1 day ago
0
[Proposal] Treat_inlines reuses previously mocked headers after disabling
#487
JuPrgn
closed
4 weeks ago
2
Missing header in mocked version
#486
JuPrgn
opened
4 weeks ago
6
:treat_as: not working as expected
#485
Jakebluhm
opened
4 weeks ago
3
Cmock discards const qualifier with custom types
#484
astro-stan
opened
1 month ago
0
Plugin :ignore_arg not generating mocks
#483
vmpxc
opened
1 month ago
1
How to mock functions that are inside a tested file ?
#482
lesnake
opened
2 months ago
0
"ERROR: Test executable failed" when using ExpectAnyArgsAndReturn with the same value twice
#481
rickymohk
closed
2 months ago
2
[BUG?] Ignore not working as expected
#480
parmi93
opened
2 months ago
11
Mocking Variable Length Array (VLA) not working
#479
parmi93
opened
3 months ago
0
UNITY_TEST_ASSERT_EQUAL_uint8_array is generated instead of UNITY_TEST_ASSERT_EQUAL_UINT8_ARRAY
#478
JohannesLichtenberger
closed
5 months ago
2
new release for CMOCK
#477
ehvenimunis
opened
5 months ago
0
Mock generated is wrong when the name of the parameter contains size or length sub-string
#476
parmi93
opened
6 months ago
1
Only first value of array is checked
#475
jvieira88
closed
7 months ago
2
Additional option to be able to mock global variables
#474
cabbott9
opened
7 months ago
0
ReturnThrPtr,ReturnArrayThrPtr,ReturnMemThrPtr
#473
joseph-eglu
closed
7 months ago
5
No function prototypes found in C++ header
#472
lipi
opened
7 months ago
3
Expect() mock of function expecting pointer incorrectly dereferences pointer
#471
newburyjames
closed
7 months ago
4
Docs don't specify to quote the config file for the -o argument
#470
declancm
closed
8 months ago
8
I need ExpectWithPtr mock (?)
#469
parmi93
closed
8 months ago
1
Fixed newline being added to the skeleton file everytime the skeleton generator is invoked.
#468
UCSIG
closed
8 months ago
1
[BUG] Cmock functions are generated incorectlly in some cases
#467
dkDeman
opened
11 months ago
3
[Bug] "Failed Parsing Declaration Prototype!" for different macros
#466
dkDeman
opened
11 months ago
2
Cmock: error: invalid application of 'sizeof' to incomplete type 'xxx_t {aka struct xx_s}
#465
ehvenimunis
closed
1 year ago
5
CMock: More control on expectation order - proposal
#464
PVeps
opened
1 year ago
7
When CMock is out of memory it does not tell you so
#463
Letme
opened
1 year ago
5
Missing _Expect methods
#462
jvieira88
closed
8 months ago
6
How to mock local variable
#461
tdd2454
closed
8 months ago
2
CMock not breaking include chain at mocked header
#460
abergerSRS
closed
12 months ago
6
_Expect does not work as expected - with structures
#459
gorogbalazs
closed
8 months ago
1
:strippable question/suggestion
#458
informatimago
closed
8 months ago
2
add check to prevent sizeof(void) generation
#457
Hannes103
closed
1 year ago
0
cmock header file overwritten (normalized_source)
#456
informatimago
closed
1 year ago
2
CMOCK_MEM_PTR_AS_INT should be intptr_t
#455
informatimago
closed
1 year ago
1
Removed including standard libraries from mock sources.
#454
informatimago
opened
1 year ago
1
Make ReturnMemThruPtr pointers const
#453
NovaNekmit
closed
1 year ago
0
Mocking FreeRTOS "task.h" failing due to attribute parsing
#452
silabs-theophilel
opened
1 year ago
1
Added a user-friendly error message when processing bad :treat_as
#451
informatimago
closed
1 year ago
0
Array of constant pointers as an argument of mock function
#450
slavko-m
opened
1 year ago
2
project.yml file not considered while generating mocks using cmake file
#449
NivethaSukumar
closed
1 year ago
3
Add plugin to validate address of ptr_args
#448
jonhenneberg
opened
1 year ago
0
Include header file for a module with two function, need to ignore one and use other regularly
#447
shabu19
closed
1 year ago
3
783 cmock of the wrong file is generated
#446
informatimago
opened
1 year ago
1
Numcalls in Stubbed functions not reset from test to test
#445
ivankvolik
closed
1 year ago
4
Check that a mocked variable has been written to
#444
MikeExMachina
opened
1 year ago
1
Question: How to call mock function if function in test calls them multiple times with different expectations inside
#443
pathakraul
closed
8 months ago
1
Support for generation of ReturnThruPtr, etc methods when using opaque pointer arguments.
#442
mamsw
opened
1 year ago
1
Added support for noreturn mocked function
#441
informatimago
opened
1 year ago
0
Unit Testing inline function
#440
PRZEMPM
closed
8 months ago
1
Ignore calling order of mocked functions
#439
gorogbalazs
opened
1 year ago
3
Next