Searched refs:testcase_level (Results 1 - 7 of 7) sorted by relevance
/kernel/liteos_m/testsuites/src/ |
H A D | iCunit.c | 68 iCunit_CaseArray[idx].testcase_level = testcaseLevel;
in ICunitAddCase() 125 g_strModule[psubCaseArray->testcase_module], g_strLevel[psubCaseArray->testcase_level],
in ICunitRunF() 132 g_strLevel[psubCaseArray->testcase_level], g_strType[psubCaseArray->testcase_type],
in ICunitRunF()
|
/kernel/liteos_m/testsuites/include/ |
H A D | iCunit.h | 80 iUINT16 testcase_level;
member 359 #define TEST_ADD_CASE(name, casefunc, testcase_layer, testcase_module, testcase_level, testcase_type) \
362 uwRet = ICunitAddCase(name, (CASE_FUNCTION)casefunc, testcase_layer, testcase_module, testcase_level, \
|
/kernel/liteos_a/testsuites/kernel/src/ |
H A D | iCunit.c | 169 g_iCunitCaseArray[idx].testcase_level = testcaseLevel; in ICunitAddCase() 319 g_strModule[psubCase->testcase_module], g_strLevel[psubCase->testcase_level], in ICunitRunF() 417 g_strLevel[psubCase->testcase_level], g_strType[psubCase->testcase_type]); in ICunitRunF() 431 g_strLevel[psubCase->testcase_level], g_strType[psubCase->testcase_type], psubCase->errLine, in ICunitRunF() 637 ((testCase->testcase_level == testcaseLevel) || (testcaseLevel == TEST_LEVEL_ALL)) && in ICunitRunTestcaseSatisfied()
|
H A D | osTest.c | 466 g_strLevel[g_errorCase[j].testcase_level], g_strType[g_errorCase[j].testcase_type], in TestTaskEntry()
|
/kernel/liteos_a/testsuites/kernel/include/ |
H A D | iCunit.h | 86 iUINT16 testcase_level; member 443 #define TEST_ADD_CASE(name, casefunc, testcase_layer, testcase_module, testcase_level, testcase_type) \ 446 uwRet = ICunitAddCase(name, (CASE_FUNCTION)casefunc, testcase_layer, testcase_module, testcase_level, \
|
H A D | osTest.h | 354 CHAR testcase_level[16]; member
|
/kernel/liteos_a/testsuites/unittest/common/include/ |
H A D | osTest.h | 366 CHAR testcase_level[16]; member
|
Completed in 12 milliseconds