CoView Editor: Introduction
The CoView Editor is an editor that extends the Java Editor. It provides advanced unit testing capabilities but can also be used for any type of Java development efforts.
The CoView Editor synchronizes all unit testing activities with CoViewDeveloper and CoViewManager. Test cases opened in the CoView Editor will be automatically analyzed for coverage analysis. Specific CoView markers may be displayed if the method under test is not known. Java classes opened in the CoView Editor can show tested/untested code as well as existing or non-existing mock objects.
Screenshot of JUnit Test Case with unidentified method under test decorator.
Screenshot of Java class with tested code and existing mock objects.
Screenshot of Java method that exceeds testability thresholds.