1/* AUTOGENERATED FILE. DO NOT EDIT. */
2#ifndef _TESTSAMPLE_MOCK_HEAD1_H
3#define _TESTSAMPLE_MOCK_HEAD1_H
4
5#include "unity.h"
6#include "cmock.h"
7#include "funky.h"
8#include <setjmp.h>
9
10void test_TheFirstThingToTest(void);
11void test_TheSecondThingToTest(void);
12#endif
13
14