Configuring IntelliJ IDEA for unit testing with JUnit

前端 未结 5 1165
刺人心
刺人心 2020-11-28 01:40

I decided to try out IntelliJ this morning via the trial version and installed the JUnit plugin. I made a new Java project and I want to write a test case for it.

Ho

5条回答
  •  Happy的楠姐
    2020-11-28 02:09

    Press Ctrl+Shift+T in the code editor. It will show you popup with suggestion to create a test.

    Mac OS: ⌘ Cmd+Shift+T

提交回复
热议问题