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

Commit 5d1ee446 authored by Chris Poultney's avatar Chris Poultney
Browse files

Moves deviceless tests to new directory

Bug: b/289394860
Test: atest deviceless tests
Change-Id: I22dba29e138cde3d304f20439f5451cca91ed29e
parent 07948633
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2,13 +2,23 @@
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

android_robolectric_test {
    name: "ThemePickerRoboTests",
    srcs: [
        "src/**/*.java",
        "src/**/*.kt",
    ],
    // TODO(b/291104503) Enable this test
    exclude_srcs: ["src/com/android/customization/model/picker/quickaffordance/ui/viewmodel/KeyguardQuickAffordancePickerViewModelTest.kt"],
    java_resource_dirs: ["config"],
    static_libs: [
        "WallpaperPicker2TestLib",
        "androidx.test.rules",
        "junit",
        "kotlinx_coroutines_test",
        "truth-prebuilt",
    ],
    libs: [
        "androidx.test.core",
        "androidx.test.runner",
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ import androidx.appcompat.app.AppCompatActivity;
import com.android.wallpaper.model.WallpaperColorsViewModel;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.MockitoAnnotations;
@@ -32,6 +33,7 @@ import org.robolectric.annotation.Config;
/**
 * Tests of {@link ColorSectionController}.
 */
@Ignore("b/290798811")
@RunWith(RobolectricTestRunner.class)
@Config(manifest = Config.NONE)
public final class ColorSectionControllerTest {
+0 −0

File moved.

+0 −0

File moved.

+0 −0

File moved.

Loading