@Override
 protected void setUp() throws Exception {
   super.setUp();
   addSnippetClassDecl("static String foo() { return null; };");
 }