Searched defs:_IsTestMethod (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/build/android/pylib/host_driven/
H A Dsetup.py104 if _IsTestMethod(m, test_case_class)]
134 def _IsTestMethod(attrname, test_case_class): function
/external/chromium_org/build/android/pylib/instrumentation/
H A Dtest_jar.py130 def _IsTestMethod(self, test): member in class:TestJar
136 if not self._IsTestMethod(test):
159 if self._IsTestMethod(test) and self._AnnotationsMatchFilters(

Completed in 222 milliseconds