Searched refs:mock_check_jar (Results 1 – 1 of 1) sorted by relevance
609 def test_locate_jar_path(self, mock_jarjar, mock_append_jar, mock_check_jar, argument618 mock_check_jar.return_value = False627 mock_check_jar.return_value = False638 mock_check_jar.return_value = True647 mock_check_jar.reset_mock()654 self.assertFalse(mock_check_jar.called)