OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_xml
(Results
1 - 11
of
11
) sorted by null
/external/chromium/testing/gtest/test/
gtest_xml_outfiles_test.py
98
def _TestOutFile(self, test_name,
expected_xml
):
118
expected = minidom.parseString(
expected_xml
)
gtest_xml_output_unittest.py
207
def _TestXmlOutput(self, gtest_prog_name,
expected_xml
, expected_exit_code):
210
gtest_prog_name matches
expected_xml
, a string containing another
230
expected = minidom.parseString(
expected_xml
)
/external/chromium_org/testing/gtest/test/
gtest_xml_outfiles_test.py
98
def _TestOutFile(self, test_name,
expected_xml
):
118
expected = minidom.parseString(
expected_xml
)
gtest_xml_output_unittest.py
265
def _TestXmlOutput(self, gtest_prog_name,
expected_xml
, expected_exit_code):
268
gtest_prog_name matches
expected_xml
, a string containing another
274
expected = minidom.parseString(
expected_xml
)
/external/gtest/test/
gtest_xml_outfiles_test.py
98
def _TestOutFile(self, test_name,
expected_xml
):
118
expected = minidom.parseString(
expected_xml
)
gtest_xml_output_unittest.py
207
def _TestXmlOutput(self, gtest_prog_name,
expected_xml
, expected_exit_code):
210
gtest_prog_name matches
expected_xml
, a string containing another
230
expected = minidom.parseString(
expected_xml
)
/external/protobuf/gtest/test/
gtest_xml_outfiles_test.py
98
def _TestOutFile(self, test_name,
expected_xml
):
118
expected = minidom.parseString(
expected_xml
)
gtest_xml_output_unittest.py
189
def _TestXmlOutput(self, gtest_prog_name,
expected_xml
, expected_exit_code):
192
gtest_prog_name matches
expected_xml
, a string containing another
212
expected = minidom.parseString(
expected_xml
)
/ndk/sources/third_party/googletest/googletest/test/
gtest_xml_outfiles_test.py
98
def _TestOutFile(self, test_name,
expected_xml
):
118
expected = minidom.parseString(
expected_xml
)
gtest_xml_output_unittest.py
265
def _TestXmlOutput(self, gtest_prog_name,
expected_xml
, expected_exit_code):
268
gtest_prog_name matches
expected_xml
, a string containing another
274
expected = minidom.parseString(
expected_xml
)
/external/chromium_org/sync/tools/testserver/
xmppserver_test.py
373
expected_xml
= (
379
self.assertEqual(notification.toxml(),
expected_xml
)
Completed in 180 milliseconds