Searched refs:onLine (Results 1 – 15 of 15) sorted by relevance
87 .withErrorContaining(INJECT_ON_PRIVATE_CONSTRUCTOR).in(file).onLine(6); in injectOnPrivateConstructor()104 .withErrorContaining(INJECT_CONSTRUCTOR_ON_INNER_CLASS).in(file).onLine(7); in injectConstructorOnInnerClass()119 .withErrorContaining(INJECT_CONSTRUCTOR_ON_ABSTRACT_CLASS).in(file).onLine(6); in injectConstructorOnAbstractClass()455 .withErrorContaining(MULTIPLE_INJECT_CONSTRUCTORS).in(file).onLine(6) in multipleInjectConstructors()456 .and().withErrorContaining(MULTIPLE_INJECT_CONSTRUCTORS).in(file).onLine(8); in multipleInjectConstructors()471 .withErrorContaining(MULTIPLE_QUALIFIERS).in(file).onLine(6); in multipleQualifiersOnInjectConstructorParameter()485 .withErrorContaining(MULTIPLE_SCOPES).in(file).onLine(5).atColumn(1) in injectConstructorOnClassWithMultipleScopes()486 .and().withErrorContaining(MULTIPLE_SCOPES).in(file).onLine(5).atColumn(9); in injectConstructorOnClassWithMultipleScopes()503 .withErrorContaining(QUALIFIER_ON_INJECT_CONSTRUCTOR).in(file).onLine(7) in injectConstructorWithQualifier()504 .and().withErrorContaining(QUALIFIER_ON_INJECT_CONSTRUCTOR).in(file).onLine(8); in injectConstructorWithQualifier()[all …]
549 .in(componentFile).onLine(11); in testBuilderBuildReturnsWrongTypeFails()575 .in(componentFile).onLine(14); in testInheritedBuilderBuildReturnsWrongTypeFails()599 .in(componentFile).onLine(12); in testTwoBuildMethodsFails()626 .in(componentFile).onLine(15); in testInheritedTwoBuildMethodsFails()651 .in(componentFile).onLine(12) in testMoreThanOneArgFails()653 .in(componentFile).onLine(13); in testMoreThanOneArgFails()681 .in(componentFile).onLine(15); in testInheritedMoreThanOneArgFails()705 .in(componentFile).onLine(12); in testSetterReturningNonVoidOrBuilderFails()733 .in(componentFile).onLine(15); in testInheritedSetterReturningNonVoidOrBuilderFails()757 .in(componentFile).onLine(12); in testGenericsOnSetterMethodFails()[all …]
67 .in(component).onLine(7); in componentOnConcreteClass()96 .onLine(12) in componentProvisionWithNoDependencyChain()102 .onLine(13); in componentProvisionWithNoDependencyChain()129 .withErrorContaining(expectedError).in(component).onLine(15); in constructorInjectionWithoutAnnotation()161 .withErrorContaining(expectedError).in(component).onLine(19); in membersInjectWithoutProvision()203 .withErrorContaining(expectedError).in(component).onLine(23); in cyclicDependency()256 .onLine(27); in cyclicDependencyNotIncludingEntryPoint()327 .onLine(25); in cyclicDependencyNotBrokenByMapBinding()383 .onLine(28); in falsePositiveCyclicDependencyIndirectionDetected()522 .withErrorContaining(expectedError).in(component).onLine(30); in duplicateExplicitBindings_ProvidesAndComponentProvision()[all …]
357 .in(childComponentFile).onLine(9); in testBuilderBuildReturnsWrongTypeFails()381 .in(childComponentFile).onLine(12); in testInheritedBuilderBuildReturnsWrongTypeFails()403 .in(childComponentFile).onLine(10); in testTwoBuildMethodsFails()428 .in(childComponentFile).onLine(13); in testInheritedTwoBuildMethodsFails()451 .in(childComponentFile).onLine(10) in testMoreThanOneArgFails()453 .in(childComponentFile).onLine(11); in testMoreThanOneArgFails()479 .in(childComponentFile).onLine(13); in testInheritedMoreThanOneArgFails()501 .in(childComponentFile).onLine(10); in testSetterReturningNonVoidOrBuilderFails()527 .in(childComponentFile).onLine(13); in testInheritedSetterReturningNonVoidOrBuilderFails()549 .in(childComponentFile).onLine(10); in testGenericsOnSetterMethodFails()[all …]
65 .in(component).onLine(8); in componentWithUnprovidedInput()88 .withErrorContaining(expectedError).in(component).onLine(11); in componentProductionWithNoDependencyChain()130 .withErrorContaining(expectedError).in(component).onLine(30); in provisionDependsOnProduction()162 .withErrorContaining(expectedError).in(component).onLine(20); in provisionEntryPointDependsOnProduction()213 .onLine(33); in monitoringDependsOnUnboundType()268 .onLine(36); in monitoringDependsOnProduction()
74 .in(componentFile).onLine(7); in factoryMethod_missingModulesWithParameters()99 .in(componentFile).onLine(7).atColumn(43); in factoryMethod_nonModuleParameter()132 .in(componentFile).onLine(7).atColumn(71); in factoryMethod_duplicateParameter()165 .in(componentFile).onLine(7); in factoryMethod_superflouousModule()
338 .withErrorContaining(errorMessage).in(moduleFile).onLine(8) in multipleProducesMethodsWithSameName()339 .and().withErrorContaining(errorMessage).in(moduleFile).onLine(12); in multipleProducesMethodsWithSameName()358 .in(moduleFile).onLine(6); in privateModule()379 .in(moduleFile).onLine(7); in enclosedInPrivateModule()452 .in(publicModuleFile).onLine(8); in publicModuleNonPublicIncludes()
59 .onLine(3); in basicReport()79 .onLine(3); in messageOnDifferentElement()104 .onLine(3); in subreport()
762 .withErrorContaining(formatErrorMessage(BINDING_METHOD_WITH_SAME_NAME)).in(moduleFile).onLine(8) in multipleProvidesMethodsWithSameName()764 .in(moduleFile).onLine(12); in multipleProvidesMethodsWithSameName()824 .in(moduleFile).onLine(6); in privateModule()845 .in(moduleFile).onLine(7); in enclosedInPrivateModule()893 .in(publicModuleFile).onLine(8); in publicModuleNonPublicIncludes()
54 .onLine(7) in moduleRepeatedInSubcomponentFactoryMethod()
22 .onLine(5); in implementsWithoutClassOrClassName_shouldNotCompile()41 .onLine(6); in value_withClassName_shouldNotCompile()51 .onLine(7); in implementsWithParameterMismatch_shouldNotCompile()61 .onLine(7); in implementsWithMissingParameters_shouldNotCompile()71 .onLine(7); in implementsWithExtraParameters_shouldNotCompile()82 .onLine(8) in constructorShadowWithoutImplementation_shouldNotCompile()85 .onLine(10); in constructorShadowWithoutImplementation_shouldNotCompile()
21 .onLine(7); in implementationWithoutImplements_shouldNotCompile()31 .onLine(17) in implementationWithIncorrectVisibility_shouldNotCompile()34 .onLine(21) in implementationWithIncorrectVisibility_shouldNotCompile()37 .onLine(31) in implementationWithIncorrectVisibility_shouldNotCompile()40 .onLine(34) in implementationWithIncorrectVisibility_shouldNotCompile()
26 .onLine(7); in realObjectWithoutImplements_shouldNotCompile()36 .onLine(11); in realObjectParameterizedMissingParameters_shouldNotCompile()46 .onLine(11); in realObjectParameterizedMismatch_shouldNotCompile()75 .onLine(11); in realObjectWithTypeMismatch_shouldNotCompile()85 .onLine(10); in realObjectWithClassName_typeMismatch_shouldNotCompile()
20 .onLine(7); in resetterWithoutImplements_shouldNotCompile()30 .onLine(10); in nonStaticResetter_shouldNotCompile()40 .onLine(10); in nonPublicResetter_shouldNotCompile()50 .onLine(11); in resetterWithParameters_shouldNotCompile()
103 public CompileTester.ChainingClause<SingleFileClause> onLine(long lineNumber) { in onLine() method in SingleClassSubject.SingleFileClause.SingleLineClause105 lineClause.onLine(lineNumber); in onLine()