HomeSort by: relevance | last modified time | path
    Searched defs:method_with_expecteds (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
test_analyze.py 324 def method_with_expecteds(opts): function
342 self.assertRaises(KeyError, method_with_expecteds, dict())
343 self.assertRaises(KeyError, method_with_expecteds, {})
344 self.assertRaises(KeyError, method_with_expecteds, {'this': 2})
345 self.assertRaises(KeyError, method_with_expecteds, {'that': 3})
346 self.assertEqual(method_with_expecteds({'this': 0, 'that': 3}), 0)
test_analyze.py 324 def method_with_expecteds(opts): function
342 self.assertRaises(KeyError, method_with_expecteds, dict())
343 self.assertRaises(KeyError, method_with_expecteds, {})
344 self.assertRaises(KeyError, method_with_expecteds, {'this': 2})
345 self.assertRaises(KeyError, method_with_expecteds, {'that': 3})
346 self.assertEqual(method_with_expecteds({'this': 0, 'that': 3}), 0)

Completed in 107 milliseconds