Guest User

Untitled

a guest
Mar 23rd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. nice day - 961223
  2.  
  3.  
  4. prototyping for new app
  5.  
  6. app testing
  7. Local unit tests - tests which can run on the JVM.
  8. Instrumented unit tests - tests which require the Android system.
  9.  
  10.  
  11. in android studio
  12. highlight method and press ctrl+shift+T -> create new test -> choise destination directory ( first one for instrumentation test and second one for unit test )
Add Comment
Please, Sign In to add comment