public void inferPropertiesTestMethods(final PropertiesTest pt, final JvmGenericType jvmClass) {
final JvmTypeReference returnType = this._jvmTypesBuilder.newTypeRef(pt, void.class);
StateTestContext _ancestor = this._util.<StateTestContext>ancestor(pt, StateTestContext.class);
String _relativeName = this._util.<StateTestContext>relativeName(pt, StateTestContext.class);
String _plus = ("_test_" + _relativeName);
final JvmOperation propertiesMethod = this.inferTestHelperMethod(_ancestor, _plus, returnType, ((EObject) pt));
this._iJvmModelAssociator.associateLogicalContainer(pt, propertiesMethod);
final Procedure1<ITreeAppendable> _function = new Procedure1<ITreeAppendable>() {
public void apply(final ITreeAppendable it) {
EList<XExpression> _expressions = pt.getExpressions();
for (final XExpression expr : _expressions) {