addFilter

@CheckReturnValue
abstract fun addFilter(filter: ComponentInteractionFilter): T(source)
@CheckReturnValue
abstract fun addFilter(filterType: Class<out ComponentInteractionFilter>): T(source)

Applies a filter to this component.

Requirements

See also