-
public interface ComposeInterceptable
-
-
Method Summary
Modifier and Type Method Description Unitintercept(Function1<Interceptor.Builder<ComposeInteraction, ComposeAssertion, ComposeAction>, Unit> builder)Sets the interceptors for the instance. Unitreset()Removes the interceptors from the instance. abstract ComposeDelegategetDelegate()-
-
Method Detail
-
intercept
Unit intercept(Function1<Interceptor.Builder<ComposeInteraction, ComposeAssertion, ComposeAction>, Unit> builder)
Sets the interceptors for the instance. Interceptors will be invoked on the interaction with the BaseNode.
- Parameters:
builder- Builder of the interceptors
-
getDelegate
abstract ComposeDelegate getDelegate()
-
-
-
-