move security test package to sdk 26
Test: make RunSettingsRoboTests -j40 Change-Id: Icc02469b5bcfab4be55caeab948275d3f4ca08ae
This commit is contained in:
@@ -36,7 +36,7 @@ import org.robolectric.annotation.Config;
|
|||||||
@RunWith(SettingsRobolectricTestRunner.class)
|
@RunWith(SettingsRobolectricTestRunner.class)
|
||||||
@Config(
|
@Config(
|
||||||
manifest = TestConfig.MANIFEST_PATH,
|
manifest = TestConfig.MANIFEST_PATH,
|
||||||
sdk = TestConfig.SDK_VERSION,
|
sdk = TestConfig.SDK_VERSION_O,
|
||||||
shadows = ShadowEventLogWriter.class
|
shadows = ShadowEventLogWriter.class
|
||||||
)
|
)
|
||||||
public class ConfigureKeyGuardDialogTest {
|
public class ConfigureKeyGuardDialogTest {
|
||||||
|
@@ -42,7 +42,7 @@ import java.util.ArrayList;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@RunWith(SettingsRobolectricTestRunner.class)
|
@RunWith(SettingsRobolectricTestRunner.class)
|
||||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
|
||||||
public class EncryptionAndCredentialTest {
|
public class EncryptionAndCredentialTest {
|
||||||
|
|
||||||
@Mock
|
@Mock
|
||||||
|
@@ -30,7 +30,7 @@ import org.robolectric.annotation.Config;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@RunWith(SettingsRobolectricTestRunner.class)
|
@RunWith(SettingsRobolectricTestRunner.class)
|
||||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
|
||||||
public class LockscreenDashboardFragmentTest {
|
public class LockscreenDashboardFragmentTest {
|
||||||
|
|
||||||
private LockscreenDashboardFragment mFragment;
|
private LockscreenDashboardFragment mFragment;
|
||||||
|
@@ -53,7 +53,7 @@ import org.robolectric.annotation.Config;
|
|||||||
import org.robolectric.shadows.ShadowLooper;
|
import org.robolectric.shadows.ShadowLooper;
|
||||||
|
|
||||||
@RunWith(SettingsRobolectricTestRunner.class)
|
@RunWith(SettingsRobolectricTestRunner.class)
|
||||||
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
|
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION_O)
|
||||||
public class SecurityFeatureProviderImplTest {
|
public class SecurityFeatureProviderImplTest {
|
||||||
|
|
||||||
private static final String MOCK_KEY = "key";
|
private static final String MOCK_KEY = "key";
|
||||||
|
Reference in New Issue
Block a user