Home
last modified time | relevance | path

Searched refs:test_obj (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/third_party/catapult/devil/devil/android/
Ddecorators_test.py282 test_obj = self._MethodDecoratorTestObject(self)
286 test_obj.alwaysTimesOut(timeout=1, retries=0)
292 self.assertEquals(1, test_obj.function_call_counters['alwaysTimesOut'])
296 test_obj = self._MethodDecoratorTestObject(self)
299 test_obj.alwaysRaisesCommandFailedError(retries=10)
304 11, test_obj.function_call_counters['alwaysRaisesCommandFailedError'])
308 test_obj = self._MethodDecoratorTestObject(
310 self.assertEquals(42, test_obj.alwaysReturnsTimeout())
311 self.assertEquals(41, test_obj.alwaysReturnsTimeout(timeout=41))
312 self.assertEquals(31, test_obj.alwaysReturnsRetries())
[all …]
/external/chromium-trace/catapult/devil/devil/android/
Ddecorators_test.py282 test_obj = self._MethodDecoratorTestObject(self)
286 test_obj.alwaysTimesOut(timeout=1, retries=0)
292 self.assertEquals(1, test_obj.function_call_counters['alwaysTimesOut'])
296 test_obj = self._MethodDecoratorTestObject(self)
299 test_obj.alwaysRaisesCommandFailedError(retries=10)
304 11, test_obj.function_call_counters['alwaysRaisesCommandFailedError'])
308 test_obj = self._MethodDecoratorTestObject(
310 self.assertEquals(42, test_obj.alwaysReturnsTimeout())
311 self.assertEquals(41, test_obj.alwaysReturnsTimeout(timeout=41))
312 self.assertEquals(31, test_obj.alwaysReturnsRetries())
[all …]
/external/autotest/client/common_lib/
Dpowerplay_util.py19 def __init__(self, test_obj, record_interval=0): argument
25 self.test = test_obj
/external/autotest/client/site_tests/platform_TLSDate/
Dplatform_TLSDate.py19 def __init__(self, test_obj): argument
25 self._test_obj = test_obj
/external/autotest/server/cros/dynamic_suite/
Dsuite.py336 test_obj = self._afe.create_job(
354 test_obj.test_name = test.name
355 return test_obj