Ejemplo n.º 1
0
 @Test
 public void testGetName() throws Exception {
   MethodDescriptor<?, ?> method = method();
   assertNotNull(method);
   assertEquals("method", method.getName());
 }