HomeSort by relevance Sort by last modified time
    Searched refs:PyUITest (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/chromium_org/chrome/test/functional/
chromeos_offline.py 10 class TestOffline(pyauto.PyUITest):
13 assert pyauto.PyUITest.IsChromeOS(), 'Works on ChromeOS only.'
17 pyauto.PyUITest.tearDown(self)
chromeos_power.py 12 class ChromeosPower(pyauto.PyUITest):
chromeos_cellular_sanity.py 14 class ChromeosCellularSanity(pyauto.PyUITest):
chromeos_security.py 12 class ChromeosSecurity(pyauto.PyUITest):
test_pyauto.py 14 class PyAutoTest(pyauto.PyUITest):
30 return pyauto.PyUITest.ExtraChromeFlags(self) + self._EXTRA_CHROME_FLAGS
57 changer = pyauto.PyUITest.ActionTimeoutChanger(self, new_timeout)
chromeos_battery.py 13 class ChromeosBattery(pyauto.PyUITest):
32 _BATTERY_CONFIG_FILE = os.path.join(pyauto.PyUITest.DataDir(),
37 pyauto.PyUITest.setUp(self)
43 pyauto.PyUITest.tearDown(self)
48 power_config = pyauto.PyUITest.EvalDataFrom(
chromeos_gsm_compliance.py 12 class ChromeosGSMCompliance(pyauto.PyUITest):
28 pyauto.PyUITest.setUp(self)
38 pyauto.PyUITest.tearDown(self)
chromeos_time.py 17 class ChromeosTime(pyauto.PyUITest):
22 pyauto.PyUITest.setUp(self)
27 pyauto.PyUITest.tearDown(self)
doc_viewing.py 15 class DocViewingTest(pyauto.PyUITest):
22 pyauto.PyUITest.setUp(self)
38 executor = pyauto.PyUITest.JavascriptExecutorInTab(self)
pyauto_webdriver.py 10 class PyAutoWebDriverTest(pyauto.PyUITest):
chromeos_oobe.py 19 class ChromeosOOBE(pyauto.PyUITest):
34 pyauto.PyUITest.setUp(self)
netflix.py 138 class NetflixTest(pyauto.PyUITest, NetflixTestHelper):
142 pyauto.PyUITest.__init__(self, methodName, **kwargs)
160 pyauto.PyUITest.setUp(self)
167 pyauto.PyUITest.tearDown(self)
219 class NetflixGuestModeTest(pyauto.PyUITest, NetflixTestHelper):
223 pyauto.PyUITest.__init__(self, methodName, **kwargs)
228 pyauto.PyUITest.setUp(self)
242 pyauto.PyUITest.tearDown(self)
test_clean_exit.py 18 class SimpleTest(pyauto.PyUITest):
32 return pyauto.PyUITest.ExtraChromeFlags(self) + extra_flags
stress.py 57 class StressTest(pyauto.PyUITest):
60 flash_url1 = pyauto.PyUITest.GetFileURLForPath(
61 os.path.join(pyauto.PyUITest.DataDir(), 'plugin', 'flash.swf'))
62 flash_url2 = pyauto.PyUITest.GetFileURLForPath(
63 os.path.join(pyauto.PyUITest.DataDir(),'plugin', 'js-invoker.swf'))
64 flash_url3 = pyauto.PyUITest.GetFileURLForPath(
65 os.path.join(pyauto.PyUITest.DataDir(), 'plugin', 'generic.html'))
66 plugin_url = pyauto.PyUITest.GetFileURLForPath(
67 os.path.join(pyauto.PyUITest.DataDir(), 'plugin', 'plugins_page.html'))
68 empty_url = pyauto.PyUITest.GetFileURLForPath
    [all...]
nacl_sdk.py 30 class NaClSDKTest(pyauto.PyUITest):
46 pyauto.PyUITest.tearDown(self)
106 if pyauto.PyUITest.IsWin():
109 elif pyauto.PyUITest.IsMac() or pyauto.PyUITest.IsLinux():
118 if pyauto.PyUITest.IsWin():
121 elif pyauto.PyUITest.IsMac() or pyauto.PyUITest.IsLinux():
134 if pyauto.PyUITest.IsWin():
137 elif pyauto.PyUITest.IsMac() or pyauto.PyUITest.IsLinux()
    [all...]
chromeos_accessibility.py 20 class AccessibilityTest(pyauto.PyUITest):
36 pyauto.PyUITest.setUp(self)
40 pyauto.PyUITest.tearDown(self)