Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/kernel/src/
DiCunit.c607 extern iUINT32 ICunitRunTestcaseOne(ICUNIT_CASE_S *testCase);
631 iUINT32 ICunitRunTestcaseSatisfied(ICUNIT_CASE_S *testCase, iUINT32 testcaseLayer, iUINT32 testcase… in ICunitRunTestcaseSatisfied() argument
635 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() argument
647 ICunitRunSingle(testCase); in ICunitRunTestcaseOne()
/kernel/liteos_a/testsuites/kernel/include/
DiCunit.h433 extern iUINT32 ICunitRunTestcaseSatisfied(ICUNIT_CASE_S *testCase, iUINT32 testcaseLayer, iUINT32 t…