Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. @RunWith(PowerMockRunner.class)
  2. @PrepareForTest( RoofController.class )
  3. public class TestRoofController {
  4. @Test
  5. public void fail() {
  6. RoofController roofController = new RoofController();
  7. GmailService mockGmailService = createMock(GmailService.class);
  8.  
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement