CoViewDeveloper : Test Case Icons and Decorators

CoViewDeveloper is an Eclipse plug-in that lets you create JUnit tests, improve code testability, and measure path coverage. Through the CoView JUnit Developer view, you can highlight your paths, identify per method coverage, and create additional JUnit, DbUnit and HttpUnit test cases.

CoViewDeveloper contains the following icons:

  • CoView:CoView Path decorator: indicates a recommended path through the method under test.
  • CoView:CoView Test Case: identifies a CoView test case.
  • CoView:Method: identifies a Java method.
  • CoView:Class: identifies a Java class.

CoViewDeveloper contains the following decorators:

  • CoView: Exception Path: indicates the recommended path executes exception logic.
  • CoView:Test Failure: indicates that the JUnit test failed an assertion during execution.
  • CoView:Test Error: indicates that the JUnit test threw an exception during execution.
  • CoView:Test Success: indicates that the JUnit test was successfully executed.

Note that in the Error icon indicates a failed test in the top pane of the CoViewDeveloper view and an untested path in the bottom pane.