Пример #1
0
    def test_watch_class_method(self, mock_api):
        watch_class_method(['com.foo.bar', 'isValid'])

        self.assertTrue(
            mock_api.return_value.android_hooking_watch_method.called)
Пример #2
0
    def test_watch_class_method(self, mock_runner):
        watch_class_method(['com.foo.bar', 'isValid'])

        self.assertTrue(mock_runner.return_value.run_as_job.called)