"Should be a search enabled class",
ReflectionHelper.containsSearchAnnotations( reflectionManager.toXClass( A.class ) )
);
assertTrue(
"Should be a search enabled class",
ReflectionHelper.containsSearchAnnotations( reflectionManager.toXClass( B.class ) )
);
assertTrue(
"Should be a search enabled class",
ReflectionHelper.containsSearchAnnotations( reflectionManager.toXClass( C.class ) )
);