vmtest/src/test/java/org/apidesign/bck2brwsr/tck/ReflectionTest.java
Mon, 04 Feb 2013 23:06:43 +0100 isAnnotation works OK
Sun, 03 Feb 2013 23:18:47 +0100 Requiring reference to enums as soon as they are used in annotations
Sun, 03 Feb 2013 08:01:48 +0100 Verify the reflection works on interfaces
Fri, 25 Jan 2013 15:47:46 +0100 Class.isEnum supported
Tue, 15 Jan 2013 09:46:21 +0100 Proper type of subarrays of multi dimensional array
Tue, 15 Jan 2013 09:32:11 +0100 Detect attempts to get a class for invalid array signature
Tue, 15 Jan 2013 09:00:43 +0100 More test on array reflection
Mon, 14 Jan 2013 18:21:48 +0100 More reflection for arrays. getClass() and isArray() work.
Tue, 08 Jan 2013 16:32:11 +0100 Non-existing method query yield proper exception
Tue, 08 Jan 2013 16:01:25 +0100 Can invoke methods with parameters via reflection
Mon, 07 Jan 2013 18:40:20 +0100 Can work with methods without return type
Mon, 07 Jan 2013 18:27:01 +0100 @Compare method can throw exceptions
Mon, 07 Jan 2013 17:22:59 +0100 Make sure this has some value
Sat, 29 Dec 2012 19:43:26 +0100 Check correct exception is thrown when accessing private constructor
Fri, 28 Dec 2012 12:35:32 +0100 Class.getMethods returns only public methods
Thu, 20 Dec 2012 08:59:47 +0100 Support for reflection on primitive types. All tests finish in the browser.