Ryan2009 / aster

Automatically exported from code.google.com/p/aster
Other
0 stars 0 forks source link

Push/Pull support for WookieeDevice/MonkeyRunner #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This can be implemented through:

WookieeRuuner/MonkeyRunner
\
 AdbChimpDevice::pushFile, pullFile
  \
   IChimpDeivce::pushFile, pullFile

Device::pushFile, pullFile
 \
  IDevice::pushFile, pullFile
  \
   SyncService::pushFile, pullFile

Original issue reported on code.google.com by aitjcize on 27 Jul 2011 at 9:29

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Implemented in master branch commit 212377a

Original comment by aitjcize on 28 Jul 2011 at 3:37