HomeSort by relevance Sort by last modified time
    Searched refs:expected_exception (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
webkitunittest.py 41 def _assertRaisesRegexp(self, expected_exception, regex_message, callable, *args):
46 self.assertTrue(issubclass(exception.__class__, expected_exception),
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
commandtest.py 35 def assert_execute_outputs(self, command, args=[], expected_stdout="", expected_stderr="", expected_exception=None, expected_logs=None, options=MockOptions(), tool=MockTool()):
49 OutputCapture().assert_outputs(self, command.execute, [options, args, tool], expected_stdout=expected_stdout, expected_stderr=expected_stderr, expected_exception=expected_exception, expected_logs=expected_logs)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
outputcapture.py 88 def assert_outputs(self, testcase, function, args=[], kwargs={}, expected_stdout="", expected_stderr="", expected_exception=None, expected_logs=None):
91 if expected_exception:
92 return_value = testcase.assertRaises(expected_exception, function, *args, **kwargs)
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 801 #define GTEST_TEST_THROW_(statement, expected_exception, fail) \
808 catch (expected_exception const&) { \
813 #expected_exception ".\n Actual: it throws a different " \
819 #expected_exception ".\n Actual: it throws nothing."; \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep277.py 93 def _apply_failure(self, fn, filename, expected_exception,
95 with self.assertRaises(expected_exception) as c:
test_optparse.py 84 expected_exception,
95 expected_exception -- exception that should be raised
108 except expected_exception, err:
130 self.fail("""expected exception %(expected_exception)s not raised
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep277.py 93 def _apply_failure(self, fn, filename, expected_exception,
95 with self.assertRaises(expected_exception) as c:
test_optparse.py 84 expected_exception,
95 expected_exception -- exception that should be raised
108 except expected_exception, err:
130 self.fail("""expected exception %(expected_exception)s not raised
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
case.py     [all...]
  /external/lldb/test/unittest2/
case.py     [all...]
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h     [all...]
  /external/gtest/include/gtest/
gtest.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h     [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
case.py     [all...]

Completed in 2243 milliseconds

1 2