Home
last modified time | relevance | path

Searched refs:savedIgnores (Results 1 – 2 of 2) sorted by relevance

/third_party/unity/extras/fixture/test/
Dunity_fixture_Test.c76 UNITY_UINT savedIgnores = Unity.TestIgnores; in TEST() local
82 TEST_ASSERT_EQUAL(savedIgnores + 1, Unity.TestIgnores); in TEST()
84 Unity.TestIgnores = savedIgnores; in TEST()
/third_party/cJSON/tests/unity/extras/fixture/test/
Dunity_fixture_Test.c142 UNITY_UINT savedIgnores = Unity.TestIgnores; in TEST() local
150 TEST_ASSERT_EQUAL(savedIgnores + 1, Unity.TestIgnores); in TEST()
152 Unity.TestIgnores = savedIgnores; in TEST()