Default VM arguments in Eclipse debug configuration?

前端 未结 3 607
迷失自我
迷失自我 2021-02-12 20:27

When I implement new features using TDD, I often use the shortcut Shift + Alt + D T to run only the jUnit test case I am currently working on (and not the whole tes

3条回答
  •  耶瑟儿~
    2021-02-12 20:55

    WindowsPreferencesJUnit has an option to add -ea every time a new launch configuration is created. It adds the -ea option to the Debug Configuration as well.

    The full text next to a check box is:

    Add -ea to VM arguments when creating a new JUnit launch configuration

提交回复
热议问题