Home
last modified time | relevance | path

Searched refs:SessionNotCreatedException (Results 1 – 25 of 63) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_proxy.py84 with self.assertRaises(errors.SessionNotCreatedException):
108 with self.assertRaises(errors.SessionNotCreatedException):
131 with self.assertRaises(errors.SessionNotCreatedException):
135 with self.assertRaises(errors.SessionNotCreatedException):
141 with self.assertRaises(errors.SessionNotCreatedException):
145 with self.assertRaises(errors.SessionNotCreatedException):
148 with self.assertRaises(errors.SessionNotCreatedException):
158 with self.assertRaises(errors.SessionNotCreatedException):
H A Dtest_capabilities.py9 from marionette_driver.errors import SessionNotCreatedException
139 with self.assertRaises(SessionNotCreatedException):
160 SessionNotCreatedException, "InvalidArgumentError"
169 SessionNotCreatedException, "InvalidArgumentError"
176 SessionNotCreatedException, "InvalidArgumentError"
183 with self.assertRaises(SessionNotCreatedException):
199 with self.assertRaises(SessionNotCreatedException):
249 SessionNotCreatedException, "InvalidArgumentError"
255 SessionNotCreatedException, "InvalidArgumentError"
/dports/www/firefox/firefox-99.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_proxy.py84 with self.assertRaises(errors.SessionNotCreatedException):
108 with self.assertRaises(errors.SessionNotCreatedException):
131 with self.assertRaises(errors.SessionNotCreatedException):
135 with self.assertRaises(errors.SessionNotCreatedException):
141 with self.assertRaises(errors.SessionNotCreatedException):
145 with self.assertRaises(errors.SessionNotCreatedException):
148 with self.assertRaises(errors.SessionNotCreatedException):
158 with self.assertRaises(errors.SessionNotCreatedException):
H A Dtest_capabilities.py9 from marionette_driver.errors import SessionNotCreatedException
139 with self.assertRaises(SessionNotCreatedException):
160 SessionNotCreatedException, "InvalidArgumentError"
169 SessionNotCreatedException, "InvalidArgumentError"
176 SessionNotCreatedException, "InvalidArgumentError"
183 with self.assertRaises(SessionNotCreatedException):
199 with self.assertRaises(SessionNotCreatedException):
249 SessionNotCreatedException, "InvalidArgumentError"
/dports/mail/thunderbird/thunderbird-91.8.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_proxy.py84 with self.assertRaises(errors.SessionNotCreatedException):
108 with self.assertRaises(errors.SessionNotCreatedException):
131 with self.assertRaises(errors.SessionNotCreatedException):
135 with self.assertRaises(errors.SessionNotCreatedException):
141 with self.assertRaises(errors.SessionNotCreatedException):
145 with self.assertRaises(errors.SessionNotCreatedException):
148 with self.assertRaises(errors.SessionNotCreatedException):
158 with self.assertRaises(errors.SessionNotCreatedException):
H A Dtest_capabilities.py9 from marionette_driver.errors import SessionNotCreatedException
139 with self.assertRaises(SessionNotCreatedException):
160 SessionNotCreatedException, "InvalidArgumentError"
169 SessionNotCreatedException, "InvalidArgumentError"
176 SessionNotCreatedException, "InvalidArgumentError"
183 with self.assertRaises(SessionNotCreatedException):
199 with self.assertRaises(SessionNotCreatedException):
249 SessionNotCreatedException, "InvalidArgumentError"
255 SessionNotCreatedException, "InvalidArgumentError"
/dports/lang/spidermonkey60/firefox-60.9.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_proxy.py80 with self.assertRaises(errors.SessionNotCreatedException):
99 with self.assertRaises(errors.SessionNotCreatedException):
120 with self.assertRaises(errors.SessionNotCreatedException):
124 with self.assertRaises(errors.SessionNotCreatedException):
130 with self.assertRaises(errors.SessionNotCreatedException):
134 with self.assertRaises(errors.SessionNotCreatedException):
137 with self.assertRaises(errors.SessionNotCreatedException):
144 with self.assertRaises(errors.SessionNotCreatedException):
H A Dtest_capabilities.py7 from marionette_driver.errors import SessionNotCreatedException
104 with self.assertRaises(SessionNotCreatedException):
125 with self.assertRaisesRegexp(SessionNotCreatedException, "InvalidArgumentError"):
/dports/lang/spidermonkey78/firefox-78.9.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_proxy.py80 with self.assertRaises(errors.SessionNotCreatedException):
99 with self.assertRaises(errors.SessionNotCreatedException):
120 with self.assertRaises(errors.SessionNotCreatedException):
124 with self.assertRaises(errors.SessionNotCreatedException):
130 with self.assertRaises(errors.SessionNotCreatedException):
134 with self.assertRaises(errors.SessionNotCreatedException):
137 with self.assertRaises(errors.SessionNotCreatedException):
144 with self.assertRaises(errors.SessionNotCreatedException):
H A Dtest_capabilities.py9 from marionette_driver.errors import SessionNotCreatedException
128 with self.assertRaises(SessionNotCreatedException):
144 with self.assertRaisesRegexp(SessionNotCreatedException, "InvalidArgumentError"):
151 with self.assertRaisesRegexp(SessionNotCreatedException, "InvalidArgumentError"):
156 with self.assertRaisesRegexp(SessionNotCreatedException, "InvalidArgumentError"):
162 with self.assertRaises(SessionNotCreatedException):
176 with self.assertRaises(SessionNotCreatedException):
217 with self.assertRaisesRegexp(SessionNotCreatedException, "InvalidArgumentError"):
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_capabilities.py5 from marionette_driver.errors import SessionNotCreatedException
88 with self.assertRaises(SessionNotCreatedException):
92 with self.assertRaises(SessionNotCreatedException):
133 with self.assertRaises(SessionNotCreatedException):
144 with self.assertRaises(SessionNotCreatedException):
153 with self.assertRaises(SessionNotCreatedException):
176 with self.assertRaises(SessionNotCreatedException):
187 with self.assertRaises(SessionNotCreatedException):
196 with self.assertRaises(SessionNotCreatedException):
208 with self.assertRaises(SessionNotCreatedException):
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Session/Backend/
H A DSessionBackendInterface.php20 use TYPO3\CMS\Core\Session\Backend\Exception\SessionNotCreatedException; alias
78 * @throws SessionNotCreatedException
H A DDatabaseSessionBackend.php24 use TYPO3\CMS\Core\Session\Backend\Exception\SessionNotCreatedException; alias
150 * @throws SessionNotCreatedException
165 throw new SessionNotCreatedException(
H A DRedisSessionBackend.php22 use TYPO3\CMS\Core\Session\Backend\Exception\SessionNotCreatedException; alias
181 * @throws SessionNotCreatedException
200 … throw new SessionNotCreatedException('Session could not be written to Redis', 1481895647);
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Session/Backend/
H A DSessionBackendInterface.php18 use TYPO3\CMS\Core\Session\Backend\Exception\SessionNotCreatedException; alias
76 * @throws SessionNotCreatedException
H A DDatabaseSessionBackend.php22 use TYPO3\CMS\Core\Session\Backend\Exception\SessionNotCreatedException; alias
148 * @throws SessionNotCreatedException
163 throw new SessionNotCreatedException(
H A DRedisSessionBackend.php20 use TYPO3\CMS\Core\Session\Backend\Exception\SessionNotCreatedException; alias
179 * @throws SessionNotCreatedException
198 … throw new SessionNotCreatedException('Session could not be written to Redis', 1481895647);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Session/Backend/
H A DSessionBackendInterface.php20 use TYPO3\CMS\Core\Session\Backend\Exception\SessionNotCreatedException; alias
78 * @throws SessionNotCreatedException
H A DDatabaseSessionBackend.php24 use TYPO3\CMS\Core\Session\Backend\Exception\SessionNotCreatedException; alias
136 * @throws SessionNotCreatedException
151 throw new SessionNotCreatedException(
H A DRedisSessionBackend.php22 use TYPO3\CMS\Core\Session\Backend\Exception\SessionNotCreatedException; alias
169 * @throws SessionNotCreatedException
188 … throw new SessionNotCreatedException('Session could not be written to Redis', 1481895647);
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/selenium/selenium/webdriver/remote/
H A Derrorhandler.pyi26 SessionNotCreatedException as SessionNotCreatedException,
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Session/Backend/Exception/
H A DSessionNotCreatedException.php21 class SessionNotCreatedException extends AbstractBackendException class
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Session/Backend/Exception/
H A DSessionNotCreatedException.php23 class SessionNotCreatedException extends AbstractBackendException class
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Session/Backend/Exception/
H A DSessionNotCreatedException.php23 class SessionNotCreatedException extends AbstractBackendException class
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/webdriver/webdriver/
H A D__init__.py18 SessionNotCreatedException,

123