freepascal / android-mock

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

Change the mock support class generation to use annotation processor reflection instead of standard reflection #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a significant internal refactoring that will be essentially invisible.  
The input and output domains will be identical as will the expected output for 
a given input, but the mock generation should be more efficient and will 
resolve a number of class path issues that require careful setup.

Original issue reported on code.google.com by swoodw...@google.com on 2 Nov 2010 at 9:25