Home
last modified time | relevance | path

Searched defs:XTestInvocation (Results 1 – 16 of 16) sorted by relevance

/room/room-compiler-processing/src/test/java/androidx/room/compiler/processing/util/
DXTestInvocationExt.kt28 val XTestInvocation.kspResolver: Resolver constant
31 val XTestInvocation.javaElementUtils: Elements constant
34 val XTestInvocation.javaTypeUtils: Types constant
/room/room-compiler/src/test/kotlin/androidx/room/testing/
DXTestInvocationExt.kt22 val XTestInvocation.context constant
Dtest_util.kt276 fun XTestInvocation.getViews(): List<androidx.room.vo.DatabaseView> { in getViews() method
283 fun XTestInvocation.getEntities(): List<androidx.room.vo.Entity> { in getEntities() method
/room/room-compiler-processing-testing/src/main/java/androidx/room/compiler/processing/util/
DXTestInvocation.kt28 class XTestInvocation(processingEnv: XProcessingEnv, roundEnv: XRoundEnv) { class
/room/room-compiler/src/test/kotlin/androidx/room/solver/
DBuiltInConverterFlagsTest.kt115 private fun XTestInvocation.hasError(msg: String, lineContent: String) { in <lambda>() method
125 private fun XTestInvocation.hasErrorCount(expected: Int) = assertCompilationResult { in <lambda>() method
DNullabilityAwareTypeConverterStoreTest.kt109 private fun XTestInvocation.createStore(vararg converters: String): TypeConverterStore { in <lambda>() method
/room/room-compiler-processing/src/test/java/androidx/room/compiler/processing/
DTypeInheritanceTest.kt65 private fun XTestInvocation.assertFieldType( in <lambda>() method
78 private fun XTestInvocation.assertParamType( in <lambda>() method
95 private fun XTestInvocation.assertReturnType(methodName: String, expectedTypeName: String) { in <lambda>() method
DKspClassFileUtilityTest.kt166 fun XTestInvocation.findOrigin(qName: String) = in <lambda>() method
DMethodSpecHelperTest.kt534 private fun XTestInvocation.getOverrideTestTargets( in <lambda>() method
DXTypeTest.kt1912 fun XTestInvocation.checkArrayTypesTest() { in <lambda>() method
1965 fun XTestInvocation.checkPrimitiveType() { in <lambda>() method
2019 fun XTestInvocation.checkType() { in <lambda>() method
2311 fun XTestInvocation.checkType(isJavaSrc: Boolean) { in <lambda>() method
DXTypeElementTest.kt2701 private fun XTestInvocation.objectMethodNames() = in <lambda>() method
2724 private fun XTestInvocation.nonObjectMethodSignatures(typeElement: XTypeElement): List<String> = in <lambda>() method
/room/room-compiler-processing/src/test/java/androidx/room/compiler/processing/compat/
DXConvertersTest.kt856 private fun XTestInvocation.getJavacTypeElement(fqn: String) = in <lambda>() method
859 private fun XTestInvocation.getKspTypeElement(fqn: String) = in <lambda>() method
/room/room-compiler/src/test/kotlin/androidx/room/ext/
DElementExtTest.kt278 private fun XTestInvocation.objectMethodNames(): List<String> { in <lambda>() method
/room/room-compiler-processing/src/test/java/androidx/room/compiler/processing/ksp/
DKSTypeVarianceResolverWithTypeParametersTest.kt134 private fun XTestInvocation.collectSignatures(key: String): List<String> { in <lambda>() method
DKspJvmDescriptorUtilsTest.kt550 private fun XTestInvocation.annotatedElements(): Set<XElement> { in <lambda>() method
/room/room-compiler/src/test/kotlin/androidx/room/processor/
DDataClassProcessorTargetFunctionTest.kt526 private val XTestInvocation.functionKindName: String in <lambda>() constant