assertFalse(selector.shouldVisit(cn, mn));
List<AnnotationNode> annotations = new ArrayList<AnnotationNode>();
mn.visibleAnnotations = annotations;
assertFalse(selector.shouldVisit(cn, mn));
annotations.add(new AnnotationNode( "whatever" ));
assertFalse(selector.shouldVisit(cn, mn));
annotations.add( new AnnotationNode(
PurrPackageSelector.ANNOTATIONS_TO_INSTRUMENT[2]));
assertTrue(selector.shouldVisit(cn, mn));
mn.name = "<init>";
assertFalse(selector.shouldVisit(cn, mn));
// cn.visibleAnnotations