Lines Matching refs:compile
19 import static com.google.testing.compile.CompilationSubject.assertThat;
25 import com.google.testing.compile.Compilation;
26 import com.google.testing.compile.JavaFileObjects;
60 .compile( in duplicateMapKeys_UnwrappedMapKey()
77 .compile(module); in duplicateMapKeys_UnwrappedMapKey()
92 .compile( in duplicateMapKeys_UnwrappedMapKey()
107 .compile( in duplicateMapKeys_UnwrappedMapKey()
122 .compile( in duplicateMapKeys_UnwrappedMapKey()
134 compilation = daggerCompiler().compile(module, component("Map<String, Object> objects();")); in duplicateMapKeys_UnwrappedMapKey()
144 .compile(module, component("Map<String, Provider<Object>> objectProviders();")); in duplicateMapKeys_UnwrappedMapKey()
154 .compile( in duplicateMapKeys_UnwrappedMapKey()
197 Compilation compilation = daggerCompiler().compile(component, module); in duplicateMapKeys_WrappedMapKey()
249 .compile( in inconsistentMapKeyAnnotations()
267 .compile(module, stringKeyTwoFile); in inconsistentMapKeyAnnotations()
282 .compile( in inconsistentMapKeyAnnotations()
298 .compile( in inconsistentMapKeyAnnotations()
314 .compile( in inconsistentMapKeyAnnotations()
329 .compile(module, stringKeyTwoFile, component("Map<String, Object> objects();")); in inconsistentMapKeyAnnotations()
339 .compile( in inconsistentMapKeyAnnotations()
352 .compile( in inconsistentMapKeyAnnotations()