Searched refs:runWith (Results 1 – 2 of 2) sorted by relevance
53 runWith(mockedProtoLog, this::testProtoLog); in testProtoLogToolIntegration()71 private void runWith(IProtoLog mockInstance, Runnable runnable) { in runWith() method in ProtoLogIntegrationTest
214 final var runWith = testClass.getAnnotation(RunWith.class); in validateTestRunner() local215 if (runWith == null) { in validateTestRunner()221 if (runWith.value().getCanonicalName().equals("androidx.test.runner.AndroidJUnit4")) { in validateTestRunner()