Home
last modified time | relevance | path

Searched refs:runWith (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DProtoLogIntegrationTest.java53 runWith(mockedProtoLog, this::testProtoLog); in testProtoLogToolIntegration()
71 private void runWith(IProtoLog mockInstance, Runnable runnable) { in runWith() method in ProtoLogIntegrationTest
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/
DRavenwoodRuleImpl.java214 final var runWith = testClass.getAnnotation(RunWith.class); in validateTestRunner() local
215 if (runWith == null) { in validateTestRunner()
221 if (runWith.value().getCanonicalName().equals("androidx.test.runner.AndroidJUnit4")) { in validateTestRunner()