Skip to content

net.natura.testcommons.assertions

Lucas de Souza da Conceição edited this page Jul 17, 2020 · 6 revisions

Package net.natura.testcommons.assertions

Functions

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
Clone this wiki locally