What GUI should I run with JUnit(similar to NUnit gui)

后端 未结 5 1716
鱼传尺愫
鱼传尺愫 2020-12-19 02:36

What GUI should use to run my JUnit tests, and how exactly do I do that? My entire background is in .NET, so I\'m used to just firing up my NUnit gui and running my unit tes

5条回答
  •  温柔的废话
    2020-12-19 02:50

    There's a standalone JUnit runner that has a UI, but I recommend using one of the builtin test runners in the Java IDEs (Eclipse, Netbeans, and IntelliJ all have good ones). They all support JUnit, and most support TestNG as well.

提交回复
热议问题