@Test
 public void testBar() throws Exception {
   api.bar();
 }
 @Test
 public void testFoo() throws Exception {
   api.foo();
 }