protoncore_android/test/android/instrumented/api/test-android-instrumented.api

996 lines
72 KiB
Plaintext

public final class me/proton/core/test/android/NestedScrollViewExtension : androidx/test/espresso/ViewAction {
public fun <init> ()V
public fun <init> (Landroidx/test/espresso/ViewAction;)V
public synthetic fun <init> (Landroidx/test/espresso/ViewAction;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun getConstraints ()Lorg/hamcrest/Matcher;
public fun getDescription ()Ljava/lang/String;
public fun perform (Landroidx/test/espresso/UiController;Landroid/view/View;)V
}
public final class me/proton/core/test/android/ProtonHiltTestRunner : androidx/test/runner/AndroidJUnitRunner {
public fun <init> ()V
public fun newApplication (Ljava/lang/ClassLoader;Ljava/lang/String;Landroid/content/Context;)Landroid/app/Application;
}
public final class me/proton/core/test/android/actions/ClickableSpanClickAction : androidx/test/espresso/ViewAction {
public fun <init> ()V
public fun getConstraints ()Lorg/hamcrest/Matcher;
public fun getDescription ()Ljava/lang/String;
public fun perform (Landroidx/test/espresso/UiController;Landroid/view/View;)V
}
public final class me/proton/core/test/android/instrumented/BuildConfig {
public static final field BUILD_TYPE Ljava/lang/String;
public static final field DEBUG Z
public static final field LIBRARY_PACKAGE_NAME Ljava/lang/String;
public fun <init> ()V
}
public abstract interface class me/proton/core/test/android/instrumented/ConditionWatcher {
public abstract fun waitForCondition (JJLkotlin/jvm/functions/Function0;)V
}
public final class me/proton/core/test/android/instrumented/ConditionWatcher$DefaultImpls {
public static fun waitForCondition (Lme/proton/core/test/android/instrumented/ConditionWatcher;JJLkotlin/jvm/functions/Function0;)V
public static synthetic fun waitForCondition$default (Lme/proton/core/test/android/instrumented/ConditionWatcher;JJLkotlin/jvm/functions/Function0;ILjava/lang/Object;)V
}
public final class me/proton/core/test/android/instrumented/FusionConfig {
public static final field INSTANCE Lme/proton/core/test/android/instrumented/FusionConfig;
public final fun getCompose ()Lme/proton/core/test/android/instrumented/FusionConfig$Compose;
public final fun getFusionTag ()Ljava/lang/String;
public final fun getTestRule ()Lme/proton/core/test/android/instrumented/FusionConfig$TestRule;
public final fun getUiAutomator ()Lme/proton/core/test/android/instrumented/FusionConfig$UiAutomator;
public final fun setFusionTag (Ljava/lang/String;)V
public final fun targetContext ()Landroid/content/Context;
}
public final class me/proton/core/test/android/instrumented/FusionConfig$Compose {
public static final field INSTANCE Lme/proton/core/test/android/instrumented/FusionConfig$Compose;
public static field testRule Landroidx/compose/ui/test/junit4/ComposeTestRule;
public final fun getShouldPrintHierarchyOnFailure ()Z
public final fun getShouldPrintToLog ()Z
public final fun getTestRule ()Landroidx/compose/ui/test/junit4/ComposeTestRule;
public final fun setShouldPrintHierarchyOnFailure (Z)V
public final fun setShouldPrintToLog (Z)V
public final fun setTestRule (Landroidx/compose/ui/test/junit4/ComposeTestRule;)V
}
public final class me/proton/core/test/android/instrumented/FusionConfig$TestRule {
public static final field INSTANCE Lme/proton/core/test/android/instrumented/FusionConfig$TestRule;
public final fun getRetriesCount ()I
public final fun setRetriesCount (I)V
}
public final class me/proton/core/test/android/instrumented/FusionConfig$UiAutomator {
public static final field INSTANCE Lme/proton/core/test/android/instrumented/FusionConfig$UiAutomator;
public final fun boost ()V
public final fun getShouldSearchByObjectEachAction ()Z
public final fun setShouldSearchByObjectEachAction (Z)V
}
public class me/proton/core/test/android/instrumented/ProtonTest {
public static final field Companion Lme/proton/core/test/android/instrumented/ProtonTest$Companion;
public final field ruleChain Lorg/junit/rules/RuleChain;
public static final field testTag Ljava/lang/String;
public fun <init> (Ljava/lang/Class;JILorg/junit/rules/TestWatcher;Landroidx/test/ext/junit/rules/ActivityScenarioRule;)V
public synthetic fun <init> (Ljava/lang/Class;JILorg/junit/rules/TestWatcher;Landroidx/test/ext/junit/rules/ActivityScenarioRule;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun setUp ()V
public fun tearDown ()V
}
public final class me/proton/core/test/android/instrumented/ProtonTest$Companion {
public final fun getCommandTimeout ()J
public final fun getTargetContext ()Landroid/content/Context;
public final fun getTestName ()Lorg/junit/rules/TestName;
public final fun setCommandTimeout (J)V
}
public final class me/proton/core/test/android/instrumented/ProtonTest$TestExecutionWatcher : org/junit/rules/TestWatcher {
public fun <init> ()V
}
public abstract interface class me/proton/core/test/android/instrumented/Robot {
public abstract fun getDevice ()Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice;
public abstract fun getIntent ()Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public abstract fun getListView ()Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public abstract fun getRecyclerView ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public abstract fun getRootView ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRootView;
public abstract fun getView ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
}
public final class me/proton/core/test/android/instrumented/Robot$DefaultImpls {
public static fun getDevice (Lme/proton/core/test/android/instrumented/Robot;)Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice;
public static fun getIntent (Lme/proton/core/test/android/instrumented/Robot;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public static fun getListView (Lme/proton/core/test/android/instrumented/Robot;)Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public static fun getRecyclerView (Lme/proton/core/test/android/instrumented/Robot;)Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public static fun getRootView (Lme/proton/core/test/android/instrumented/Robot;)Lme/proton/core/test/android/instrumented/ui/espresso/OnRootView;
public static fun getView (Lme/proton/core/test/android/instrumented/Robot;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
}
public final class me/proton/core/test/android/instrumented/matchers/InputFieldMatcherKt {
public static final fun inputFieldMatcher (I)Lorg/hamcrest/Matcher;
}
public final class me/proton/core/test/android/instrumented/rules/RetryRule : org/junit/rules/TestRule {
public fun <init> (Ljava/lang/Class;I)V
public synthetic fun <init> (Ljava/lang/Class;IILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun apply (Lorg/junit/runners/model/Statement;Lorg/junit/runner/Description;)Lorg/junit/runners/model/Statement;
}
public class me/proton/core/test/android/instrumented/ui/compose/NodeBuilder {
public fun <init> ()V
public final fun containsText (I)Ljava/lang/Object;
public final fun containsText (Ljava/lang/String;)Ljava/lang/Object;
public final fun getShouldUseUnmergedTree ()Z
public final fun getTimeoutMillis ()J
public final fun handlePrint (Lkotlin/jvm/functions/Function0;)V
public final fun hasChild (Lme/proton/core/test/android/instrumented/ui/compose/OnNode;)Ljava/lang/Object;
public final fun hasDescendant (Lme/proton/core/test/android/instrumented/ui/compose/OnNode;)Ljava/lang/Object;
public final fun hasImeAction-KlQnJC8 (I)Ljava/lang/Object;
public final fun hasParent (Lme/proton/core/test/android/instrumented/ui/compose/OnNode;)Ljava/lang/Object;
public final fun hasSetTextAction ()Ljava/lang/Object;
public final fun hasSibling (Lme/proton/core/test/android/instrumented/ui/compose/OnNode;)Ljava/lang/Object;
public final fun hasStateDescription (Ljava/lang/String;)Ljava/lang/Object;
public final fun isCheckable ()Ljava/lang/Object;
public final fun isChecked ()Ljava/lang/Object;
public final fun isClickable ()Ljava/lang/Object;
public final fun isDescendantOf (Lme/proton/core/test/android/instrumented/ui/compose/OnNode;)Ljava/lang/Object;
public final fun isDialog ()Ljava/lang/Object;
public final fun isDisabled ()Ljava/lang/Object;
public final fun isEnabled ()Ljava/lang/Object;
public final fun isFocusable ()Ljava/lang/Object;
public final fun isFocused ()Ljava/lang/Object;
public final fun isHeading ()Ljava/lang/Object;
public final fun isNotChecked ()Ljava/lang/Object;
public final fun isNotClickable ()Ljava/lang/Object;
public final fun isNotFocusable ()Ljava/lang/Object;
public final fun isNotFocused ()Ljava/lang/Object;
public final fun isNotScrollable ()Ljava/lang/Object;
public final fun isNotSelected ()Ljava/lang/Object;
public final fun isPopup ()Ljava/lang/Object;
public final fun isRoot ()Ljava/lang/Object;
public final fun isScrollable ()Ljava/lang/Object;
public final fun isSelectable ()Ljava/lang/Object;
public final fun isSelected ()Ljava/lang/Object;
public final fun semanticMatcher ()Landroidx/compose/ui/test/SemanticsMatcher;
public final fun setShouldUseUnmergedTree (Z)V
public final fun setTimeoutMillis (J)V
public final fun withContentDesc (IZZ)Ljava/lang/Object;
public final fun withContentDesc (Ljava/lang/String;ZZ)Ljava/lang/Object;
public static synthetic fun withContentDesc$default (Lme/proton/core/test/android/instrumented/ui/compose/NodeBuilder;IZZILjava/lang/Object;)Ljava/lang/Object;
public static synthetic fun withContentDesc$default (Lme/proton/core/test/android/instrumented/ui/compose/NodeBuilder;Ljava/lang/String;ZZILjava/lang/Object;)Ljava/lang/Object;
public final fun withContentDescContains (I)Ljava/lang/Object;
public final fun withContentDescContains (Ljava/lang/String;)Ljava/lang/Object;
public final fun withProgressBarRangeInfo (Landroidx/compose/ui/semantics/ProgressBarRangeInfo;)Ljava/lang/Object;
public final fun withTag (Ljava/lang/String;)Ljava/lang/Object;
public final fun withText (IZZ)Ljava/lang/Object;
public final fun withText (Ljava/lang/String;ZZ)Ljava/lang/Object;
public static synthetic fun withText$default (Lme/proton/core/test/android/instrumented/ui/compose/NodeBuilder;IZZILjava/lang/Object;)Ljava/lang/Object;
public static synthetic fun withText$default (Lme/proton/core/test/android/instrumented/ui/compose/NodeBuilder;Ljava/lang/String;ZZILjava/lang/Object;)Ljava/lang/Object;
public final fun withTimeout (J)Ljava/lang/Object;
public final fun withUnmergedTree ()Ljava/lang/Object;
}
public final class me/proton/core/test/android/instrumented/ui/compose/OnAllNodes : me/proton/core/test/android/instrumented/ui/compose/NodeBuilder {
public fun <init> ()V
public fun <init> (Landroidx/compose/ui/test/SemanticsNodeInteractionCollection;)V
public synthetic fun <init> (Landroidx/compose/ui/test/SemanticsNodeInteractionCollection;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun assertAll (Lme/proton/core/test/android/instrumented/ui/compose/OnNode;)Lme/proton/core/test/android/instrumented/ui/compose/OnAllNodes;
public final fun assertAny (Lme/proton/core/test/android/instrumented/ui/compose/OnNode;)Lme/proton/core/test/android/instrumented/ui/compose/OnAllNodes;
public final fun assertCountEquals (I)Lme/proton/core/test/android/instrumented/ui/compose/OnAllNodes;
public final fun atPosition (I)Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun filter (Lme/proton/core/test/android/instrumented/ui/compose/OnNode;)Lme/proton/core/test/android/instrumented/ui/compose/OnAllNodes;
public final fun filterToOne (Lme/proton/core/test/android/instrumented/ui/compose/OnNode;)Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun onAncestor (Lme/proton/core/test/android/instrumented/ui/compose/OnNode;)Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun onChild (Lme/proton/core/test/android/instrumented/ui/compose/OnNode;)Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun onFirst ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun onLast ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun onSibling (Lme/proton/core/test/android/instrumented/ui/compose/OnNode;)Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun printToLog (Ljava/lang/String;I)Lme/proton/core/test/android/instrumented/ui/compose/OnAllNodes;
public final fun printToString (I)Lme/proton/core/test/android/instrumented/ui/compose/OnAllNodes;
}
public final class me/proton/core/test/android/instrumented/ui/compose/OnNode : me/proton/core/test/android/instrumented/ui/compose/NodeBuilder {
public fun <init> ()V
public fun <init> (Landroidx/compose/ui/test/SemanticsNodeInteraction;)V
public synthetic fun <init> (Landroidx/compose/ui/test/SemanticsNodeInteraction;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun check (Landroidx/compose/ui/test/SemanticsMatcher;Lkotlin/jvm/functions/Function0;)Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkClickable ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkContentDescContains (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkContentDescContainsIgnoringCase (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkContentDescEquals (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkDisplayed ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkEnabled ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkExist ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkFocused ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkIsCheckable ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkIsChecked ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkNotChecked ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkNotClickable ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkNotDisplayed ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkNotEnabled ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkNotExist ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkNotFocused ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkNotSelected ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkProgressBar (Landroidx/compose/ui/semantics/ProgressBarRangeInfo;)Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkSelectable ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkSelected ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun checkTextEquals (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun clearText ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun click ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun exists ()Z
public final fun nodeInteraction (ZJ)Landroidx/compose/ui/test/SemanticsNodeInteraction;
public static synthetic fun nodeInteraction$default (Lme/proton/core/test/android/instrumented/ui/compose/OnNode;ZJILjava/lang/Object;)Landroidx/compose/ui/test/SemanticsNodeInteraction;
public final fun onAncestors ()Lme/proton/core/test/android/instrumented/ui/compose/OnAllNodes;
public final fun onChild ()Landroidx/compose/ui/test/SemanticsNodeInteraction;
public final fun onChildAt (I)Landroidx/compose/ui/test/SemanticsNodeInteraction;
public final fun onChildren ()Lme/proton/core/test/android/instrumented/ui/compose/OnAllNodes;
public final fun onParent ()Landroidx/compose/ui/test/SemanticsNodeInteraction;
public final fun onSibling ()Landroidx/compose/ui/test/SemanticsNodeInteraction;
public final fun onSiblings ()Lme/proton/core/test/android/instrumented/ui/compose/OnAllNodes;
public final fun performAction (Landroidx/compose/ui/semantics/SemanticsPropertyKey;)Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun pressKey-ZmokQxo (Landroid/view/KeyEvent;)Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun replaceText (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun scrollTo ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun sendImeAction ()Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun sendTouchInput (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
public final fun typeText (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/compose/OnNode;
}
public final class me/proton/core/test/android/instrumented/ui/espresso/Actions {
public static final field INSTANCE Lme/proton/core/test/android/instrumented/ui/espresso/Actions;
public final fun clickOnChildWithId (I)Landroidx/test/espresso/ViewAction;
public final fun clickOnMatchedDescendant (Lorg/hamcrest/Matcher;)Landroidx/test/espresso/ViewAction;
public final fun setNumberPickerValue (I)Landroidx/test/espresso/ViewAction;
}
public final class me/proton/core/test/android/instrumented/ui/espresso/OnDevice {
public static final field Companion Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice$Companion;
public fun <init> ()V
public final fun clickBackBtn ()Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice;
public final fun clickHomeBtn ()Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice;
public final fun clickNotificationByText (Ljava/lang/String;J)Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice;
public static synthetic fun clickNotificationByText$default (Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice;Ljava/lang/String;JILjava/lang/Object;)Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice;
public final fun clickRecentAppsBtn ()Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice;
public final fun clickShareDialogJustOnceBtn (Ljava/lang/String;J)Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice;
public static synthetic fun clickShareDialogJustOnceBtn$default (Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice;Ljava/lang/String;JILjava/lang/Object;)Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice;
public final fun expandNotifications ()Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice;
public final fun waitForObjectByText (Ljava/lang/String;J)Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice;
public static synthetic fun waitForObjectByText$default (Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice;Ljava/lang/String;JILjava/lang/Object;)Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice;
}
public final class me/proton/core/test/android/instrumented/ui/espresso/OnDevice$Companion {
}
public final class me/proton/core/test/android/instrumented/ui/espresso/OnIntent : me/proton/core/test/android/instrumented/ConditionWatcher {
public fun <init> ()V
public final fun anyIntent ()Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun checkBrowserOpened (Ljava/lang/String;)V
public final fun checkSent ()V
public final fun filterEquals (Landroid/content/Intent;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun getMatchers ()Ljava/util/List;
public final fun hasAction (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasAction (Lorg/hamcrest/Matcher;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasCategories (Ljava/util/Set;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasComponent (Landroid/content/ComponentName;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasComponent (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasComponent (Lorg/hamcrest/Matcher;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasData (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasDataString (Lorg/hamcrest/Matcher;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasDataUri (Landroid/net/Uri;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasDataUriMatcher (Lorg/hamcrest/Matcher;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasExtra (Ljava/lang/String;Ljava/lang/Object;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasExtra (Lorg/hamcrest/Matcher;Lorg/hamcrest/Matcher;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasExtraWithKey (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasExtraWithKey (Lorg/hamcrest/Matcher;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasExtras (Lorg/hamcrest/Matcher;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasFlag (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasFlags (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasPackage (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasPackage (Lorg/hamcrest/Matcher;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasType (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun hasType (Lorg/hamcrest/Matcher;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun isInternal ()Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public final fun respondWith (Landroid/app/Instrumentation$ActivityResult;)V
public final fun respondWithFunction (Landroidx/test/espresso/intent/ActivityResultFunction;)V
public final fun toPackage (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public fun waitForCondition (JJLkotlin/jvm/functions/Function0;)V
}
public final class me/proton/core/test/android/instrumented/ui/espresso/OnListView : me/proton/core/test/android/instrumented/ConditionWatcher {
public fun <init> ()V
public final fun atPosition (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun checkContains (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun checkDisabled ()Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun checkDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun checkDoesNotExist ()Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun checkNotDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun click ()Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun inAdapterView (Lme/proton/core/test/android/instrumented/ui/espresso/OnView;)Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun inRoot (Lme/proton/core/test/android/instrumented/ui/espresso/OnRootView;)Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun longClick ()Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun onChild (Lme/proton/core/test/android/instrumented/ui/espresso/OnView;)Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun onListItem (Lorg/hamcrest/Matcher;)Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun replaceText (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun scrollTo ()Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun swipeDown ()Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun swipeLeft ()Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun swipeRight ()Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun swipeUp ()Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public final fun typeText (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public fun waitForCondition (JJLkotlin/jvm/functions/Function0;)V
}
public final class me/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView : me/proton/core/test/android/instrumented/ConditionWatcher {
public fun <init> ()V
public final fun click ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public final fun doubleClick ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public final fun longClick ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public final fun onHolderItem (Lorg/hamcrest/Matcher;)Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public final fun onItemAtPosition (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public final fun onItemChildView (Lme/proton/core/test/android/instrumented/ui/espresso/OnView;)Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public final fun scrollTo ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public final fun scrollToHolder (Lorg/hamcrest/Matcher;)Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public final fun swipeDown ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public final fun swipeLeft ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public final fun swipeRight ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public final fun swipeUp ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public fun waitForCondition (JJLkotlin/jvm/functions/Function0;)V
public final fun waitUntilGone ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public final fun withId (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public final fun withText (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public final fun withText (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
}
public final class me/proton/core/test/android/instrumented/ui/espresso/OnRootView {
public fun <init> ()V
public final fun isDialog ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRootView;
public final fun isFocusable ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRootView;
public final fun isPlatformPopUp ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRootView;
public final fun isSystemAlertWindow ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRootView;
public final fun isTouchable ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRootView;
public final fun withDecorView (Lme/proton/core/test/android/instrumented/ui/espresso/OnView;)Lme/proton/core/test/android/instrumented/ui/espresso/OnRootView;
public final fun withNotCurrentActivityDecorView ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRootView;
}
public final class me/proton/core/test/android/instrumented/ui/espresso/OnView : me/proton/core/test/android/instrumented/ConditionWatcher {
public fun <init> ()V
public final fun checkContains (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun checkContains (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun checkContainsAny ([Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun checkDisabled ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun checkDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun checkDoesNotExist ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun checkEffectiveVisibility (Landroidx/test/espresso/matcher/ViewMatchers$Visibility;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun checkEnabled ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun checkIsChecked ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun checkIsNotChecked ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun checkLengthEquals (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun checkNotDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun checkSelected ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun clearText ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun click ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun closeDrawer ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun closeKeyboard ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun customAction ([Landroidx/test/espresso/ViewAction;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun doubleClick ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun hasChildCount (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun hasContentDescription ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun hasDescendant (Lme/proton/core/test/android/instrumented/ui/espresso/OnView;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun hasErrorText (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun hasFocus ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun hasImeAction (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun hasLinks ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun hasSibling (Lme/proton/core/test/android/instrumented/ui/espresso/OnView;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun inRoot (Lme/proton/core/test/android/instrumented/ui/espresso/OnRootView;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun instanceOf (Ljava/lang/Class;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun isChecked ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun isClickable ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun isCompletelyDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun isDescendantOf (Lme/proton/core/test/android/instrumented/ui/espresso/OnView;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun isDisabled ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun isDisplayingAtLeast (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun isEnabled ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun isFocusable ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun isFocused ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun isInputField (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun isNotChecked ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun isSelected ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun longClick ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun openDrawer ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun pressBack ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun pressImeActionBtn ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun replaceText (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun scrollTo ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun scrollToNestedScrollView ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun startsWith (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun supportsInputMethods ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun swipeDown ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun swipeLeft ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun swipeRight ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun swipeUp ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun typeText (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun viewMatcher ()Lorg/hamcrest/Matcher;
public fun waitForCondition (JJLkotlin/jvm/functions/Function0;)V
public final fun withAncestor (Lme/proton/core/test/android/instrumented/ui/espresso/OnView;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withChild (Lme/proton/core/test/android/instrumented/ui/espresso/OnView;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withClassName (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withContentDesc (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withContentDesc (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withContentDesc (Lorg/hamcrest/Matcher;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withCustomMatcher (Lorg/hamcrest/Matcher;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withHint (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withHint (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withId (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withInputType (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withParent (Lme/proton/core/test/android/instrumented/ui/espresso/OnView;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withParentIndex (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withResourceName (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withRootMatcher (Lorg/hamcrest/Matcher;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withSnackbar ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withSnackbarText (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withSpinnerText (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withSubstring (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withTag (Ljava/lang/Object;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withTagKey (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withText (I)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withText (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withTimeout (J)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun withVisibility (Landroidx/test/espresso/matcher/ViewMatchers$Visibility;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
}
public final class me/proton/core/test/android/instrumented/utils/ActivityProvider {
public static final field INSTANCE Lme/proton/core/test/android/instrumented/utils/ActivityProvider;
public final fun getCurrentActivity ()Landroid/app/Activity;
}
public final class me/proton/core/test/android/instrumented/utils/FileUtils {
public static final field INSTANCE Lme/proton/core/test/android/instrumented/utils/FileUtils;
public final fun clearIdlingResources ()V
public final fun copyAssetFileToInternalFilesStorage (Ljava/lang/String;)V
public final fun createFileResultFromAssets (Ljava/lang/String;)Landroid/app/Instrumentation$ActivityResult;
public final fun prepareArtifactsDir (Ljava/lang/String;)V
}
public final class me/proton/core/test/android/instrumented/utils/FileUtils$MimeTypes {
public static final field INSTANCE Lme/proton/core/test/android/instrumented/utils/FileUtils$MimeTypes;
public final fun getApplication ()Lme/proton/core/test/android/instrumented/utils/FileUtils$MimeTypes$Application;
public final fun getImage ()Lme/proton/core/test/android/instrumented/utils/FileUtils$MimeTypes$Image;
public final fun getText ()Lme/proton/core/test/android/instrumented/utils/FileUtils$MimeTypes$Text;
public final fun getVideo ()Lme/proton/core/test/android/instrumented/utils/FileUtils$MimeTypes$Video;
}
public final class me/proton/core/test/android/instrumented/utils/FileUtils$MimeTypes$Application {
public static final field INSTANCE Lme/proton/core/test/android/instrumented/utils/FileUtils$MimeTypes$Application;
public static final field docx Ljava/lang/String;
public static final field pdf Ljava/lang/String;
public static final field zip Ljava/lang/String;
}
public final class me/proton/core/test/android/instrumented/utils/FileUtils$MimeTypes$Image {
public static final field INSTANCE Lme/proton/core/test/android/instrumented/utils/FileUtils$MimeTypes$Image;
public static final field gif Ljava/lang/String;
public static final field jpeg Ljava/lang/String;
public static final field png Ljava/lang/String;
}
public final class me/proton/core/test/android/instrumented/utils/FileUtils$MimeTypes$Text {
public static final field INSTANCE Lme/proton/core/test/android/instrumented/utils/FileUtils$MimeTypes$Text;
public static final field html Ljava/lang/String;
public static final field json Ljava/lang/String;
public static final field plain Ljava/lang/String;
public static final field rtf Ljava/lang/String;
}
public final class me/proton/core/test/android/instrumented/utils/FileUtils$MimeTypes$Video {
public static final field INSTANCE Lme/proton/core/test/android/instrumented/utils/FileUtils$MimeTypes$Video;
public static final field jp3 Ljava/lang/String;
public static final field mp4 Ljava/lang/String;
}
public final class me/proton/core/test/android/instrumented/utils/Shell {
public static final field INSTANCE Lme/proton/core/test/android/instrumented/utils/Shell;
public final fun clearLogcat ()V
public final fun deleteDownloadArtifactsFolder ()V
public final fun saveToFile (Lorg/junit/runner/Description;)V
public final fun sendShareFileIntent (Ljava/lang/String;Ljava/lang/String;)V
public final fun setupDeviceForAutomation (Z)V
public final fun takeScreenshot ()V
}
public final class me/proton/core/test/android/instrumented/utils/StringUtils {
public static final field INSTANCE Lme/proton/core/test/android/instrumented/utils/StringUtils;
public final fun getAlphaNumericStringWithSpecialCharacters (J)Ljava/lang/String;
public static synthetic fun getAlphaNumericStringWithSpecialCharacters$default (Lme/proton/core/test/android/instrumented/utils/StringUtils;JILjava/lang/Object;)Ljava/lang/String;
public final fun getEmailString (J)Ljava/lang/String;
public static synthetic fun getEmailString$default (Lme/proton/core/test/android/instrumented/utils/StringUtils;JILjava/lang/Object;)Ljava/lang/String;
public final fun pluralStringFromResource (II[Ljava/lang/Object;)Ljava/lang/String;
public final fun stringFromResource (I)Ljava/lang/String;
public final fun stringFromResource (I[Ljava/lang/Object;)Ljava/lang/String;
}
public final class me/proton/core/test/android/instrumented/utils/WaitUntilKt {
public static final fun waitUntil (JJLkotlin/jvm/functions/Function0;)Ljava/lang/Object;
public static synthetic fun waitUntil$default (JJLkotlin/jvm/functions/Function0;ILjava/lang/Object;)Ljava/lang/Object;
}
public class me/proton/core/test/android/robots/CoreRobot : me/proton/core/test/android/instrumented/Robot {
public fun <init> ()V
public final fun clickElement (ILjava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object;
public final fun clickElement (Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;)Ljava/lang/Object;
public static synthetic fun clickElement$default (Lme/proton/core/test/android/robots/CoreRobot;ILjava/lang/Class;Ljava/lang/Class;ILjava/lang/Object;)Ljava/lang/Object;
public static synthetic fun clickElement$default (Lme/proton/core/test/android/robots/CoreRobot;Ljava/lang/String;Ljava/lang/Class;Ljava/lang/Class;ILjava/lang/Object;)Ljava/lang/Object;
public fun close (Ljava/lang/Class;)Ljava/lang/Object;
public fun getDevice ()Lme/proton/core/test/android/instrumented/ui/espresso/OnDevice;
public fun getIntent ()Lme/proton/core/test/android/instrumented/ui/espresso/OnIntent;
public fun getListView ()Lme/proton/core/test/android/instrumented/ui/espresso/OnListView;
public fun getRecyclerView ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRecyclerView;
public fun getRootView ()Lme/proton/core/test/android/instrumented/ui/espresso/OnRootView;
public fun getView ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
}
public class me/proton/core/test/android/robots/CoreVerify : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun errorSnackbarDisplayed ()V
public final fun errorSnackbarDisplayed (I)V
public final fun errorSnackbarDisplayed (Ljava/lang/String;)V
public final fun inputErrorDisplayed (IZ)V
public static synthetic fun inputErrorDisplayed$default (Lme/proton/core/test/android/robots/CoreVerify;IZILjava/lang/Object;)V
}
public abstract interface class me/proton/core/test/android/robots/WithUiDevice {
public abstract fun getUiDevice ()Landroidx/test/uiautomator/UiDevice;
public abstract fun waitForIt (Landroidx/test/uiautomator/SearchCondition;)Ljava/lang/Object;
}
public final class me/proton/core/test/android/robots/WithUiDevice$DefaultImpls {
public static fun getUiDevice (Lme/proton/core/test/android/robots/WithUiDevice;)Landroidx/test/uiautomator/UiDevice;
public static fun waitForIt (Lme/proton/core/test/android/robots/WithUiDevice;Landroidx/test/uiautomator/SearchCondition;)Ljava/lang/Object;
}
public final class me/proton/core/test/android/robots/auth/AccountSwitcherRobot : me/proton/core/test/android/robots/CoreRobot {
public static final field UserElement Lme/proton/core/test/android/robots/auth/AccountSwitcherRobot$UserElement;
public fun <init> ()V
public final fun addAccount ()Lme/proton/core/test/android/robots/auth/login/LoginRobot;
public final fun selectUser (Lme/proton/core/test/quark/data/User;)Lme/proton/core/test/android/robots/auth/AccountSwitcherRobot;
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/auth/AccountSwitcherRobot$Verify;
}
public final class me/proton/core/test/android/robots/auth/AccountSwitcherRobot$UserAction : java/lang/Enum {
public static final field Remove Lme/proton/core/test/android/robots/auth/AccountSwitcherRobot$UserAction;
public static final field SignIn Lme/proton/core/test/android/robots/auth/AccountSwitcherRobot$UserAction;
public static final field SignOut Lme/proton/core/test/android/robots/auth/AccountSwitcherRobot$UserAction;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public final fun getResId ()I
public static fun valueOf (Ljava/lang/String;)Lme/proton/core/test/android/robots/auth/AccountSwitcherRobot$UserAction;
public static fun values ()[Lme/proton/core/test/android/robots/auth/AccountSwitcherRobot$UserAction;
}
public final class me/proton/core/test/android/robots/auth/AccountSwitcherRobot$UserElement : me/proton/core/test/android/robots/CoreRobot {
public final fun userEmail (Lme/proton/core/test/quark/data/User;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun userMore (Lme/proton/core/test/quark/data/User;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
}
public final class me/proton/core/test/android/robots/auth/AccountSwitcherRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> ()V
public final fun hasUser (Lme/proton/core/test/quark/data/User;)V
public final fun userDisabled (Lme/proton/core/test/quark/data/User;)V
public final fun userEnabled (Lme/proton/core/test/quark/data/User;)V
}
public final class me/proton/core/test/android/robots/auth/AddAccountRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun createAccount ()Lme/proton/core/test/android/robots/auth/signup/SignupRobot;
public final fun learnMoreAboutExternalAccountLinking ()Lme/proton/core/test/android/robots/auth/AddAccountRobot;
public final fun signIn ()Lme/proton/core/test/android/robots/auth/login/LoginRobot;
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/auth/AddAccountRobot$Verify;
}
public final class me/proton/core/test/android/robots/auth/AddAccountRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> ()V
public final fun addAccountElementsDisplayed ()V
public final fun appVersionTooOldForExternalAccounts ()V
public final fun unsupportedExternalAccountAlertDisplayed ()V
public final fun unsupportedExternalAccountBrowserLinkOpened ()V
}
public final class me/proton/core/test/android/robots/auth/login/HelpRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
}
public final class me/proton/core/test/android/robots/auth/login/LoginRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun password (Ljava/lang/String;)Lme/proton/core/test/android/robots/auth/login/LoginRobot;
public final fun username (Ljava/lang/String;)Lme/proton/core/test/android/robots/auth/login/LoginRobot;
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/auth/login/LoginRobot$Verify;
}
public final class me/proton/core/test/android/robots/auth/login/LoginRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> ()V
public final fun loginElementsDisplayed ()V
public final fun passwordInputHasError ()V
public final fun passwordInputIsEmpty ()V
public final fun usernameInputHasError ()V
}
public final class me/proton/core/test/android/robots/auth/login/MailboxPasswordRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun mailboxPassword (Ljava/lang/String;)Lme/proton/core/test/android/robots/auth/login/MailboxPasswordRobot;
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/auth/login/MailboxPasswordRobot$Verify;
}
public final class me/proton/core/test/android/robots/auth/login/MailboxPasswordRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> ()V
public final fun mailboxPasswordElementsDisplayed ()V
}
public final class me/proton/core/test/android/robots/auth/login/TwoFaRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun setSecondFactorInput (Ljava/lang/String;)Lme/proton/core/test/android/robots/auth/login/TwoFaRobot;
public final fun switchTwoFactorMode ()Lme/proton/core/test/android/robots/auth/login/TwoFaRobot;
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/auth/login/TwoFaRobot$Verify;
}
public final class me/proton/core/test/android/robots/auth/login/TwoFaRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> ()V
public final fun formElementsDisplayed ()V
}
public final class me/proton/core/test/android/robots/auth/signup/ChooseExternalEmailRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun email (Ljava/lang/String;)Lme/proton/core/test/android/robots/auth/signup/ChooseExternalEmailRobot;
public final fun next ()Lme/proton/core/test/android/robots/auth/signup/PasswordSetupRobot;
public final fun setEmail (Ljava/lang/String;)Lme/proton/core/test/android/robots/auth/signup/PasswordSetupRobot;
public final fun switchSignupType ()Lme/proton/core/test/android/robots/auth/signup/ChooseInternalEmailRobot;
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/auth/signup/ChooseExternalEmailRobot$Verify;
}
public final class me/proton/core/test/android/robots/auth/signup/ChooseExternalEmailRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> ()V
public final fun accountTypeSwitchDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun accountTypeSwitchNotDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun chooseExternalEmailElementsDisplayed ()V
public final fun externalAccountTextsDisplayedCorrectly ()V
public final fun switchToSecureDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
}
public final class me/proton/core/test/android/robots/auth/signup/ChooseInternalEmailRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun next ()Lme/proton/core/test/android/robots/auth/signup/PasswordSetupRobot;
public final fun setUsername (Ljava/lang/String;)Lme/proton/core/test/android/robots/auth/signup/PasswordSetupRobot;
public final fun switchSignupType ()Lme/proton/core/test/android/robots/auth/signup/ChooseExternalEmailRobot;
public final fun username (Ljava/lang/String;)Lme/proton/core/test/android/robots/auth/signup/ChooseInternalEmailRobot;
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/auth/signup/ChooseInternalEmailRobot$Verify;
}
public final class me/proton/core/test/android/robots/auth/signup/ChooseInternalEmailRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> ()V
public final fun accountTypeSwitchDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun accountTypeSwitchNotDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun chooseInternalEmailElementsDisplayed ()V
public final fun domainInputDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun domainInputNotDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun internalAccountTextsDisplayedCorrectly ()V
public final fun nextButtonEnabled ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun suffixDisplayed (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun suffixNotDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun switchToExternalDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun switchToSecureDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
}
public final class me/proton/core/test/android/robots/auth/signup/ChooseUsernameRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun next ()Lme/proton/core/test/android/robots/auth/signup/PasswordSetupRobot;
public final fun setUsername (Ljava/lang/String;)Lme/proton/core/test/android/robots/auth/signup/PasswordSetupRobot;
public final fun username (Ljava/lang/String;)Lme/proton/core/test/android/robots/auth/signup/ChooseUsernameRobot;
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/auth/signup/ChooseUsernameRobot$Verify;
}
public final class me/proton/core/test/android/robots/auth/signup/ChooseUsernameRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> ()V
public final fun chooseUsernameElementsDisplayed ()V
}
public final class me/proton/core/test/android/robots/auth/signup/CreatingUserRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/auth/signup/CreatingUserRobot$Verify;
}
public final class me/proton/core/test/android/robots/auth/signup/CreatingUserRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> ()V
public final fun creatingUserDisplayed (I)V
}
public final class me/proton/core/test/android/robots/auth/signup/PasswordSetupRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun confirmPassword (Ljava/lang/String;)Lme/proton/core/test/android/robots/auth/signup/PasswordSetupRobot;
public final fun password (Ljava/lang/String;)Lme/proton/core/test/android/robots/auth/signup/PasswordSetupRobot;
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/auth/signup/PasswordSetupRobot$Verify;
}
public final class me/proton/core/test/android/robots/auth/signup/PasswordSetupRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> ()V
public final fun passwordSetupElementsDisplayed ()V
public final fun recoveryMethodsElementsNotDisplayed ()V
}
public final class me/proton/core/test/android/robots/auth/signup/RecoveryMethodsRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun email (Ljava/lang/String;)Lme/proton/core/test/android/robots/auth/signup/RecoveryMethodsRobot;
public final fun phone (Ljava/lang/String;)Lme/proton/core/test/android/robots/auth/signup/RecoveryMethodsRobot;
public final fun phoneCode ()Lme/proton/core/test/android/robots/other/CountryRobot;
public final fun recoveryMethod (Lme/proton/core/test/android/robots/auth/signup/RecoveryMethodsRobot$RecoveryMethodType;)Lme/proton/core/test/android/robots/auth/signup/RecoveryMethodsRobot;
public final fun skip ()Lme/proton/core/test/android/robots/auth/signup/RecoveryMethodsRobot$SkipRecoveryRobot;
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/auth/signup/RecoveryMethodsRobot$Verify;
}
public final class me/proton/core/test/android/robots/auth/signup/RecoveryMethodsRobot$RecoveryMethodType : java/lang/Enum {
public static final field EMAIL Lme/proton/core/test/android/robots/auth/signup/RecoveryMethodsRobot$RecoveryMethodType;
public static final field PHONE Lme/proton/core/test/android/robots/auth/signup/RecoveryMethodsRobot$RecoveryMethodType;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lme/proton/core/test/android/robots/auth/signup/RecoveryMethodsRobot$RecoveryMethodType;
public static fun values ()[Lme/proton/core/test/android/robots/auth/signup/RecoveryMethodsRobot$RecoveryMethodType;
}
public final class me/proton/core/test/android/robots/auth/signup/RecoveryMethodsRobot$SkipRecoveryRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun setRecoveryMethod ()Lme/proton/core/test/android/robots/auth/signup/RecoveryMethodsRobot;
}
public final class me/proton/core/test/android/robots/auth/signup/RecoveryMethodsRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> ()V
public final fun onlyEmailRecoveryDisplayed ()V
public final fun recoveryDestinationErrorSnackbarDisplayed ()V
public final fun recoveryMethodsElementsDisplayed ()V
public final fun skipMenuButtonNotDisplayed ()V
}
public final class me/proton/core/test/android/robots/auth/signup/SignupRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun chooseExternalEmail ()Lme/proton/core/test/android/robots/auth/signup/ChooseExternalEmailRobot;
public final fun chooseInternalEmail ()Lme/proton/core/test/android/robots/auth/signup/ChooseInternalEmailRobot;
public final fun chooseUsername ()Lme/proton/core/test/android/robots/auth/signup/ChooseUsernameRobot;
}
public class me/proton/core/test/android/robots/confirmpassword/ConfirmPasswordRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun setPassword (Ljava/lang/String;)Lme/proton/core/test/android/robots/confirmpassword/ConfirmPasswordRobot;
public final fun setSecondFactor (Ljava/lang/String;)Lme/proton/core/test/android/robots/confirmpassword/ConfirmPasswordRobot;
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/confirmpassword/ConfirmPasswordRobot$Verify;
}
public final class me/proton/core/test/android/robots/confirmpassword/ConfirmPasswordRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> ()V
public final fun confirmPasswordElementsDisplayed ()V
}
public abstract class me/proton/core/test/android/robots/humanverification/BaseHVCaptchaRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public abstract fun iAmHuman (Ljava/lang/Class;)Ljava/lang/Object;
public abstract fun verify (Lkotlin/jvm/functions/Function1;)V
}
public abstract interface class me/proton/core/test/android/robots/humanverification/BaseHVCaptchaRobot$Verify {
public abstract fun captchaDisplayed ()V
}
public abstract class me/proton/core/test/android/robots/humanverification/BaseHVCodeRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public abstract fun setCode (Ljava/lang/String;)Lme/proton/core/test/android/robots/humanverification/BaseHVCodeRobot;
public abstract fun verify (Lkotlin/jvm/functions/Function1;)V
public abstract fun verifyCode (Ljava/lang/Class;)Ljava/lang/Object;
}
public abstract interface class me/proton/core/test/android/robots/humanverification/BaseHVCodeRobot$Verify {
public abstract fun incorrectCode ()V
}
public abstract class me/proton/core/test/android/robots/humanverification/BaseHVEmailRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public abstract fun getVerificationCode ()Lme/proton/core/test/android/robots/humanverification/BaseHVCodeRobot;
public abstract fun setEmail (Ljava/lang/String;)Lme/proton/core/test/android/robots/humanverification/BaseHVEmailRobot;
}
public abstract class me/proton/core/test/android/robots/humanverification/BaseHVRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public abstract fun captcha ()Lme/proton/core/test/android/robots/humanverification/BaseHVCaptchaRobot;
public abstract fun email ()Lme/proton/core/test/android/robots/humanverification/BaseHVEmailRobot;
public abstract fun help ()Lme/proton/core/test/android/robots/humanverification/BaseHVRobot;
public abstract fun sms ()Lme/proton/core/test/android/robots/humanverification/BaseHVSmsRobot;
public abstract fun verify (Lkotlin/jvm/functions/Function1;)V
}
public abstract interface class me/proton/core/test/android/robots/humanverification/BaseHVRobot$Verify {
public abstract fun hvElementsDisplayed ()V
}
public abstract class me/proton/core/test/android/robots/humanverification/BaseHVSmsCountryRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public abstract fun dismiss ()Lme/proton/core/test/android/robots/humanverification/BaseHVSmsRobot;
public abstract fun search (Ljava/lang/String;)Lme/proton/core/test/android/robots/humanverification/BaseHVSmsCountryRobot;
public abstract fun selectCountry (Ljava/lang/String;)Lme/proton/core/test/android/robots/humanverification/BaseHVSmsRobot;
}
public abstract class me/proton/core/test/android/robots/humanverification/BaseHVSmsRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public abstract fun countryCodeList ()Lme/proton/core/test/android/robots/humanverification/BaseHVSmsCountryRobot;
public abstract fun getVerificationCode ()Lme/proton/core/test/android/robots/humanverification/BaseHVCodeRobot;
public abstract fun setPhone (Ljava/lang/String;)Lme/proton/core/test/android/robots/humanverification/BaseHVSmsRobot;
}
public final class me/proton/core/test/android/robots/humanverification/HVCaptchaRobot : me/proton/core/test/android/robots/humanverification/BaseHVCaptchaRobot {
public fun <init> ()V
public fun <init> (Lme/proton/core/humanverification/presentation/utils/HumanVerificationVersion;)V
public fun iAmHuman (Ljava/lang/Class;)Ljava/lang/Object;
public fun verify (Lkotlin/jvm/functions/Function1;)V
}
public final class me/proton/core/test/android/robots/humanverification/HVCodeRobot : me/proton/core/test/android/robots/humanverification/BaseHVCodeRobot {
public fun <init> ()V
public fun <init> (Lme/proton/core/humanverification/presentation/utils/HumanVerificationVersion;)V
public fun setCode (Ljava/lang/String;)Lme/proton/core/test/android/robots/humanverification/BaseHVCodeRobot;
public fun verify (Lkotlin/jvm/functions/Function1;)V
public fun verifyCode (Ljava/lang/Class;)Ljava/lang/Object;
}
public final class me/proton/core/test/android/robots/humanverification/HVEmailRobot : me/proton/core/test/android/robots/humanverification/BaseHVEmailRobot {
public fun <init> ()V
public fun <init> (Lme/proton/core/humanverification/presentation/utils/HumanVerificationVersion;)V
public fun getVerificationCode ()Lme/proton/core/test/android/robots/humanverification/BaseHVCodeRobot;
public fun setEmail (Ljava/lang/String;)Lme/proton/core/test/android/robots/humanverification/BaseHVEmailRobot;
}
public final class me/proton/core/test/android/robots/humanverification/HVRobot : me/proton/core/test/android/robots/humanverification/BaseHVRobot {
public fun <init> ()V
public fun <init> (Lme/proton/core/humanverification/presentation/utils/HumanVerificationVersion;)V
public fun captcha ()Lme/proton/core/test/android/robots/humanverification/BaseHVCaptchaRobot;
public fun email ()Lme/proton/core/test/android/robots/humanverification/BaseHVEmailRobot;
public fun help ()Lme/proton/core/test/android/robots/humanverification/BaseHVRobot;
public fun sms ()Lme/proton/core/test/android/robots/humanverification/BaseHVSmsRobot;
public fun verify (Lkotlin/jvm/functions/Function1;)V
}
public final class me/proton/core/test/android/robots/humanverification/HVRobotKt {
public static final fun getDEFAULT_HV_VERSION ()Lme/proton/core/humanverification/presentation/utils/HumanVerificationVersion;
public static final fun setDEFAULT_HV_VERSION (Lme/proton/core/humanverification/presentation/utils/HumanVerificationVersion;)V
}
public final class me/proton/core/test/android/robots/humanverification/HVSmsCountryRobot : me/proton/core/test/android/robots/humanverification/BaseHVSmsCountryRobot {
public fun <init> ()V
public fun <init> (Lme/proton/core/humanverification/presentation/utils/HumanVerificationVersion;)V
public fun dismiss ()Lme/proton/core/test/android/robots/humanverification/BaseHVSmsRobot;
public fun search (Ljava/lang/String;)Lme/proton/core/test/android/robots/humanverification/BaseHVSmsCountryRobot;
public fun selectCountry (Ljava/lang/String;)Lme/proton/core/test/android/robots/humanverification/BaseHVSmsRobot;
}
public final class me/proton/core/test/android/robots/humanverification/HVSmsRobot : me/proton/core/test/android/robots/humanverification/BaseHVSmsRobot {
public fun <init> ()V
public fun <init> (Lme/proton/core/humanverification/presentation/utils/HumanVerificationVersion;)V
public fun countryCodeList ()Lme/proton/core/test/android/robots/humanverification/BaseHVSmsCountryRobot;
public fun getVerificationCode ()Lme/proton/core/test/android/robots/humanverification/BaseHVCodeRobot;
public fun setPhone (Ljava/lang/String;)Lme/proton/core/test/android/robots/humanverification/BaseHVSmsRobot;
}
public final class me/proton/core/test/android/robots/other/CountryRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun search (Ljava/lang/String;)Lme/proton/core/test/android/robots/other/CountryRobot;
}
public final class me/proton/core/test/android/robots/other/KeyStoreErrorRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun tapContinue ()Lme/proton/core/test/android/robots/other/KeyStoreErrorRobot;
public final fun tapLogout ()Lme/proton/core/test/android/robots/other/KeyStoreErrorRobot;
public final fun tapMoreInfo ()Lme/proton/core/test/android/robots/other/KeyStoreErrorRobot;
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/other/KeyStoreErrorRobot$Verify;
}
public final class me/proton/core/test/android/robots/other/KeyStoreErrorRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> ()V
public final fun dialogIsDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun exitButtonIsDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
public final fun logoutButtonIsDisplayed ()Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
}
public final class me/proton/core/test/android/robots/payments/AddCreditCardRobot : me/proton/core/test/android/robots/payments/PaymentRobot {
public fun <init> ()V
public final fun ccname (Ljava/lang/String;)Lme/proton/core/test/android/robots/payments/AddCreditCardRobot;
public final fun ccnumber (Ljava/lang/String;)Lme/proton/core/test/android/robots/payments/AddCreditCardRobot;
public final fun country ()Lme/proton/core/test/android/robots/other/CountryRobot;
public final fun cvc (Ljava/lang/String;)Lme/proton/core/test/android/robots/payments/AddCreditCardRobot;
public final fun expirationDate (Ljava/lang/String;)Lme/proton/core/test/android/robots/payments/AddCreditCardRobot;
public final fun postalCode (Ljava/lang/String;)Lme/proton/core/test/android/robots/payments/AddCreditCardRobot;
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/payments/AddCreditCardRobot$Verify;
}
public final class me/proton/core/test/android/robots/payments/AddCreditCardRobot$Verify : me/proton/core/test/android/robots/payments/PaymentRobot$Verify {
public fun <init> ()V
public final fun payWithCardIsClickable ()V
public final fun payWithGoogleButtonIsNotVisible ()V
public final fun switchPaymentProviderButtonIsVisible ()V
}
public final class me/proton/core/test/android/robots/payments/ExistingPaymentMethodsRobot : me/proton/core/test/android/robots/payments/PaymentRobot {
public static final field PaymentMethodElement Lme/proton/core/test/android/robots/payments/ExistingPaymentMethodsRobot$PaymentMethodElement;
public fun <init> ()V
public final fun addNewCard ()Lme/proton/core/test/android/robots/payments/AddCreditCardRobot;
public final fun selectPaymentMethod (Ljava/lang/String;)Lme/proton/core/test/android/robots/payments/ExistingPaymentMethodsRobot;
}
public final class me/proton/core/test/android/robots/payments/ExistingPaymentMethodsRobot$PaymentMethodElement : me/proton/core/test/android/robots/CoreRobot {
public final fun paymentMethod (Ljava/lang/String;)Lme/proton/core/test/android/instrumented/ui/espresso/OnView;
}
public class me/proton/core/test/android/robots/payments/PaymentRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/payments/PaymentRobot$Verify;
}
public class me/proton/core/test/android/robots/payments/PaymentRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> ()V
public final fun addCreditCardElementsDisplayed ()V
public final fun billingDetailsDisplayed (Lme/proton/core/test/quark/data/Plan;Ljava/lang/String;Z)V
public final fun googlePaymentMethodDisplayed (Ljava/lang/String;)V
public final fun nextPaymentProviderButtonDisplayed ()V
public final fun nextPaymentProviderButtonNotDisplayed ()V
public final fun paymentMethodDisplayed (Ljava/lang/String;Ljava/lang/String;)V
}
public final class me/proton/core/test/android/robots/plans/SelectPlanRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun changeBillingCycle (Lme/proton/core/test/quark/data/BillingCycle;)Lme/proton/core/test/android/robots/plans/SelectPlanRobot;
public final fun changeCurrency (Lme/proton/core/test/quark/data/Currency;)Lme/proton/core/test/android/robots/plans/SelectPlanRobot;
public final fun scrollToPlan (Lme/proton/core/test/quark/data/Plan;)Lme/proton/core/test/android/robots/plans/SelectPlanRobot;
public final fun toggleExpandPlan (Lme/proton/core/test/quark/data/Plan;)Lme/proton/core/test/android/robots/plans/SelectPlanRobot;
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/plans/SelectPlanRobot$Verify;
}
public final class me/proton/core/test/android/robots/plans/SelectPlanRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> (Lme/proton/core/test/android/robots/plans/SelectPlanRobot;)V
public final fun billingCycleIs (Lme/proton/core/test/quark/data/Plan;Lme/proton/core/test/quark/data/BillingCycle;Lme/proton/core/test/quark/data/Currency;)V
public static synthetic fun billingCycleIs$default (Lme/proton/core/test/android/robots/plans/SelectPlanRobot$Verify;Lme/proton/core/test/quark/data/Plan;Lme/proton/core/test/quark/data/BillingCycle;Lme/proton/core/test/quark/data/Currency;ILjava/lang/Object;)V
public final fun canSelectPlan (Lme/proton/core/test/quark/data/Plan;)V
public final fun canUpgradeToPlan (Lme/proton/core/test/quark/data/Plan;)V
public final fun currentPlanDetailsDisplayed ()V
public final fun planCycleDisplayed (Ljava/lang/String;)V
public final fun planDetailsDisplayed (Lme/proton/core/test/quark/data/Plan;)V
public final fun planDetailsDisplayedInsideRecyclerView (Lme/proton/core/test/quark/data/Plan;)V
public final fun planDetailsNotDisplayed ()V
public final fun planRenewalDisplayed (Ljava/lang/String;)V
public final fun plansDisplayed ()V
public final fun plansNotDisplayed ()V
}
public final class me/proton/core/test/android/robots/settings/PasswordManagementRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun confirmNewPassword (Ljava/lang/String;)Lme/proton/core/test/android/robots/settings/PasswordManagementRobot;
public final fun currentPassword (Ljava/lang/String;)Lme/proton/core/test/android/robots/settings/PasswordManagementRobot;
public final fun newPassword (Ljava/lang/String;)Lme/proton/core/test/android/robots/settings/PasswordManagementRobot;
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/settings/PasswordManagementRobot$Verify;
}
public final class me/proton/core/test/android/robots/settings/PasswordManagementRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> ()V
public final fun passwordManagementElementsDisplayed ()V
}
public final class me/proton/core/test/android/robots/settings/RecoveryEmailRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun confirmNewEmail (Ljava/lang/String;)Lme/proton/core/test/android/robots/settings/RecoveryEmailRobot;
public final fun newEmail (Ljava/lang/String;)Lme/proton/core/test/android/robots/settings/RecoveryEmailRobot;
public final fun verify (Lkotlin/jvm/functions/Function1;)Lme/proton/core/test/android/robots/settings/RecoveryEmailRobot$Verify;
}
public final class me/proton/core/test/android/robots/settings/RecoveryEmailRobot$AuthenticationRobot : me/proton/core/test/android/robots/CoreRobot {
public fun <init> ()V
public final fun cancel ()Lme/proton/core/test/android/robots/settings/RecoveryEmailRobot;
public final fun password (Ljava/lang/String;)Lme/proton/core/test/android/robots/settings/RecoveryEmailRobot$AuthenticationRobot;
}
public final class me/proton/core/test/android/robots/settings/RecoveryEmailRobot$Verify : me/proton/core/test/android/robots/CoreVerify {
public fun <init> ()V
public final fun currentRecoveryEmailIs (Ljava/lang/String;)V
public final fun recoveryEmailElementsDisplayed ()V
}