Sha256: f600e74488bfc56862df2daedce1a3525eaad43ed72c6706817f6629b180a1ec

Contents?: true

Size: 452 Bytes

Versions: 30

Compression:

Stored size: 452 Bytes

Contents

#ifndef CMOCK_H
#define CMOCK_H

int CMockMemFreeFinalCounter = 0;
int mockMock_Init_Counter = 0;
int mockMock_Verify_Counter = 0;
int mockMock_Destroy_Counter = 0;

void CMock_Guts_MemFreeFinal(void) { CMockMemFreeFinalCounter++; }
void mockMock_Init(void)           { mockMock_Init_Counter++;    }
void mockMock_Verify(void)         { mockMock_Verify_Counter++;  }
void mockMock_Destroy(void)        { mockMock_Destroy_Counter++; }

#endif //CMOCK_H

Version data entries

30 entries across 10 versions & 2 rubygems

Version Path
ceedling-0.24.0 vendor/cmock/vendor/unity/test/testdata/cmock.h
ceedling-0.24.0 vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/cmock.h
ceedling-0.22.0 vendor/cmock/vendor/unity/test/testdata/cmock.h
ceedling-0.22.0 vendor/unity/test/testdata/cmock.h
ceedling-0.22.0 vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/cmock.h
ceedling-0.22.0 vendor/c_exception/vendor/unity/test/testdata/cmock.h
ceedling-0.21.0 vendor/cmock/vendor/c_exception/vendor/unity/test/testdata/cmock.h
ceedling-0.21.0 vendor/unity/test/testdata/cmock.h
ceedling-0.21.0 vendor/cmock/vendor/unity/test/testdata/cmock.h
ceedling-0.21.0 vendor/c_exception/vendor/unity/test/testdata/cmock.h