Home
last modified time | relevance | path

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

/kernel/liteos_a/testsuites/unittest/tools/
Dunittest_tools.cpp65 struct TestCase *testCase[TEST_DEFAULT_CASE_MAX]; member
122 static void RunCase(const char *testCase, char *param[]) in RunCase()
277 struct TestCase *testCase = g_param.testCase[g_param.testCaseNum]; in ParseTestCaseAndParam() local
347 static void IsCase(vector<string> files, struct TestCase *testCase) in IsCase()
/kernel/liteos_a/testsuites/kernel/src/
DiCunit.c631 iUINT32 ICunitRunTestcaseSatisfied(ICUNIT_CASE_S *testCase, iUINT32 testcaseLayer, iUINT32 testcase… in ICunitRunTestcaseSatisfied()
645 iUINT32 ICunitRunTestcaseOne(ICUNIT_CASE_S *testCase) in ICunitRunTestcaseOne()