OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_msg
(Results
1 - 10
of
10
) sorted by null
/tools/test/connectivity/acts/framework/tests/
acts_android_device_test.py
168
expected_msg
= android_device.ANDROID_DEVICE_EMPTY_CONFIG_MSG
170
expected_msg
):
174
expected_msg
= android_device.ANDROID_DEVICE_NOT_LIST_CONFIG_MSG
176
expected_msg
):
197
expected_msg
= ("Could not find a target device that matches condition"
200
expected_msg
):
206
expected_msg
= "More than one device matched: \[0, 0\]"
208
expected_msg
):
298
expected_msg
= "Failed to take bugreport on 1: OMG I died!"
300
expected_msg
)
[
all
...]
acts_test_runner_test.py
83
expected_msg
= "Controller module .* has already been registered."
84
with self.assertRaisesRegexp(signals.ControllerError,
expected_msg
):
98
expected_msg
= "Controller module .* has already been registered."
99
with self.assertRaisesRegexp(signals.ControllerError,
expected_msg
):
124
expected_msg
= "Controller module .* has already been registered."
126
expected_msg
):
acts_base_class_test.py
99
expected_msg
= ("Test case name not_a_test_something does not follow "
101
with self.assertRaisesRegexp(base_test.Error,
expected_msg
):
136
expected_msg
= ("Test case name not_a_test_something does not follow "
138
with self.assertRaises(base_test.Error, msg=
expected_msg
):
241
expected_msg
= "Setup for %s failed." % self.mock_test_name
243
self.assertEqual(actual_record.details,
expected_msg
)
478
expected_msg
= "Something failed in on_pass."
482
raise Exception(
expected_msg
)
490
expected_extra_error = {'_on_pass':
expected_msg
}
684
expected_msg
= "1 != 2 " + MSG_EXPECTED_EXCEPTIO
[
all
...]
acts_records_test.py
187
expected_msg
= "Operand .* of type .* is not a TestResult."
188
with self.assertRaisesRegexp(TypeError,
expected_msg
):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cmd_line_script.py
87
def _check_import_error(self, script_name,
expected_msg
,
94
print 'Expected output: %r' %
expected_msg
95
self.assertIn(
expected_msg
, data)
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cmd_line_script.py
90
def _check_import_error(self, script_name,
expected_msg
,
97
print 'Expected output: %r' %
expected_msg
98
self.assertIn(
expected_msg
, data)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cmd_line_script.py
90
def _check_import_error(self, script_name,
expected_msg
,
97
print 'Expected output: %r' %
expected_msg
98
self.assertIn(
expected_msg
, data)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py
90
def _check_import_error(self, script_name,
expected_msg
,
97
print 'Expected output: %r' %
expected_msg
98
self.assertIn(
expected_msg
, data)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py
90
def _check_import_error(self, script_name,
expected_msg
,
97
print 'Expected output: %r' %
expected_msg
98
self.assertIn(
expected_msg
, data)
/external/v8/tools/release/
test_scripts.py
671
def _TestSquashCommits(self, change_log,
expected_msg
):
684
self.assertEquals(FileToText(TEST_CONFIG["COMMITMSG_FILE"]),
expected_msg
)
[
all
...]
Completed in 1062 milliseconds