Enable Partial Compilation in IntelliJ IDEA

前端 未结 5 1712
名媛妹妹
名媛妹妹 2020-11-28 07:47

How do I enable partial compiles in IntelliJ?

The same feature in NetBeans where by one can run a main method in a class without having non-dependecies in the same

5条回答
  •  日久生厌
    2020-11-28 08:48

    Another way of doing this is to set

    Use classpath for module field

    in Junit configuration tab in your test configurations as your own module. By default it is all_local_extensions.

    Attached screenshots.

提交回复
热议问题