Class UserDirectoryTable.RowAssertions
java.lang.Object
com.atlassian.jira.webtests.ztests.tpm.ldap.UserDirectoryTable.RowAssertions
- Enclosing class:
- UserDirectoryTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Asserts that this row has the disable and edit operations, and that this Directory is synchronisable.void
void
Asserts that this row has the enable and edit operations, and that this Directory is synchronisable.hasMoveDown
(boolean enabled) hasMoveUp
(boolean enabled) void
-
Constructor Details
-
RowAssertions
public RowAssertions(int rowNum)
-
-
Method Details
-
contains
-
hasMoveUp
-
hasMoveDown
-
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()
-