Action #777
Feature #692: Perform an extensive interface review of all classes
Review test module classes
Status: | Closed | Start date: | 02/20/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | Estimated time: | 10.00 hours | |
Target version: | 00-08-00 | |||
Duration: |
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen over 11 years ago
The following classes have been reviewed:
Class | Comment |
GTestSuites | Now derives from GContainer and implements all container methods |
GTestSuite | Now derives from GBase |
GTestCase | Methods returns members now all return const references |
#2 Updated by Knödlseder Jürgen over 11 years ago
Why is TestSuite not derived from GBase? Was this a Python problem?
#3 Updated by Knödlseder Jürgen almost 11 years ago
- Status changed from New to In Progress
- Assigned To set to Knödlseder Jürgen
- % Done changed from 0 to 50
- Remaining (hours) changed from 10.0 to 1.0
Knödlseder Jürgen wrote:
Why is TestSuite not derived from GBase? Was this a Python problem?
I guess the reason was that I did not want to implement the clone
method for all test classes. This is now done, however.
#4 Updated by Knödlseder Jürgen almost 11 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
- Remaining (hours) changed from 1.0 to 0.0
Review finished.