freepascal / android-mock

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

NoClassDefFoundError when testing class which extends class from jar #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create Android project with jar library.
2. Create class which extends class from jar
3. Try to test class from step 2

What is the expected output? What do you see instead?
Expected: test run without exception. 
Instead: NoClassDefFoundError exception occurs.

What version of the product are you using? On what operating system?
AndroidMock 1.1.1 Ubuntu 10.04 Eclipse Indigo

Please provide any additional information below.
I repeated steps from 1-3 with test project which was not set up with 
AndroidMock and everything works well.

Original issue reported on code.google.com by m.koper...@gmail.com on 6 Sep 2011 at 11:24