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

Commit 58b0f127 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Adding some unit tests to presubmit"

parents 98bb5d4d ab99fe1b
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
{
    "presubmit": [
        {
            "name": "FrameworksMockingServicesTests",
            "options": [
                {
                  "include-annotation": "android.platform.test.annotations.Presubmit"
                },
                {
                  "exclude-annotation": "android.support.test.filters.FlakyTest"
                }
            ]
        }
    ]
}
+2 −0
Original line number Diff line number Diff line
@@ -60,6 +60,7 @@ import android.os.Handler;
import android.os.Looper;
import android.os.PowerManager;
import android.os.UserHandle;
import android.platform.test.annotations.Presubmit;
import android.provider.Settings;
import android.util.Log;
import android.util.SparseArray;
@@ -81,6 +82,7 @@ import org.mockito.quality.Strictness;

import java.util.ArrayList;

@Presubmit
@SmallTest
@RunWith(AndroidJUnit4.class)
public class AlarmManagerServiceTest {