vazexqi / CodingSpectator

Watches and analyzes code edits in the Eclipse IDE non-invasively
http://codingspectator.cs.illinois.edu
Other
20 stars 14 forks source link

Include the name of the test when reporting errors during testing #183

Closed reprogrammer closed 13 years ago

reprogrammer commented 13 years ago

We need to mention the name of the test when reporting an error message. This allows to easily identify the test causing the problem by reading the error message.

reprogrammer commented 13 years ago

Added the method edu.illinois.codingspectator.ui.tests.RefactoringTest.printMessage(String) in 5c6653446e89647a90e70caa27e7a82e57074a9e. Please use this method for reporting problems in the tests.

rajkuma1 commented 13 years ago

Updated pullup/T01 to use printMessage instead of using System.err.println in under in e4efb6df52de8522fcf3e47b0b4d69f3d91aea78.