@Test
 public void assertThatNiceMockAnnotationWork() {
   assertNull(someService.getData());
   assertNotNull(someService.getMoreData());
 }