-
- All Implemented Interfaces:
-
com.kaspersky.kaspresso.flakysafety.FlakySafetyProvider,com.kaspersky.kaspresso.interceptors.behavior.BehaviorInterceptor,com.kaspersky.kaspresso.interceptors.behavior.DataBehaviorInterceptor
public final class FlakySafeDataBehaviorInterceptor implements DataBehaviorInterceptor, FlakySafetyProvider
The implementation of DataBehaviorInterceptor and FlakySafetyProvider interfaces. Provides system flaky safety functionality for DataInteraction.check calls.
-
-
Constructor Summary
Constructors Constructor Description FlakySafeDataBehaviorInterceptor(FlakySafetyParams params, UiTestLogger logger)
-
Method Summary
Modifier and Type Method Description <T extends Any> Tintercept(DataInteraction interaction, Function0<T> action)Wraps the given action invocation with the flaky safety. -
Methods inherited from class com.kaspersky.kaspresso.interceptors.behavior.BehaviorInterceptor
equals, hashCode, toString -
Methods inherited from class com.kaspersky.kaspresso.interceptors.behavior.impl.flakysafety.FlakySafeDataBehaviorInterceptor
flakySafely, flakySafely -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FlakySafeDataBehaviorInterceptor
FlakySafeDataBehaviorInterceptor(FlakySafetyParams params, UiTestLogger logger)
-
-
-
-