Home
last modified time | relevance | path

Searched refs:failsToCompile (Results 1 – 21 of 21) sorted by relevance

/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DSubcomponentBuilderValidationTest.java64 .failsToCompile() in testRefSubcomponentAndSubBuilderFails()
98 .failsToCompile() in testRefSubBuilderTwiceFails()
136 .failsToCompile() in testMoreThanOneBuilderFails()
169 .failsToCompile() in testBuilderGenericsFails()
185 .failsToCompile() in testBuilderNotInComponentFails()
215 .failsToCompile() in testBuilderMissingBuildMethodFails()
234 .failsToCompile() in testPrivateBuilderFails()
253 .failsToCompile() in testNonStaticBuilderFails()
272 .failsToCompile() in testNonAbstractBuilderFails()
293 .failsToCompile() in testBuilderOneCxtorWithArgsFails()
[all …]
DComponentBuilderTest.java333 .failsToCompile() in testMoreThanOneBuilderFails()
357 .failsToCompile() in testBuilderGenericsFails()
373 .failsToCompile() in testBuilderNotInComponentFails()
394 .failsToCompile() in testBuilderMissingBuildMethodFails()
415 .failsToCompile() in testPrivateBuilderFails()
436 .failsToCompile() in testNonStaticBuilderFails()
457 .failsToCompile() in testNonAbstractBuilderFails()
479 .failsToCompile() in testBuilderOneCxtorWithArgsFails()
503 .failsToCompile() in testBuilderMoreThanOneCxtorFails()
524 .failsToCompile() in testBuilderEnumFails()
[all …]
DProducerModuleFactoryGeneratorTest.java64 .failsToCompile() in producesMethodNotInModule()
81 .failsToCompile() in producesMethodAbstract()
100 .failsToCompile() in producesMethodPrivate()
117 .failsToCompile() in producesMethodReturnVoid()
135 .failsToCompile() in producesMethodReturnRawFuture()
153 .failsToCompile() in producesMethodReturnWildcardFuture()
172 .failsToCompile() in producesMethodWithTypeParameter()
195 .failsToCompile() in producesMethodSetValuesWildcard()
218 .failsToCompile() in producesMethodSetValuesRawSet()
241 .failsToCompile() in producesMethodSetValuesNotASet()
[all …]
DGraphValidationTest.java65 .failsToCompile() in componentOnConcreteClass()
92 .failsToCompile() in componentProvisionWithNoDependencyChain()
128 .failsToCompile() in constructorInjectionWithoutAnnotation()
160 .failsToCompile() in membersInjectWithoutProvision()
202 .failsToCompile() in cyclicDependency()
253 .failsToCompile() in cyclicDependencyNotIncludingEntryPoint()
324 .failsToCompile() in cyclicDependencyNotBrokenByMapBinding()
380 .failsToCompile() in falsePositiveCyclicDependencyIndirectionDetected()
521 .failsToCompile() in duplicateExplicitBindings_ProvidesAndComponentProvision()
560 .failsToCompile() in duplicateExplicitBindings_TwoProvidesMethods()
[all …]
DModuleFactoryGeneratorTest.java75 .failsToCompile() in providesMethodNotInModule()
92 .failsToCompile() in providesMethodAbstract()
111 .failsToCompile() in providesMethodPrivate()
128 .failsToCompile() in providesMethodReturnVoid()
147 .failsToCompile() in providesMethodWithTypeParameter()
170 .failsToCompile() in providesMethodSetValuesWildcard()
193 .failsToCompile() in providesMethodSetValuesRawSet()
216 .failsToCompile() in providesMethodSetValuesNotASet()
231 .failsToCompile() in modulesWithTypeParamsMustBeAbstract()
257 .failsToCompile() in provideOverriddenByNoProvide()
[all …]
DInjectConstructorFactoryGeneratorTest.java86 .failsToCompile() in injectOnPrivateConstructor()
103 .failsToCompile() in injectConstructorOnInnerClass()
118 .failsToCompile() in injectConstructorOnAbstractClass()
454 .failsToCompile() in multipleInjectConstructors()
469 .processedWith(new ComponentProcessor()).failsToCompile() in multipleQualifiersOnInjectConstructorParameter()
484 .processedWith(new ComponentProcessor()).failsToCompile() in injectConstructorOnClassWithMultipleScopes()
502 .processedWith(new ComponentProcessor()).failsToCompile() in injectConstructorWithQualifier()
518 .failsToCompile() in finalInjectField()
533 .failsToCompile() in privateInjectFieldError()
563 .failsToCompile() in staticInjectFieldError()
[all …]
DProductionGraphValidationTest.java62 .failsToCompile() in componentWithUnprovidedInput()
87 .failsToCompile() in componentProductionWithNoDependencyChain()
129 .failsToCompile() in provisionDependsOnProduction()
161 .failsToCompile() in provisionEntryPointDependsOnProduction()
210 .failsToCompile() in monitoringDependsOnUnboundType()
265 .failsToCompile() in monitoringDependsOnProduction()
DSubcomponentValidationTest.java69 .failsToCompile() in factoryMethod_missingModulesWithParameters()
96 .failsToCompile() in factoryMethod_nonModuleParameter()
128 .failsToCompile() in factoryMethod_duplicateParameter()
161 .failsToCompile() in factoryMethod_superflouousModule()
201 .failsToCompile() in missingBinding()
217 .failsToCompile() in subcomponentOnConcreteType()
255 .failsToCompile() in scopeMismatch()
DGraphValidationScopingTest.java69 .failsToCompile() in componentWithoutScopeIncludesScopedBindings_Fail()
120 .failsToCompile() in componentWithScopeIncludesIncompatiblyScopedBindings_Fail()
192 .failsToCompile() in componentWithScopeMayDependOnOnlyOneScopedComponent()
232 .failsToCompile() in componentWithoutScopeCannotDependOnScopedComponent()
279 .failsToCompile() in componentWithSingletonScopeMayNotDependOnOtherScope()
345 .failsToCompile() in componentScopeAncestryMustNotCycle()
DProductionComponentProcessorTest.java39 .failsToCompile() in componentOnConcreteClass()
55 .failsToCompile() in componentOnEnum()
69 .failsToCompile() in componentOnAnnotation()
83 .failsToCompile() in nonModuleModule()
DComponentProcessorTest.java57 .failsToCompile() in componentOnConcreteClass()
73 .failsToCompile() in componentOnEnum()
87 .failsToCompile() in componentOnAnnotation()
101 .failsToCompile() in nonModuleModule()
122 .failsToCompile() in checkCannotReferToModuleOfType()
180 .failsToCompile().withErrorContaining( in doubleBindingFromResolvedModules()
728 .failsToCompile(); in generatedTransitiveModule()
769 .failsToCompile(); in generatedModuleInSubcomponent()
1983 .failsToCompile() in wildcardGenericsRequiresAtProvides()
DValidationReportTest.java56 .failsToCompile() in basicReport()
76 .failsToCompile() in messageOnDifferentElement()
101 .failsToCompile() in subreport()
DMissingBindingSuggestionsTest.java97 .failsToCompile() in suggestsBindingInSeparateComponent()
157 .failsToCompile() in suggestsBindingInNestedSubcomponent()
DMapBindingComponentProcessorTest.java838 .failsToCompile() in mapBindingsWithDuplicateKeys()
897 .failsToCompile() in mapBindingsWithInconsistentKeyAnnotations()
DRepeatedModuleValidationTest.java51 .failsToCompile() in moduleRepeatedInSubcomponentFactoryMethod()
/external/robolectric-shadows/processor/src/test/java/org/robolectric/annotation/processing/validator/
DRealObjectValidatorTest.java24 .failsToCompile() in realObjectWithoutImplements_shouldNotCompile()
34 .failsToCompile() in realObjectParameterizedMissingParameters_shouldNotCompile()
44 .failsToCompile() in realObjectParameterizedMismatch_shouldNotCompile()
54 .failsToCompile() in realObjectWithEmptyImplements_shouldNotRaiseOwnError()
64 .failsToCompile() in realObjectWithEmptyClassName_shouldNotRaiseOwnError()
73 .failsToCompile() in realObjectWithTypeMismatch_shouldNotCompile()
83 .failsToCompile() in realObjectWithClassName_typeMismatch_shouldNotCompile()
DImplementsValidatorTest.java20 .failsToCompile() in implementsWithoutClassOrClassName_shouldNotCompile()
39 .failsToCompile() in value_withClassName_shouldNotCompile()
49 .failsToCompile() in implementsWithParameterMismatch_shouldNotCompile()
59 .failsToCompile() in implementsWithMissingParameters_shouldNotCompile()
69 .failsToCompile() in implementsWithExtraParameters_shouldNotCompile()
80 .failsToCompile() in constructorShadowWithoutImplementation_shouldNotCompile()
DResetterValidatorTest.java18 .failsToCompile() in resetterWithoutImplements_shouldNotCompile()
28 .failsToCompile() in nonStaticResetter_shouldNotCompile()
38 .failsToCompile() in nonPublicResetter_shouldNotCompile()
48 .failsToCompile() in resetterWithParameters_shouldNotCompile()
DImplementationValidatorTest.java19 .failsToCompile() in implementationWithoutImplements_shouldNotCompile()
29 .failsToCompile() in implementationWithIncorrectVisibility_shouldNotCompile()
DSingleClassSubject.java49 public SingleFileClause failsToCompile() { in failsToCompile() method in SingleClassSubject
51 return new SingleFileClause(tester.failsToCompile(), source); in failsToCompile()
/external/robolectric-shadows/processor/src/test/java/org/robolectric/annotation/processing/
DRobolectricProcessorTest.java95 .failsToCompile() in generatedFile_shouldComplainAboutNonStaticInnerClasses()