annotation.hasCanonical() ? annotation.canonical()+"[]" : null);
}
static void test(Object tests) {
for (Field f : tests.getClass().getFields()) {
TestMe annotation = f.getAnnotation(TestMe.class);
if (annotation != null) {
try {
testClass((Class<?>)f.get(tests), annotation, f);
} catch (AssertionError ex) {
System.err.println("Error in " +