How to run a junit test while the project doe not compile

已回答

Its a plugin project, kotlin with idea community.

while working on something, and while the project doesn't compile because i'm in the middle of some refactoring,  I couldn't run a unit test that doesn't need any of the project's classes or classpath, just junit. how to do that?

0

请先登录再写评论。