TacapeForte / android-mock

Automatically exported from code.google.com/p/android-mock
0 stars 0 forks source link

AndroidMock should delegate to EasyMock when running in desktop #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If AndroidMock is used when running tests in desktop java, it will throw an 
exception since it doesn't know which mock version to load. However, it should 
be able to just delegate to EasyMock in this case. That will allow us to reuse 
test cases between desktop java and emulator/device.

Original issue reported on code.google.com by arace...@google.com on 27 Jun 2011 at 1:44