HomeSort by relevance Sort by last modified time
    Searched full:pyuitest (Results 26 - 50 of 92) sorted by null

12 3 4

  /external/chromium_org/chrome/test/functional/
test_utils.py 39 test: derived from pyauto.PyUITest - base class for UI test cases.
51 test: derived from pyauto.PyUITest - base class for UI test cases.
63 test: derived from pyauto.PyUITest - base class for UI test cases
80 test: derived from pyauto.PyUITest - base class for UI test cases.
103 test: derived from pyauto.PyUITest - base class for UI test cases.
263 timeout_changer = pyauto.PyUITest.ActionTimeoutChanger(
305 assert pyauto.PyUITest.IsLinux() or pyauto.PyUITest.IsChromeOS()
337 test: Derived from pyauto.PyUITest - base class for UI test cases.
359 test: Derived from pyauto.PyUITest - base class for UI test cases
    [all...]
chromeos_prefs.py 17 class ChromeosPrefsTest(pyauto.PyUITest):
chromeos_security.py 12 class ChromeosSecurity(pyauto.PyUITest):
chromeos_txt_msg_functional.py 17 sys.path.append(os.path.join(pyauto.PyUITest.DataDir(), 'pyauto_private',
22 class ChromeosTxtMsgSanity(pyauto.PyUITest):
107 pyauto.PyUITest.setUp(self)
129 pyauto.PyUITest.tearDown(self)
crash_reporter.py 14 class CrashReporterTest(pyauto.PyUITest):
pyauto_webdriver.py 10 class PyAutoWebDriverTest(pyauto.PyUITest):
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_basic.py 10 class ChromeosBasic(pyauto.PyUITest):
chromeos_browser.py 11 class ChromeosBrowserTest(pyauto.PyUITest):
codesign.py 16 class CodesignTest(pyauto.PyUITest):
webrtc_audio_quality.py 19 _MEDIA_PATH = os.path.abspath(os.path.join(pyauto.PyUITest.DataDir(),
25 _JAVASCRIPT_PATH = os.path.abspath(os.path.join(pyauto.PyUITest.DataDir(),
62 pyauto.PyUITest.setUp(self)
68 pyauto.PyUITest.tearDown(self)
secure_shell.py 15 class SecureShellTest(pyauto.PyUITest):
23 assert pyauto.PyUITest.IsChromeOS(), 'Works on ChromeOS only'
27 pyauto.PyUITest.setUp(self)
chromeos_login.py 21 class ChromeosLogin(pyauto.PyUITest):
35 pyauto.PyUITest.setUp(self)
278 class ChromeosLoginCachedCredentialsAddUser(pyauto.PyUITest):
291 pyauto.PyUITest.setUp(self)
295 pyauto.PyUITest.tearDown(self)
336 pyauto.PyUITest.setUp(self)
340 pyauto.PyUITest.tearDown(self)
apptest.py 8 class PyAutoEventsTest(pyauto.PyUITest):
chromeos_file_browser.py 13 class ChromeosFileBrowserTest(pyauto.PyUITest):
23 executor = pyauto.PyUITest.JavascriptExecutorInTab(self, tab_index, windex)
45 pyauto.PyUITest.JavascriptExecutorInRenderView(self, dialog)
65 pyauto.PyUITest.JavascriptExecutorInRenderView(self, dialog)
chromeos_vpn.py 34 vpn_info_file = os.path.join(pyauto.PyUITest.DataDir(),
  /external/chromium_org/chrome/test/functional/chromoting/
auth.py 17 pyauto.PyUITest.setUp(self)
it2me_basic.py 21 pyauto.PyUITest.setUp(self)
  /external/chromium_org/chrome/test/functional/media/
audio_latency_perf.py 27 class AudioLatencyPerfTest(pyauto.PyUITest):
mixed_audio_latency_perf.py 28 class MixedAudioLatencyPerfTest(pyauto.PyUITest):
media_basic_playback.py 25 pyauto.PyUITest.GetFileURLForContentDataPath('media', name)
35 class MediaBasicPlaybackTest(pyauto.PyUITest):
  /external/chromium_org/chrome/test/pyautolib/
chromeos_network.py 121 class PyNetworkUITest(pyauto.PyUITest):
122 """A subclass of PyUITest for Chrome OS network tests.
124 A subclass of PyUITest that automatically sets the flimflam
128 _ROUTER_CONFIG_FILE = os.path.join(pyauto.PyUITest.DataDir(),
140 pyauto.PyUITest.setUp(self)
146 pyauto.PyUITest.tearDown(self)
244 config = pyauto.PyUITest.EvalDataFrom(self._ROUTER_CONFIG_FILE)
policy_base.py 43 if pyauto.PyUITest.IsChromeOS():
74 elif pyauto.PyUITest.IsWin():
76 elif pyauto.PyUITest.IsMac():
87 class PolicyTestBase(pyauto.PyUITest):
94 if pyauto.PyUITest.IsChromeOS():
150 # case we really want to restart chrome. PyUITest.setUp() will be called
187 assert pyauto.PyUITest.IsChromeOS()
249 flags = pyauto.PyUITest.ExtraChromeFlags(self)
379 pyauto.PyUITest.setUp(self)
391 pyauto.PyUITest.tearDown(self
    [all...]
  /external/chromium_org/chrome/test/functional/tracing/
tracing_smoke_test.py 11 class TracingSmokeTest(pyauto.PyUITest):

Completed in 139 milliseconds

12 3 4