Home
last modified time | relevance | path

Searched defs:TestCase (Results 1 – 4 of 4) sorted by relevance

/test/xts/acts/graphic/vkgl/src/
Dshrinkdefine.h19 #define SHRINK_HWTEST_F(TestSuite, TestCase, VkglCase1, VkglCase2) \ argument
/test/testfwk/xdevice/plugins/devicetest/
Derror.py276 TestCase: _TestCaseErr = _TestCaseErr() variable in ErrorMessage
/test/testfwk/xdevice/src/xdevice/_core/
Dinterface.py31 TestCase = "TestCase" variable in LifeCycle
/test/testfwk/xdevice/plugins/devicetest/core/
Dtest_case.py625 class TestCase(CoreCase, BaseCase): class