com.atlassian.jira.webtests.ztests.tpm.ldap
Class UserDirectoryTable

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.tpm.ldap.UserDirectoryTable

public class UserDirectoryTable
extends Object

Used to make assertions on the Web table for the View User Directories page.

Since:
v4.3

Nested Class Summary
 class UserDirectoryTable.RowAssertions
           
 
Constructor Summary
UserDirectoryTable(FuncTestCase funcTestCase)
           
 
Method Summary
 UserDirectoryTable.RowAssertions assertRow(int rowNum)
           
 com.meterware.httpunit.TableCell getTableCell(int row, int column)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDirectoryTable

public UserDirectoryTable(FuncTestCase funcTestCase)
Method Detail

getTableCell

public com.meterware.httpunit.TableCell getTableCell(int row,
                                                     int column)

assertRow

public UserDirectoryTable.RowAssertions assertRow(int rowNum)


Copyright © 2002-2014 Atlassian. All Rights Reserved.