Sha256: f33332449aa9ac063c6a25d410777d34ec8373c38de6e5cd8fc7cc53b1820078
Contents?: true
Size: 592 Bytes
Versions: 4
Compression:
Stored size: 592 Bytes
Contents
/* ========================================================================= Unity - A Test Framework for C ThrowTheSwitch.org Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ #include "unity.h" #include "unity_fixture.h" TEST_GROUP_RUNNER(ProductionCode2) { RUN_TEST_CASE(ProductionCode2, IgnoredTest); RUN_TEST_CASE(ProductionCode2, AnotherIgnoredTest); RUN_TEST_CASE(ProductionCode2, ThisFunctionHasNotBeenTested_NeedsToBeImplemented); }
Version data entries
4 entries across 2 versions & 1 rubygems