コード例 #1
0
  /**
   * @param authorName
   * @return
   */
  public boolean verifyAuthorInDetailedView(String authorName) {

    if (BaseTestCaseUtil.matchIgnoreCase(
        selenium.getText(DetailedSearchResultUiLocator.getAuthorName()), authorName, true)) {
      return true;
    }

    return false;
  }