Searched refs:RUN_TEST_CASE (Results 1 - 8 of 8) sorted by relevance
/third_party/cJSON/tests/unity/extras/fixture/test/ |
H A D | unity_fixture_TestRunner.c | 12 RUN_TEST_CASE(UnityFixture, PointerSetting); in TEST_GROUP_RUNNER() 13 RUN_TEST_CASE(UnityFixture, ForceMallocFail); in TEST_GROUP_RUNNER() 14 RUN_TEST_CASE(UnityFixture, ReallocSmallerIsUnchanged); in TEST_GROUP_RUNNER() 15 RUN_TEST_CASE(UnityFixture, ReallocSameIsUnchanged); in TEST_GROUP_RUNNER() 16 RUN_TEST_CASE(UnityFixture, ReallocLargerNeeded); in TEST_GROUP_RUNNER() 17 RUN_TEST_CASE(UnityFixture, ReallocNullPointerIsLikeMalloc); in TEST_GROUP_RUNNER() 18 RUN_TEST_CASE(UnityFixture, ReallocSizeZeroFreesMemAndReturnsNullPointer); in TEST_GROUP_RUNNER() 19 RUN_TEST_CASE(UnityFixture, CallocFillsWithZero); in TEST_GROUP_RUNNER() 20 RUN_TEST_CASE(UnityFixture, PointerSet); in TEST_GROUP_RUNNER() 21 RUN_TEST_CASE(UnityFixtur in TEST_GROUP_RUNNER() [all...] |
/third_party/unity/extras/fixture/test/ |
H A D | unity_fixture_TestRunner.c | 12 RUN_TEST_CASE(UnityFixture, PointerSetting); in TEST_GROUP_RUNNER() 13 RUN_TEST_CASE(UnityFixture, PointerSet); in TEST_GROUP_RUNNER() 14 RUN_TEST_CASE(UnityFixture, FreeNULLSafety); in TEST_GROUP_RUNNER() 15 RUN_TEST_CASE(UnityFixture, ConcludeTestIncrementsFailCount); in TEST_GROUP_RUNNER() 20 RUN_TEST_CASE(UnityCommandOptions, DefaultOptions); in TEST_GROUP_RUNNER() 21 RUN_TEST_CASE(UnityCommandOptions, OptionVerbose); in TEST_GROUP_RUNNER() 22 RUN_TEST_CASE(UnityCommandOptions, OptionSelectTestByGroup); in TEST_GROUP_RUNNER() 23 RUN_TEST_CASE(UnityCommandOptions, OptionSelectTestByName); in TEST_GROUP_RUNNER() 24 RUN_TEST_CASE(UnityCommandOptions, OptionSelectRepeatTestsDefaultCount); in TEST_GROUP_RUNNER() 25 RUN_TEST_CASE(UnityCommandOption in TEST_GROUP_RUNNER() [all...] |
/third_party/cJSON/tests/unity/examples/example_2/test/test_runners/ |
H A D | TestProductionCode_Runner.c | 6 RUN_TEST_CASE(ProductionCode, FindFunction_WhichIsBroken_ShouldReturnZeroIfItemIsNotInList_WhichWorksEvenInOurBrokenCode); in TEST_GROUP_RUNNER() 7 RUN_TEST_CASE(ProductionCode, FindFunction_WhichIsBroken_ShouldReturnTheIndexForItemsInList_WhichWillFailBecauseOurFunctionUnderTestIsBroken); in TEST_GROUP_RUNNER() 8 RUN_TEST_CASE(ProductionCode, FunctionWhichReturnsLocalVariable_ShouldReturnTheCurrentCounterValue); in TEST_GROUP_RUNNER() 9 RUN_TEST_CASE(ProductionCode, FunctionWhichReturnsLocalVariable_ShouldReturnTheCurrentCounterValueAgain); in TEST_GROUP_RUNNER() 10 RUN_TEST_CASE(ProductionCode, FunctionWhichReturnsLocalVariable_ShouldReturnCurrentCounter_ButFailsBecauseThisTestIsActuallyFlawed); in TEST_GROUP_RUNNER()
|
H A D | TestProductionCode2_Runner.c | 6 RUN_TEST_CASE(ProductionCode2, IgnoredTest); in TEST_GROUP_RUNNER() 7 RUN_TEST_CASE(ProductionCode2, AnotherIgnoredTest); in TEST_GROUP_RUNNER() 8 RUN_TEST_CASE(ProductionCode2, ThisFunctionHasNotBeenTested_NeedsToBeImplemented); in TEST_GROUP_RUNNER()
|
/third_party/unity/examples/example_2/test/test_runners/ |
H A D | TestProductionCode_Runner.c | 6 RUN_TEST_CASE(ProductionCode, FindFunction_WhichIsBroken_ShouldReturnZeroIfItemIsNotInList_WhichWorksEvenInOurBrokenCode); in TEST_GROUP_RUNNER() 7 RUN_TEST_CASE(ProductionCode, FindFunction_WhichIsBroken_ShouldReturnTheIndexForItemsInList_WhichWillFailBecauseOurFunctionUnderTestIsBroken); in TEST_GROUP_RUNNER() 8 RUN_TEST_CASE(ProductionCode, FunctionWhichReturnsLocalVariable_ShouldReturnTheCurrentCounterValue); in TEST_GROUP_RUNNER() 9 RUN_TEST_CASE(ProductionCode, FunctionWhichReturnsLocalVariable_ShouldReturnTheCurrentCounterValueAgain); in TEST_GROUP_RUNNER() 10 RUN_TEST_CASE(ProductionCode, FunctionWhichReturnsLocalVariable_ShouldReturnCurrentCounter_ButFailsBecauseThisTestIsActuallyFlawed); in TEST_GROUP_RUNNER()
|
H A D | TestProductionCode2_Runner.c | 6 RUN_TEST_CASE(ProductionCode2, IgnoredTest); in TEST_GROUP_RUNNER() 7 RUN_TEST_CASE(ProductionCode2, AnotherIgnoredTest); in TEST_GROUP_RUNNER() 8 RUN_TEST_CASE(ProductionCode2, ThisFunctionHasNotBeenTested_NeedsToBeImplemented); in TEST_GROUP_RUNNER()
|
/third_party/cJSON/tests/unity/extras/fixture/src/ |
H A D | unity_fixture.h | 53 #define RUN_TEST_CASE(group, name) \ macro
|
/third_party/unity/extras/fixture/src/ |
H A D | unity_fixture.h | 63 #define RUN_TEST_CASE(group, name) \ macro
|
Completed in 2 milliseconds