#include "ProductionCode2.h"#include "unity.h"/* These should be ignored because they are commented out in various ways:#include "whatever.h" #include "somethingelse.h"*/voidsetUp(void){}voidtearDown(void){}voidtest_IgnoredTest(void){TEST_IGNORE_MESSAGE("This Test Was Ignored On Purpose");}voidtest_AnotherIgnoredTest(void){TEST_IGNORE_MESSAGE("These Can Be Useful For Leaving Yourself Notes On What You Need To Do Yet");}voidtest_ThisFunctionHasNotBeenTested_NeedsToBeImplemented(void){TEST_IGNORE();/* Like This */}