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

Commit b10f57a3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Relax strictness of mocks in DisplayLayoutTests" into tm-qpr-dev am:...

Merge "Relax strictness of mocks in DisplayLayoutTests" into tm-qpr-dev am: ff95cd09 am: f4e832b9

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19570392



Change-Id: Iff9baf80cde9e033daf9bcd5dd5de1512742cf9b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ae44aede f4e832b9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.mockito.MockitoSession;
import org.mockito.quality.Strictness;

/**
 * Tests for {@link DisplayLayout}.
@@ -62,6 +63,7 @@ public class DisplayLayoutTest extends ShellTestCase {
    public void setup() {
        mMockitoSession = mockitoSession()
                .initMocks(this)
                .strictness(Strictness.WARN)
                .mockStatic(SystemBarUtils.class)
                .startMocking();
    }