Пример #1
0
 public static void setUpContentSpecHelper(final ContentSpecProvider contentSpecProvider) {
   when(ClientUtilities.getContentSpecEntity(eq(contentSpecProvider), anyInt(), anyInt()))
       .thenCallRealMethod();
   when(ClientUtilities.getContentSpecAsString(eq(contentSpecProvider), anyInt(), anyInt()))
       .thenCallRealMethod();
 }