Beispiel #1
0
 @Test
 public void testUndelete() {
   initializeExpectedProject(1);
   expect(resourceManager.options()).andReturn(mockOptions);
   resourceManager.undelete(PROJECT_INFO.projectId());
   replay(resourceManager);
   initializeProject();
   project.undelete();
 }