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
- right click on file , go run
- 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
Post a Comment