-
Notifications
You must be signed in to change notification settings - Fork 0
net.natura.testcommons.assertions
Lucas de Souza da Conceição edited this page Jul 17, 2020
·
6 revisions
Name | Summary |
---|---|
expansionPanelIsCollapsed | Checks if the ExpansionPanel is collapsed.fun expansionPanelIsCollapsed(): ViewAssertion
|
expansionPanelIsExpanded | Checks if the ExpansionPanel is expanded.fun expansionPanelIsExpanded(): ViewAssertion
|
hasErrorInTextField | Checks if the TextField is in error state and displays a given error.fun hasErrorInTextField(expectedText: String ): ViewAssertion
|
hasFooterInTextField | Checks if the TextField has a given text as footer.fun hasFooterInTextField(expectedText: String ): ViewAssertion
|
hasValueInTextField | Checks if the TextField has a given text.fun hasValueInTextField(expectedText: String ): ViewAssertion
|