OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstallTest
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/test/install_test/
install_test.py
36
class
InstallTest
(unittest.TestCase):
47
class SampleUpdater(
InstallTest
):
97
self._service = service.Service(
InstallTest
._chrome_driver)
166
InstallTest
._install_type = install_type
170
"""Static method for passing command options to
InstallTest
.
172
We do not instantiate
InstallTest
. Therefore, command arguments cannot be
173
passed to its constructor. Since
InstallTest
needs to use these options,
175
class to pass the arguments it parses onto
InstallTest
.
188
InstallTest
._install_build = install_build
189
InstallTest
._update_builds = update_build
[
all
...]
sample_updater.py
11
from install_test import
InstallTest
14
class SampleUpdater(
InstallTest
):
run_install_tests.py
30
from install_test import
InstallTest
78
InstallTest
.SetInstallType(chrome_installer_win.InstallationType.SYSTEM)
82
InstallTest
.InitTestFixture(self._opts.install_build, update_builds,
118
InstallTest
.SetInstallType(chrome_installer_win.InstallationType.SYSTEM)
theme_updater.py
19
class ThemeUpdater(install_test.
InstallTest
):
Completed in 145 milliseconds