Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db88fb8d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Settings: Annotate JUnit4 test with @Test"

parents ae1b04d5 f259c55e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -355,6 +355,7 @@ public class MasterClearTest {
        assertEquals(TEST_CONFIRMATION_CLASS, actualIntent.getComponent().getClassName());
    }

    @Test
    public void testShowAccountCredentialConfirmation() {
        // Finally mock out the startActivityForResultCall
        doNothing().when(mMasterClear)
+3 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ import com.android.settingslib.wifi.WifiTrackerFactory;
import com.google.common.collect.Lists;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -342,6 +343,8 @@ public class WifiSettingsUiTest {
        onView(withId(resourceId(ID, PASSWORD))).check(matches(isDisplayed()));
    }

    @Ignore("b/73796195")
    @Test
    public void onConnectedChanged_shouldNotFetchAPs() {
        setWifiState(WifiManager.WIFI_STATE_ENABLED);
        when(mWifiTracker.isConnected()).thenReturn(true);