(self)
| 2447 | def install_local_file(self, rpath, user=0): |
| 2448 | return self.stub("Application").install_local_file(rpath, user=user) |
| 2449 | def current_application(self): |
| 2450 | return self.stub("Application").current_application() |
| 2451 | def enumerate_installed_apps(self, user=0): |
| 2452 | return self.stub("Application").enumerate_installed_apps(user=user) |
| 2453 | def enumerate_running_processes(self): |
no test coverage detected