Lines Matching refs:compilation
57 Compilation compilation = daggerCompiler().compile(component, injectable, nonInjectable); in dependOnInterface() local
58 assertThat(compilation).failed(); in dependOnInterface()
59 assertThat(compilation).hadErrorCount(1); in dependOnInterface()
60 assertThat(compilation) in dependOnInterface()
83 Compilation compilation = daggerCompiler().compile(component); in entryPointDependsOnInterface() local
84 assertThat(compilation).failed(); in entryPointDependsOnInterface()
85 assertThat(compilation).hadErrorCount(1); in entryPointDependsOnInterface()
86 assertThat(compilation) in entryPointDependsOnInterface()
113 Compilation compilation = daggerCompiler().compile(component); in entryPointDependsOnQualifiedInterface() local
114 assertThat(compilation).failed(); in entryPointDependsOnQualifiedInterface()
115 assertThat(compilation).hadErrorCount(1); in entryPointDependsOnQualifiedInterface()
116 assertThat(compilation) in entryPointDependsOnQualifiedInterface()
144 Compilation compilation = daggerCompiler().compile(component); in constructorInjectionWithoutAnnotation() local
145 assertThat(compilation).failed(); in constructorInjectionWithoutAnnotation()
146 assertThat(compilation).hadErrorCount(1); in constructorInjectionWithoutAnnotation()
147 assertThat(compilation) in constructorInjectionWithoutAnnotation()
179 Compilation compilation = daggerCompiler().compile(component); in membersInjectWithoutProvision() local
180 assertThat(compilation).failed(); in membersInjectWithoutProvision()
181 assertThat(compilation).hadErrorCount(1); in membersInjectWithoutProvision()
182 assertThat(compilation) in membersInjectWithoutProvision()
216 Compilation compilation = daggerCompiler().compile(self, component); in missingBindingWithSameKeyAsMembersInjectionMethod() local
217 assertThat(compilation).failed(); in missingBindingWithSameKeyAsMembersInjectionMethod()
218 assertThat(compilation).hadErrorCount(1); in missingBindingWithSameKeyAsMembersInjectionMethod()
219 assertThat(compilation) in missingBindingWithSameKeyAsMembersInjectionMethod()
248 Compilation compilation = daggerCompiler().compile(component, foo); in genericInjectClassWithWildcardDependencies() local
249 assertThat(compilation).failed(); in genericInjectClassWithWildcardDependencies()
250 assertThat(compilation).hadErrorCount(1); in genericInjectClassWithWildcardDependencies()
251 assertThat(compilation) in genericInjectClassWithWildcardDependencies()
308 Compilation compilation = daggerCompiler().compile(component); in longChainOfDependencies() local
309 assertThat(compilation).failed(); in longChainOfDependencies()
310 assertThat(compilation).hadErrorCount(1); in longChainOfDependencies()
311 assertThat(compilation) in longChainOfDependencies()
362 Compilation compilation = in bindsMethodAppearsInTrace() local
364 assertThat(compilation).failed(); in bindsMethodAppearsInTrace()
365 assertThat(compilation).hadErrorCount(1); in bindsMethodAppearsInTrace()
366 assertThat(compilation) in bindsMethodAppearsInTrace()
418 Compilation compilation = daggerCompiler().compile(generic, testClass, usesTest, component); in resolvedParametersInDependencyTrace() local
419 assertThat(compilation).failed(); in resolvedParametersInDependencyTrace()
420 assertThat(compilation).hadErrorCount(1); in resolvedParametersInDependencyTrace()
421 assertThat(compilation) in resolvedParametersInDependencyTrace()
473 Compilation compilation = daggerCompiler().compile(generic, testClass, usesTest, component); in resolvedVariablesInDependencyTrace() local
474 assertThat(compilation).failed(); in resolvedVariablesInDependencyTrace()
475 assertThat(compilation).hadErrorCount(1); in resolvedVariablesInDependencyTrace()
476 assertThat(compilation) in resolvedVariablesInDependencyTrace()
536 Compilation compilation = daggerCompiler().compile(parent, parentModule, child, childModule); in bindingUsedOnlyInSubcomponentDependsOnBindingOnlyInSubcomponent() local
537 assertThat(compilation).failed(); in bindingUsedOnlyInSubcomponentDependsOnBindingOnlyInSubcomponent()
538 assertThat(compilation).hadErrorCount(1); in bindingUsedOnlyInSubcomponentDependsOnBindingOnlyInSubcomponent()
539 assertThat(compilation) in bindingUsedOnlyInSubcomponentDependsOnBindingOnlyInSubcomponent()
611 Compilation compilation = in multibindingContributionBetweenAncestorComponentAndEntrypointComponent() local
613 assertThat(compilation).failed(); in multibindingContributionBetweenAncestorComponentAndEntrypointComponent()
614 assertThat(compilation).hadErrorCount(1); in multibindingContributionBetweenAncestorComponentAndEntrypointComponent()
615 assertThat(compilation) in multibindingContributionBetweenAncestorComponentAndEntrypointComponent()
660 Compilation compilation = daggerCompiler().compile(component, module, notBound); in manyDependencies() local
661 assertThat(compilation).failed(); in manyDependencies()
662 assertThat(compilation).hadErrorCount(1); in manyDependencies()
663 assertThat(compilation) in manyDependencies()
678 assertThat(compilation).hadErrorCount(1); in manyDependencies()
720 Compilation compilation = daggerCompiler().compile(foo, component); in tooManyRequests() local
721 assertThat(compilation).failed(); in tooManyRequests()
722 assertThat(compilation).hadErrorCount(1); in tooManyRequests()
723 assertThat(compilation) in tooManyRequests()
771 Compilation compilation = daggerCompiler().compile(component); in tooManyEntryPoints() local
772 assertThat(compilation).failed(); in tooManyEntryPoints()
773 assertThat(compilation).hadErrorCount(1); in tooManyEntryPoints()
774 assertThat(compilation) in tooManyEntryPoints()
838 Compilation compilation = daggerCompiler().compile(parent, child, foo, bar, baz); in missingBindingInAllComponentsAndEntryPoints() local
839 assertThat(compilation).failed(); in missingBindingInAllComponentsAndEntryPoints()
840 assertThat(compilation).hadErrorCount(1); in missingBindingInAllComponentsAndEntryPoints()
841 assertThat(compilation) in missingBindingInAllComponentsAndEntryPoints()
921 Compilation compilation = daggerCompiler().compile( in sameSubcomponentUsedInDifferentHierarchies() local
923 assertThat(compilation).failed(); in sameSubcomponentUsedInDifferentHierarchies()
924 assertThat(compilation).hadErrorCount(1); in sameSubcomponentUsedInDifferentHierarchies()
925 assertThat(compilation) in sameSubcomponentUsedInDifferentHierarchies()