-
public final class Kaspresso
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCompanionpublic final classBuilderThe class for Kaspresso configuration and initialization. This is the way to set Kaspresso preferences.
-
Constructor Summary
Constructors Constructor Description Kaspresso(UiTestLogger libLogger, UiTestLogger testLogger, AdbServer adbServer, Device device, Params params, List<ViewActionWatcherInterceptor> viewActionWatcherInterceptors, List<ViewAssertionWatcherInterceptor> viewAssertionWatcherInterceptors, List<AtomWatcherInterceptor> atomWatcherInterceptors, List<WebAssertionWatcherInterceptor> webAssertionWatcherInterceptors, List<ObjectWatcherInterceptor> objectWatcherInterceptors, List<DeviceWatcherInterceptor> deviceWatcherInterceptors, List<ViewBehaviorInterceptor> viewBehaviorInterceptors, List<DataBehaviorInterceptor> dataBehaviorInterceptors, List<WebBehaviorInterceptor> webBehaviorInterceptors, List<ObjectBehaviorInterceptor> objectBehaviorInterceptors, List<DeviceBehaviorInterceptor> deviceBehaviorInterceptors, List<StepWatcherInterceptor> stepWatcherInterceptors, List<TestRunWatcherInterceptor> testRunWatcherInterceptors)
-
Method Summary
Modifier and Type Method Description final Kaspressocopy(UiTestLogger libLogger, UiTestLogger testLogger, AdbServer adbServer, Device device, Params params, List<ViewActionWatcherInterceptor> viewActionWatcherInterceptors, List<ViewAssertionWatcherInterceptor> viewAssertionWatcherInterceptors, List<AtomWatcherInterceptor> atomWatcherInterceptors, List<WebAssertionWatcherInterceptor> webAssertionWatcherInterceptors, List<ObjectWatcherInterceptor> objectWatcherInterceptors, List<DeviceWatcherInterceptor> deviceWatcherInterceptors, List<ViewBehaviorInterceptor> viewBehaviorInterceptors, List<DataBehaviorInterceptor> dataBehaviorInterceptors, List<WebBehaviorInterceptor> webBehaviorInterceptors, List<ObjectBehaviorInterceptor> objectBehaviorInterceptors, List<DeviceBehaviorInterceptor> deviceBehaviorInterceptors, List<StepWatcherInterceptor> stepWatcherInterceptors, List<TestRunWatcherInterceptor> testRunWatcherInterceptors)-
-
Constructor Detail
-
Kaspresso
Kaspresso(UiTestLogger libLogger, UiTestLogger testLogger, AdbServer adbServer, Device device, Params params, List<ViewActionWatcherInterceptor> viewActionWatcherInterceptors, List<ViewAssertionWatcherInterceptor> viewAssertionWatcherInterceptors, List<AtomWatcherInterceptor> atomWatcherInterceptors, List<WebAssertionWatcherInterceptor> webAssertionWatcherInterceptors, List<ObjectWatcherInterceptor> objectWatcherInterceptors, List<DeviceWatcherInterceptor> deviceWatcherInterceptors, List<ViewBehaviorInterceptor> viewBehaviorInterceptors, List<DataBehaviorInterceptor> dataBehaviorInterceptors, List<WebBehaviorInterceptor> webBehaviorInterceptors, List<ObjectBehaviorInterceptor> objectBehaviorInterceptors, List<DeviceBehaviorInterceptor> deviceBehaviorInterceptors, List<StepWatcherInterceptor> stepWatcherInterceptors, List<TestRunWatcherInterceptor> testRunWatcherInterceptors)
-
-
Method Detail
-
copy
final Kaspresso copy(UiTestLogger libLogger, UiTestLogger testLogger, AdbServer adbServer, Device device, Params params, List<ViewActionWatcherInterceptor> viewActionWatcherInterceptors, List<ViewAssertionWatcherInterceptor> viewAssertionWatcherInterceptors, List<AtomWatcherInterceptor> atomWatcherInterceptors, List<WebAssertionWatcherInterceptor> webAssertionWatcherInterceptors, List<ObjectWatcherInterceptor> objectWatcherInterceptors, List<DeviceWatcherInterceptor> deviceWatcherInterceptors, List<ViewBehaviorInterceptor> viewBehaviorInterceptors, List<DataBehaviorInterceptor> dataBehaviorInterceptors, List<WebBehaviorInterceptor> webBehaviorInterceptors, List<ObjectBehaviorInterceptor> objectBehaviorInterceptors, List<DeviceBehaviorInterceptor> deviceBehaviorInterceptors, List<StepWatcherInterceptor> stepWatcherInterceptors, List<TestRunWatcherInterceptor> testRunWatcherInterceptors)
-
-
-
-