Searched defs:mActivityRule (Results 1 - 8 of 8) sorted by relevance

/forgerock/authenticator-android-v2/app/src/androidTest/java/com/forgerock/authenticator/
H A DAboutActivityTest.java46 public ActivityTestRule<AboutActivity> mActivityRule = new ActivityTestRule<>( field in class:AboutActivityTest
60 Spoon.screenshot(mActivityRule.getActivity(), "aboutActivity");
H A DScanActivityTest.java46 public ActivityTestRule<ScanActivity> mActivityRule = new ActivityTestRule<>( field in class:ScanActivityTest
60 TestDevice.screenshot(mActivityRule.getActivity(), "loadCamera");
H A DSplashActivityTest.java46 public ActivityTestRule<SplashActivity> mActivityRule = new ActivityTestRule<>(SplashActivity.class, false, false); field in class:SplashActivityTest
62 mActivityRule.launchActivity(new Intent());
65 if (mActivityRule.getActivity().isFinishing()) {
68 TestDevice.screenshot(mActivityRule.getActivity(), "baseSplash" + i);
76 mActivityRule.launchActivity(new Intent());
78 assertTrue(mActivityRule.getActivity().isFinishing());
H A DMechanismActivityTest.java60 public ActivityTestRule<MechanismActivity> mActivityRule = new ActivityTestRule<>( field in class:MechanismActivityTest
78 assertTrue(mActivityRule.getActivity().isFinishing());
87 Spoon.screenshot(mActivityRule.getActivity(), "oathTOTP");
97 Spoon.screenshot(mActivityRule.getActivity(), "oathHOTPDefault");
102 Spoon.screenshot(mActivityRule.getActivity(), "oathHOTPPress");
111 Spoon.screenshot(mActivityRule.getActivity(), "push");
121 Spoon.screenshot(mActivityRule.getActivity(), "twoMechanisms");
133 FalconSpoon.screenshot(mActivityRule.getActivity(), "longPressOath");
137 FalconSpoon.screenshot(mActivityRule.getActivity(), "longPressOathClickDelete");
151 FalconSpoon.screenshot(mActivityRule
[all...]
H A DFlowTests.java63 public ActivityTestRule<IdentityActivity> mActivityRule = new ActivityTestRule<>( field in class:FlowTests
84 mActivityRule.launchActivity(new Intent());
87 TestDevice.screenshot(mActivityRule.getActivity(), "store_accounts");
93 TestDevice.screenshot(mActivityRule.getActivity(), "store_account");
102 TestDevice.screenshot(mActivityRule.getActivity(), "store_swipe");
107 mActivityRule.launchActivity(new Intent());
109 TestDevice.screenshot(mActivityRule.getActivity(), "deletePushTestBaseCase");
112 TestDevice.screenshot(mActivityRule.getActivity(), "deletePushTestMechanism");
115 TestDevice.screenshot(mActivityRule.getActivity(), "deletePushTestLongClick");
118 TestDevice.screenshot(mActivityRule
[all...]
H A DIdentityActivityTest.java67 public ActivityTestRule<IdentityActivity> mActivityRule = new ActivityTestRule<>( field in class:IdentityActivityTest
83 mActivityRule.launchActivity(new Intent());
85 Spoon.screenshot(mActivityRule.getActivity(), "no_identities", getClass().getName(), "noIdentities");
91 mActivityRule.launchActivity(new Intent());
93 Spoon.screenshot(mActivityRule.getActivity(), "one_identity");
102 mActivityRule.launchActivity(new Intent());
104 Spoon.screenshot(mActivityRule.getActivity(), "one_identity_one_mechanism");
114 mActivityRule.launchActivity(new Intent());
116 Spoon.screenshot(mActivityRule.getActivity(), "one_identity_two_mechanisms");
124 mActivityRule
[all...]
H A DNotificationActivityTest.java65 public ActivityTestRule<NotificationActivity> mActivityRule = new ActivityTestRule<>( field in class:NotificationActivityTest
95 mActivityRule.launchActivity(new Intent());
97 assertTrue(mActivityRule.getActivity().isFinishing());
105 FalconSpoon.screenshot(mActivityRule.getActivity(), "activeNotification");
114 FalconSpoon.screenshot(mActivityRule.getActivity(), "approvedNotification");
123 FalconSpoon.screenshot(mActivityRule.getActivity(), "deniedNotification");
134 FalconSpoon.screenshot(mActivityRule.getActivity(), "expiredNotification");
148 FalconSpoon.screenshot(mActivityRule.getActivity(), "manyNotificationsBase");
152 FalconSpoon.screenshot(mActivityRule.getActivity(), "manyNotificationsScroll");
159 mActivityRule
[all...]
H A DPushAuthActivityTest.java71 public ActivityTestRule<PushAuthActivity> mActivityRule = new ActivityTestRule<>( field in class:PushAuthActivityTest
102 mActivityRule.launchActivity(new Intent());
103 assertTrue(mActivityRule.getActivity().isFinishing());
112 assertTrue(mActivityRule.getActivity().isFinishing());
118 FalconSpoon.screenshot(mActivityRule.getActivity(), "baseInfo");
124 FalconSpoon.screenshot(mActivityRule.getActivity(), "approve");
128 assertTrue(mActivityRule.getActivity().isFinishing());
149 FalconSpoon.screenshot(mActivityRule.getActivity(), "approveWithNoServerHack");
154 Spoon.screenshot(mActivityRule.getActivity(), "approveWithNoServerPostSwipeHack");
171 FalconSpoon.screenshot(mActivityRule
[all...]

Completed in 373 milliseconds