id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc,branch,branch_author,launchpad_bug
2883,Remove attributes and methods from IReporter that imply text output,jml,,"The following methods should be removed from `IReporter`:
 * write
 * writeln
 * printErrors
 * printSummary

The following attributes should also be removed:
 * stream
 * separator

We should also consider removing `tbformat`.

These should be replaced with a single method `done()`. This method can then be called by a test runner to tell the reporter that the entire test suite has finished running and that it can now summarize results.

Naturally, 'remove' means 'deprecate'.",enhancement,closed,highest,,trial,fixed,,,branches/trial-reporter-done-2883,jml,
