Home
last modified time | relevance | path

Searched refs:shortDescription (Results 1 – 4 of 4) sorted by relevance

/external/llvm/utils/lit/lit/
DLitTestCase.py22 def shortDescription(self): member in LitTestCase
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
Dfiletestcase.py65 def shortDescription(self): member in AnnotatedFileTestCase
/external/autotest/client/common_lib/test_utils/
Dunittest.py410 def shortDescription(self): member in TestCase
1118 shortDescription = id variable in ClassTestSuite
1173 def shortDescription(self): member in FunctionTestCase
1343 return test.shortDescription() or str(test)
/external/autotest/server/cros/ap_configurators/
Dpyauto_utils.py247 return '%s: "%s"' % (self._GetTestURI(test), test.shortDescription())