From: Steve F. <st...@m3...> - 2002-04-17 21:27:26
|
a couple of points. Can we change addColumnName() to setupAddColumnName() ? We adopted this convention to distinguish mock-specific methods from real API and 'setup' is reasonably unlikely to clash. Why does getColumnName() call remove() rather than get() ? Also, shouldn't this converted from a 1-based index to a 0-based index? Ta Steve |