Is it possible to run incremental/automated JUnit testing in Eclipse?

后端 未结 3 1897
逝去的感伤
逝去的感伤 2020-12-15 12:10

Eclipse support incremental compiling. If I save a source file then it will compile the modified files.

Is it possible after such incremental compile also to run the

3条回答
  •  伪装坚强ぢ
    2020-12-15 12:37

    Use ExternalToolBuilder.

    It can be triggered by source modify.

    There’s Eclipse customized feature(integrate external tool builder) which may meet your need. But it needs extra effort to write the scripts I never used. Automatic test cases is not a convenient way, at least single click to see green bar in Eclipse is enough for me:)

提交回复
热议问题