Sha256: efbcdb4c6e16b0fbb4309e1e1339825495eb9701f370a10c8edc2f2c67827bcc

Contents?: true

Size: 290 Bytes

Versions: 4

Compression:

Stored size: 290 Bytes

Contents

#ifndef MOCK_MOCK_H
#define MOCK_MOCK_H

extern int mockMock_Init_Counter;
extern int mockMock_Verify_Counter;
extern int mockMock_Destroy_Counter;
extern int CMockMemFreeFinalCounter;

void mockMock_Init(void);
void mockMock_Verify(void);
void mockMock_Destroy(void);

#endif

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
ceedling-0.29.1 vendor/cmock/vendor/unity/test/testdata/mockMock.h
ceedling-0.29.1 vendor/unity/test/testdata/mockMock.h
ceedling-0.29.0 vendor/cmock/vendor/unity/test/testdata/mockMock.h
ceedling-0.29.0 vendor/unity/test/testdata/mockMock.h