Searched refs:testCase (Results 1 – 2 of 2) sorted by relevance
607 extern iUINT32 ICunitRunTestcaseOne(ICUNIT_CASE_S *testCase);631 iUINT32 ICunitRunTestcaseSatisfied(ICUNIT_CASE_S *testCase, iUINT32 testcaseLayer, iUINT32 testcase… in ICunitRunTestcaseSatisfied() argument635 if (((testCase->testcase_layer == testcaseLayer) || (testcaseLayer == TEST_LAYER_ALL)) && in ICunitRunTestcaseSatisfied()636 ((testCase->testcase_module == testcaseModule) || (testcaseModule == TEST_MODULE_ALL)) && in ICunitRunTestcaseSatisfied()637 ((testCase->testcase_level == testcaseLevel) || (testcaseLevel == TEST_LEVEL_ALL)) && in ICunitRunTestcaseSatisfied()638 ((testCase->testcase_type == testcaseType) || (testcaseType == TEST_TYPE_ALL))) { in ICunitRunTestcaseSatisfied()639 ICunitRunSingle(testCase); in ICunitRunTestcaseSatisfied()645 iUINT32 ICunitRunTestcaseOne(ICUNIT_CASE_S *testCase) in ICunitRunTestcaseOne() argument647 ICunitRunSingle(testCase); in ICunitRunTestcaseOne()
433 extern iUINT32 ICunitRunTestcaseSatisfied(ICUNIT_CASE_S *testCase, iUINT32 testcaseLayer, iUINT32 t…