Searched refs:noImports (Results 1 – 2 of 2) sorted by relevance
486 ImmutableMap<String, String> noImports; in lazyImports() local491 noImports = builder.build(); in lazyImports()494 Map<String, byte[]> expected = IntegrationTestSupport.runJavac(noImports, ImmutableList.of()); in lazyImports()
259 @Test public void noImports() throws Exception { in noImports() method in JavaFileTest