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

Commit 57e7fe04 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Common flicker assertions

Create a library for common wm flicker assertions, to be used by WM Shell and other tests, as needed

Test: m wm-flicker-common-assertions
Change-Id: I020d571b59047451ce31bf22adf8b7e4d4458721
parent 5d7b94a2
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -55,3 +55,17 @@ android_test {
        "platform-test-annotations",
    ],
}

java_library {
    name: "wm-flicker-common-assertions",
    platform_apis: true,
    srcs: ["src/**/*Assertions.java", "src/**/*Assertions.kt"],
    exclude_srcs: [
        "**/helpers/*",
    ],
    static_libs: [
        "flickerlib",
        "truth-prebuilt",
        "app-helpers-core"
    ],
}
 No newline at end of file