Home
last modified time | relevance | path

Searched refs:shortLifetime (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DGraphValidationTest.java1074 JavaFileObject shortLifetime = JavaFileObjects.forSourceLines("test.ComponentShort", in componentDependencyMustNotCycle_Direct() local
1086 .that(shortLifetime) in componentDependencyMustNotCycle_Direct()
1109 JavaFileObject shortLifetime = JavaFileObjects.forSourceLines("test.ComponentShort", in componentDependencyMustNotCycle_Indirect() local
1134 .that(ImmutableList.of(longLifetime, mediumLifetime, shortLifetime)) in componentDependencyMustNotCycle_Indirect()
1141 .withErrorContaining(shortErrorMessage).in(shortLifetime); in componentDependencyMustNotCycle_Indirect()
DGraphValidationScopingTest.java327 JavaFileObject shortLifetime = JavaFileObjects.forSourceLines("test.ComponentShort", in componentScopeAncestryMustNotCycle() local
343 .that(asList(type, scopeA, scopeB, longLifetime, mediumLifetime, shortLifetime)) in componentScopeAncestryMustNotCycle()