ppamorim

Untitled

Mar 7th, 2015
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. public class Android {
  2.   @MockyValue(value = "paulo torrens") String name;
  3. }
  4.  
  5. Isso gera:
  6.  
  7. object Android {
  8.    name = "paulo torrens"
  9. }
  10.  
  11. seria bom também se ele soubesse identificar o tipo
Advertisement
Add Comment
Please, Sign In to add comment