If we click on Java perspective in Eclipse and right click on a Java project, we see “new” a JUnit file.On executing the test cases in JUnit we see red/green bar displaying failure/success of test cases.
I am trying to find a plugin that would add these two features :
In the perl perspective (provided by EPIC) , right-click on a Perl project should list a new “t” file.
On executing perl unit the status of test cases should be displayed using Reed/Green bar.
If there is no plugin is there a way we can do the same.