Searched refs:baseRunner (Results 1 – 1 of 1) sorted by relevance
74 private val baseRunner: RunnerWrapper<*>? = klass.let { in getDescription() constant in com.android.testutils.DevSdkIgnoreRunner94 if (baseRunner == null) { in run()103 baseRunner.run(notifier) in run()110 baseRunner.run(notifier) in run()147 if (baseRunner == null) { in getDescription()151 return baseRunner.description.also { in getDescription()163 if (baseRunner == null) return 1 in testCount()165 return baseRunner.testCount() + if (shouldThreadLeakFailTest) 1 else 0 in testCount()170 baseRunner?.filter(filter) ?: throw NoTestsRemainException() in filter()174 baseRunner?.sort(sorter) in sort()