public class UserDirectoryTable.RowAssertions extends Object
Constructor and Description |
---|
RowAssertions(int rowNum) |
Modifier and Type | Method and Description |
---|---|
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() |
public UserDirectoryTable.RowAssertions contains(String id, String name, String type)
public UserDirectoryTable.RowAssertions hasMoveUp(boolean enabled)
public UserDirectoryTable.RowAssertions hasMoveDown(boolean enabled)
public void hasOnlyEditOperation()
public void hasDisableEditOperations()
public void hasDisableEditSynchroniseOperations()
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.
public void hasEnableEditRemoveSynchroniseOperations()
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.
public void hasEnableEditRemoveOperations()
Copyright © 2002-2020 Atlassian. All Rights Reserved.