java - Running unit tests from currently opened file in intelliJ -


is there way have intellij run current mytest.java file i'm looking at?

thanks

yeah, can either

  1. right click on file , go run
  2. use key binding: if caret in method on method run
    • on mac it's control+fn+shift + f10
    • elsewhere it's alt-shift-f10

Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -