@Test
  public void getKeywordsTest() throws Exception {
    subject.setInterstitialView(interstitialView);

    subject.getKeywords();
    verify(interstitialView).getKeywords();
  }