use of org.eclipse.jdt.core.dom.Annotation in project Main by SpartanRefactoring.
the class ZZZ___Fixture_ModelClass method a35.
@Test
@method
public void a35() {
for (final Annotation a : annotations()) {
final SingleMemberAnnotation x = az.singleMemberAnnotation(a);
if (x != null && (x.getTypeName() + "").equals(ScopeSize.class.getSimpleName() + "")) {
final SimpleName n = the.headOf(annotees.of(x));
if (!DummyAnnotation.class.getSimpleName().equals(n + ""))
continue;
azzert.that(x + ": " + n + "/" + definition.kind(n), scope.of(n).size(), is(value(x)));
}
}
}
Aggregations