java - JUnit Test import works, but IntelliJ doesn't see it beforehand -
when creating tests, intellij doesn't seem see junit itself. however, if manually write import, recognized without problem. works fine, it's not big deal, strange behaviour.
when type @test, autocomplete shows:
after writing, , alt+enter:
after manually writing import:
since maven , intellij work after manually writing import, seems minor configuration problem. have deleted *.iml files in project, it's global configuration?
Comments
Post a Comment