Home
last modified time | relevance | path

Searched defs:Test (Results 1 – 25 of 28) sorted by relevance

12

/compose/runtime/runtime-lint/src/test/java/androidx/compose/runtime/lint/
DOpaqueUnitKeyDetectorTest.kt47 fun Test() { in getDetector() method
72 fun Test() { in remember_withUnitPropertyRead_reportsError() method
111 fun Test() { in remember_withUnitFunctionCall_reportsError() method
152 fun Test() { in remember_withUnitComposableInvocation_reportsError() method
235 fun Test(condition: Boolean) { in remember_withIfStatementThatReturnsUnit_reportsError() method
293 fun Test(condition: Boolean) { in remember_withIfStatementCoercedToAny_doesNotReportError() method
324 fun Test() { in remember_twoKeys_withUnitFunctionCall_reportsError() method
370 fun Test() { in produceState_withUnitLiteralKey_doesNotError() method
396 fun Test() { in produceState_withUnitPropertyRead_reportsError() method
436 fun Test() { in produceState_withUnitFunctionCall_reportsError() method
[all …]
DRememberDetectorTest.kt54 fun Test() { in getDetector() method
68 fun Test(number: Int) { in getDetector() method
82 fun Test(number1: Int, number2: Int) { in getDetector() method
98 fun Test(number1: Int, number2: Int, number3: Int) { in getDetector() method
116 fun Test(number1: Int, number2: Int, number3: Int, flag: Boolean) { in getDetector() method
217 fun Test() { in returnsUnit_dueToTypeError() method
254 fun Test() { in returnsValue_explicitUnitType() method
265 fun Test(number: Int) { in returnsValue_explicitUnitType() method
276 fun Test(number1: Int, number2: Int) { in returnsValue_explicitUnitType() method
289 fun Test(number1: Int, number2: Int, number3: Int) { in returnsValue_explicitUnitType() method
[all …]
DProduceStateDetectorTest.kt50 fun Test() { in getDetector() method
110 fun Test() { in noErrors() method
DCompositionLocalNamingDetectorTest.kt50 object Test { in getDetector() object
95 object Test { in prefixedWithLocal() object
DComposableNamingDetectorTest.kt177 object Test { in ignoreOperatorComposableFunctions() object
202 interface Test<T> { in ignoreInvalidOverrides() interface
DFrequentlyChangingValueDetectorTest.kt258 fun Test(bar: Bar) { in errors() method
513 fun Test( in errors_getterInheritanceHierarchy() method
664 fun Test(bar: Bar) { in suppressions() method
DUnrememberedStateDetectorTest.kt50 fun Test() { in getDetector() method
238 fun Test() { in rememberedInsideComposableBody() method
439 fun Test() { in arbitraryStateFactoryAnnotated() method
540 fun Test() { in customStateConstructor() method
649 fun Test() { in customStateAnonymousClass() method
DComposableFlowOperatorDetectorTest.kt133 fun Test() { in getDetector() method
DAutoboxingStateCreationDetectorTest.kt142 class Test { in testTrivialMutableStateOf_notReportedInJava() class
334 class Test(initialValue: $type = $stateValue) { in testStateDelegate_withInferredType_andInternalSetter_thatCouldBeMutablePrimitiveStateOf() class
DComposableStateFlowValueDetectorTest.kt121 fun Test() { in getDetector() method
DComposableCoroutineCreationDetectorTest.kt258 fun Test() { in getDetector() method
DRememberInCompositionDetectorTest.kt263 fun Test(bar: Bar) { in notRemembered() method
543 fun Test( in notRemembered_getterInheritanceHierarchy() method
584 fun Test(bar: Bar) { in rememberedInsideComposableBody() method
/compose/animation/animation-lint/src/test/java/androidx/compose/animation/lint/
DSharedTransitionScopeDetectorTest.kt661 fun Test() { in getDetector() method
695 fun Test() { in unreferencedModifier_namedParameter() method
729 fun Test() { in unreferencedModifier_withQuickFixImplicitParameter() method
776 fun Test() { in unreferencedModifier_withQuickFixNamedParameter() method
821 fun Test() { in unreferencedModifier_withQuickFixOnExistingModifier() method
869 fun Test() { in unreferencedModifier_noQuickFix() method
926 fun Test() { in usedModifier_noIssues() method
961 fun Test() { in constantLiteralInItemsCall_shouldWarn() method
1102 fun Test() { in constantLiteralInIndividualItemCall_shouldNotWarn() method
1168 fun Test() { in complexExpressionKeysInItemsCall_shouldNotWarn() method
DCrossfadeDetectorTest.kt96 fun Test() { in getDetector() method
149 fun Test() { in unreferencedParameter_shadowedNames() method
200 fun Test() { in noErrors() method
DAnimatedContentDetectorTest.kt270 fun Test() { in getDetector() method
417 fun Test() { in unreferencedParameter_shadowedNames() method
533 fun Test() { in noErrors() method
/compose/lint/internal-lint-checks/src/test/java/androidx/compose/lint/
DUnnecessaryLambdaCreationDetectorTest.kt128 fun Test() { in warnsForSingleExpressions() method
195 fun Test() { in warnsForMultipleLambdas() method
226 fun Test() { in ignoresMultipleExpressions() method
271 fun Test() { in ignoresDifferentFunctionalTypes_parameters() method
315 fun Test() { in ignoresDifferentFunctionalTypes_receiverScopes() method
358 fun Test() { in ignoresMismatchedComposability() method
384 fun Test() { in warnsForFunctionsReturningALambda() method
DCommonModuleIncompatibilityDetectorTest.kt137 abstract class Test : () -> Unit in detectsLambdaSuperTypeInCommonMain() class
155 abstract class Test : () -> Unit in detectsLambdaSuperTypeInCommonMain() class
296 abstract class Test : () -> Unit in ignoreLambdaSuperTypeInPlatformSourceSets() class
314 abstract class Test : () -> Unit in ignoreLambdaSuperTypeInPlatformSourceSets() class
332 abstract class Test : () -> Unit in ignoreLambdaSuperTypeInPlatformSourceSets() class
/compose/foundation/foundation-lint/src/test/java/androidx/compose/foundation/lint/
DBoxWithConstraintsDetectorTest.kt49 fun Test() { in BoxWithConstraintsScope() method
220 fun Test() { in BoxWithConstraintsScope() method
270 fun Test() { in BoxWithConstraintsScope() method
318 fun Test() { in BoxWithConstraintsScope() method
354 fun Test() { in BoxWithConstraintsScope() method
395 fun Test() { in BoxWithConstraintsScope() method
/compose/material/material-lint/src/test/java/androidx/compose/material/lint/
DScaffoldPaddingDetectorTest.kt146 fun Test() { in getDetector() method
202 fun Test() { in unreferencedParameter_shadowedNames() method
256 fun Test() { in noErrors() method
/compose/material3/material3-lint/src/test/java/androidx/compose/material3/lint/
DScaffoldPaddingDetectorTest.kt146 fun Test() { in getDetector() method
202 fun Test() { in unreferencedParameter_shadowedNames() method
256 fun Test() { in noErrors() method
/compose/animation/animation-core-lint/src/test/java/androidx/compose/animation/core/lint/
DTransitionDetectorTest.kt168 fun Test() { in getDetector() method
223 fun Test() { in unreferencedParameter_shadowedNames() method
276 fun Test() { in noErrors() method
/compose/ui/ui-lint/src/test/java/androidx/compose/ui/lint/
DConfigurationScreenWidthHeightDetectorTest.kt122 fun Test() { in getDetector() method
200 fun Test() { in ignoresErrorsWithWearImports() method
246 fun Test(configuration: Configuration) { in noErrors() method
DLocalContextResourcesConfigurationReadDetectorTest.kt91 fun Test() { in getDetector() method
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/
DCompositionTests.kt542 fun Test(showThree: Boolean) { in <lambda>() method
555 fun Test() { in <lambda>() method
560 fun MockViewValidator.Test(showThree: Boolean) { in <lambda>() method
874 fun Test(value: Int) { in <lambda>() method
880 fun MockViewValidator.Test(value: Int) { in <lambda>() method
908 fun Test(value: Int) { in <lambda>() method
913 fun MockViewValidator.Test(value: Int) { in <lambda>() method
951 fun Test(a: Int, b: Int) { in <lambda>() method
956 fun MockViewValidator.Test(a: Int, b: Int) { in <lambda>() method
997 fun Test(a: Int, b: Int, c: Int) { in <lambda>() method
[all …]
/compose/runtime/runtime-saveable-lint/src/test/java/androidx/compose/runtime/saveable/lint/
DRememberSaveableDetectorTest.kt151 fun Test() { in getDetector() method
254 fun Test() { in noErrors() method

12