Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <dependency>
  2. <groupId>com.google.android</groupId>
  3. <artifactId>android</artifactId>
  4. <version>4.1.1.4</version>
  5. <scope>provided</scope>
  6. </dependency>
  7.  
  8. ASSERT.about(javaSource()).that(source)
  9. .processedWith(myProcessors())
  10. .compilesWithoutError()
  11. .and()
  12. .generatesSources(theExpectedSource);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement