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

Commit bba85d38 authored by Chris Poultney's avatar Chris Poultney Committed by Android (Google) Code Review
Browse files

Merge "Moves deviceless tests to new directory" into udc-qpr-dev

parents 2651111b 5d1ee446
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