public void testPostRead() throws Exception {
   R arg = new R();
   m.postReadRequest(arg);
   assertTrue("Executed", arg.exec);
 }