Searched refs:simpleName (Results 1 – 14 of 14) sorted by relevance
26 kClass.simpleName?.camelToSnakeCase()?.uppercase() in fromClass()
128 filters.isNotEmpty() && !(filters[testClass.javaClass.simpleName] ?: false) in shouldComputeTestMethods()170 this::class.java.simpleName, in computeFlickerServiceTests()203 private val LOG_TAG = LegacyFlickerServiceDecorator::class.java.simpleName
34 val simpleClassName = test.testClass.javaClass.simpleName in createRunnerForTestWithParameters()
64 LegacyFlickerTest::class.java.simpleName in doValidateConstructor()
43 get() = this::class.simpleName ?: error("Unable to determine class")
60 get() = this::class.simpleName ?: error("Unable to determine class")
58 get() = this::class.simpleName ?: error("Unable to determine class")
28 this::class.simpleName
63 val className = if (testClass != null) testClass.simpleName else "SUITE" in getClassAndMethodName()
205 String simpleName = "NonExistentCollector"; in testSimpleClassNameAttemptedWithKnownPackage() local209 String.format("%s.%s", TestMetricRule.METRIC_COLLECTORS_PACKAGE, simpleName)); in testSimpleClassNameAttemptedWithKnownPackage()211 TestMetricRule rule = createWithMetricCollectorNames(simpleName); in testSimpleClassNameAttemptedWithKnownPackage()
117 val className = this::class.simpleName ?: error("Missing class name for $this") in <lambda>()
68 testClassName = description.testClass.simpleName in <lambda>()
45 val stableId: String = this::class.simpleName ?: error("Unable to determine class") in <lambda>()
55 get() = this::class.simpleName ?: error("Unable to determine class") in <lambda>()