testsample_mock_head1.h 267 B

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