Ticket #2883 enhancement closed fixed
Remove attributes and methods from IReporter that imply text output
| Reported by: | jml | Owned by: | |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | trial | Keywords: | |
| Cc: | Branch: | branches/trial-reporter-done-2883 | |
| Author: | jml | Launchpad Bug: |
Description
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'.
Change History
Note: See
TracTickets for help on using
tickets.
