mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
fix various Android test suite regressions and add more reflection tests
Most of these regressions were simply due to testing a lot more stuff, esp. annotations and reflection, revealing holes in the Android compatibility code. There are still some holes, but at least the suite is passing (except for a fragile test in Serialize.java which I will open an issue for). Sorry this is such a big commit; there was more to address than I initially expected.
This commit is contained in:
@ -11,4 +11,5 @@
|
||||
package java.lang.annotation;
|
||||
|
||||
public interface Annotation {
|
||||
Class<? extends Annotation> annotationType();
|
||||
}
|
||||
|
Reference in New Issue
Block a user