Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Android {
- @MockyValue(value = "paulo torrens") String name;
- }
- Isso gera:
- object Android {
- name = "paulo torrens"
- }
- seria bom também se ele soubesse identificar o tipo
Advertisement
Add Comment
Please, Sign In to add comment