}
}
}
for (final Pair<JexTestSequence,JvmOperation> sequenceMethod : testMethods) {
{
JexTestSequence _key = sequenceMethod.getKey();
final JvmAnnotationReference jexerciseTestMethodAnnotation = JexTestJvmModelInferrer.this._jvmTypesBuilder.toAnnotation(_key, "no.hal.jex.runtime.JExercise");
JexTestSequence _key_1 = sequenceMethod.getKey();
JexTestJvmModelInferrer.this._testAnnotationsSupport.generateTestMethodAnntations(_key_1, jexerciseTestMethodAnnotation);
JvmOperation _value = sequenceMethod.getValue();
EList<JvmAnnotationReference> _annotations_1 = _value.getAnnotations();
JexTestJvmModelInferrer.this._jvmTypesBuilder.<JvmAnnotationReference>operator_add(_annotations_1, jexerciseTestMethodAnnotation);
}