Searched refs:mock_check_jar (Results 1 – 1 of 1) sorted by relevance
614 def test_locate_jar_path(self, mock_jarjar, mock_append_jar, mock_check_jar, argument623 mock_check_jar.return_value = False632 mock_check_jar.return_value = False643 mock_check_jar.return_value = True652 mock_check_jar.reset_mock()659 self.assertFalse(mock_check_jar.called)