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

java.lang.Object
  extended by com.atlassian.jira.webtests.ztests.tpm.ldap.UserDirectoryTable.RowAssertions
Enclosing class:
UserDirectoryTable

public class UserDirectoryTable.RowAssertions
extends Object


Constructor Summary
UserDirectoryTable.RowAssertions(int rowNum)
           
 
Method Summary
 UserDirectoryTable.RowAssertions contains(String id, String name, String type)
           
 void hasDisableEditOperations()
           
 void hasDisableEditSynchroniseOperations()
          Asserts that this row has the disable and edit operations, and that this Directory is synchronisable.
 void hasEnableEditRemoveOperations()
           
 void hasEnableEditRemoveSynchroniseOperations()
          Asserts that this row has the enable and edit operations, and that this Directory is synchronisable.
 UserDirectoryTable.RowAssertions hasMoveDown(boolean enabled)
           
 UserDirectoryTable.RowAssertions hasMoveUp(boolean enabled)
           
 void hasOnlyEditOperation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDirectoryTable.RowAssertions

public UserDirectoryTable.RowAssertions(int rowNum)
Method Detail

contains

public UserDirectoryTable.RowAssertions contains(String id,
                                                 String name,
                                                 String type)

hasMoveUp

public UserDirectoryTable.RowAssertions hasMoveUp(boolean enabled)

hasMoveDown

public UserDirectoryTable.RowAssertions hasMoveDown(boolean enabled)

hasOnlyEditOperation

public void hasOnlyEditOperation()

hasDisableEditOperations

public void hasDisableEditOperations()

hasDisableEditSynchroniseOperations

public void hasDisableEditSynchroniseOperations()
Asserts that this row has the disable and edit operations, and that this Directory is synchronisable. Note that the synchronise test asserts that either a synchronise operation is currently available or the directory is currently synchronising and therefore makes no guarantees that the synchronise link is there to be clicked right now.


hasEnableEditRemoveSynchroniseOperations

public void hasEnableEditRemoveSynchroniseOperations()
Asserts that this row has the enable and edit operations, and that this Directory is synchronisable. Note that the synchronise test asserts that either a synchronise operation is currently available or the directory is currently synchronising and therefore makes no guarantees that the synchronise link is there to be clicked right now.


hasEnableEditRemoveOperations

public void hasEnableEditRemoveOperations()


Copyright © 2002-2014 Atlassian. All Rights Reserved.