Sha256: 5d0b35bd5778ce83436ac5519c6c0fcc2e085e4ab468472f8bfeda0b5523fa46

Contents?: true

Size: 626 Bytes

Versions: 11

Compression:

Stored size: 626 Bytes

Contents

//- Copyright (c) 2010 James Grenning and Contributed to Unity Project
/* ==========================================
    Unity Project - A Test Framework for C
    Copyright (c) 2007 Mike Karlesky, Mark VanderVoord, Greg Williams
    [Released under MIT License. Please refer to license.txt for details]
========================================== */

#ifndef D_unity_output_Spy_H
#define D_unity_output_Spy_H

void UnityOutputCharSpy_Create(int s);
void UnityOutputCharSpy_Destroy(void);
int  UnityOutputCharSpy_OutputChar(int c);
const char * UnityOutputCharSpy_Get(void);
void UnityOutputCharSpy_Enable(int enable);

#endif

Version data entries

11 entries across 4 versions & 1 rubygems

Version Path
ceedling-0.20.3 vendor/cmock/vendor/unity/extras/fixture/test/unity_output_Spy.h
ceedling-0.20.3 vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/unity_output_Spy.h
ceedling-0.20.3 vendor/unity/extras/fixture/test/unity_output_Spy.h
ceedling-0.20.3 vendor/c_exception/vendor/unity/extras/fixture/test/unity_output_Spy.h
ceedling-0.20.2 vendor/cmock/vendor/unity/extras/fixture/test/unity_output_Spy.h
ceedling-0.20.2 vendor/c_exception/vendor/unity/extras/fixture/test/unity_output_Spy.h
ceedling-0.20.2 vendor/cmock/vendor/c_exception/vendor/unity/extras/fixture/test/unity_output_Spy.h
ceedling-0.20.2 vendor/unity/extras/fixture/test/unity_output_Spy.h
ceedling-0.19.0 vendor/unity/extras/fixture/test/unity_output_Spy.h
ceedling-0.19.0 vendor/cmock/vendor/unity/extras/fixture/test/unity_output_Spy.h
ceedling-0.18.0 vendor/unity/extras/fixture/test/unity_output_Spy.h