assertEquals("getObject", getMethod.getMethodName());
}
@Test
public void getobject() throws Exception {
VelPropertyGet getMethod = uberspect.getPropertyGet(new MyClass3_1(), "object", new Info("test.vm", 1, 1));
assertEquals("getobject", getMethod.getMethodName());
}