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

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

Merge "Convert ViewNodeTest to androidx.test."

parents ec0cfcba c7568c80
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,11 +20,12 @@ import static com.google.common.truth.Truth.assertThat;

import android.content.Context;
import android.graphics.Matrix;
import android.support.test.InstrumentationRegistry;
import android.view.View;
import android.view.ViewStructure.HtmlInfo;
import android.view.contentcapture.ViewNode.ViewStructureImpl;

import androidx.test.InstrumentationRegistry;

import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;