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

Commit 211537d3 authored by [CSarp Misoglu's avatar [CSarp Misoglu Committed by Sarp Misoglu
Browse files

Move backup tests from servicestests to mockingservicestests

This reduces fragmentation of B&R code and makes it just a little bit less confusing.

Previously all of our tests were in servicestests/ but mockingservicestests/ is a "better" location for new tests (it uses ExtendedMockito which allows mocking static methods). There's no point in keeping two directories so this CL moves everything into the new directory.

Test: atest services/tests/mockingservicestests/src/com/android/server/backup*
Change-Id: I1d64f03693b5923dfc192d6ff3390f0b43ccad93
parent dff6a36c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@ android_test {
        "kotlin-test",
        "mockingservicestests-utils-mockito",
        "mockito-target-extended-minus-junit4",
        "platform-compat-test-rules",
        "platform-test-annotations",
        "service-blobstore",
        "service-jobscheduler",
+0 −0

File moved.

Loading