hcoles / pitest

State of the art mutation testing system for the JVM
Apache License 2.0
1.68k stars 358 forks source link

Eclipse Plugin #21

Closed hcoles closed 10 years ago

hcoles commented 10 years ago

From nathan...@gmail.com on December 17, 2011 16:17:27

Please create an Eclipse plugin with update site.

Whenever a class under test or a JUnit test case is saved, mutation tests should automatically run. If mutants survive, add a line to the problem window and a marker on the line in the class under test where the mutation was made.

The popup for the marker should show the mutation made.

Original issue: http://code.google.com/p/pitestrunner/issues/detail?id=21

hcoles commented 10 years ago

From henry.co...@googlemail.com on December 17, 2011 12:52:51

Yes, an Eclipse plugin would be great. Someone will probably need to contribute some code for this though.

Labels: -Type-Defect -Priority-Medium Type-Enhancement Priority-High

hcoles commented 10 years ago

From jdtang...@gmail.com on January 01, 2013 15:47:43

Phil Glover maintains an Eclipse plugin. See https://github.com/philglover/pitclipse I have used it with some success. However, I find the Ant method of calling PIT to be more reliable.

hcoles commented 10 years ago

Closing since Phil's plugin exists and is constantly improving.