HomeSort by relevance Sort by last modified time
    Searched refs:childComponentFile (Results 1 - 2 of 2) sorted by null

  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
SubcomponentBuilderValidationTest.java 50 JavaFileObject childComponentFile = JavaFileObjects.forSourceLines("test.ChildComponent",
62 assertAbout(javaSources()).that(ImmutableList.of(componentFile, childComponentFile))
84 JavaFileObject childComponentFile = JavaFileObjects.forSourceLines("test.ChildComponent",
96 assertAbout(javaSources()).that(ImmutableList.of(componentFile, childComponentFile))
117 JavaFileObject childComponentFile = JavaFileObjects.forSourceLines("test.ChildComponent",
134 assertAbout(javaSources()).that(ImmutableList.of(componentFile, childComponentFile))
139 .in(childComponentFile);
155 JavaFileObject childComponentFile = JavaFileObjects.forSourceLines("test.ChildComponent",
167 assertAbout(javaSources()).that(ImmutableList.of(componentFile, childComponentFile))
171 .in(childComponentFile);
    [all...]
SubcomponentValidationTest.java 40 JavaFileObject childComponentFile = JavaFileObjects.forSourceLines("test.ChildComponent",
67 assertAbout(javaSources()).that(ImmutableList.of(componentFile, childComponentFile, moduleFile))
87 JavaFileObject childComponentFile = JavaFileObjects.forSourceLines("test.ChildComponent",
94 assertAbout(javaSources()).that(ImmutableList.of(componentFile, childComponentFile))
119 JavaFileObject childComponentFile = JavaFileObjects.forSourceLines("test.ChildComponent",
126 assertAbout(javaSources()).that(ImmutableList.of(moduleFile, componentFile, childComponentFile))
152 JavaFileObject childComponentFile = JavaFileObjects.forSourceLines("test.ChildComponent",
159 assertAbout(javaSources()).that(ImmutableList.of(moduleFile, componentFile, childComponentFile))
190 JavaFileObject childComponentFile = JavaFileObjects.forSourceLines("test.ChildComponent",
199 assertAbout(javaSources()).that(ImmutableList.of(moduleFile, componentFile, childComponentFile))
    [all...]

Completed in 53 milliseconds