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

Commit c7568c80 authored by Brett Chabot's avatar Brett Chabot
Browse files

Convert ViewNodeTest to androidx.test.

Tests in this package should all use androidx.test

Test: atest FrameworksCoreTest:ViewNodeTest; atest SystemUiTests
Change-Id: I9c98458861d898aa1de5a0f9e92f83a10067046b
parent 8c83a07c
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;