Author | Message |
---|---|
Anonymous
Posts: 166
|
Posted 17:00 May 20, 2014 |
do we need testers for the setters and for the toString methods? |
kknaur
Posts: 540
|
Posted 08:56 May 21, 2014 |
You should test anything public methods / data. You can skip the toString method, but normally you would test this to make sure you are getting the string you are expecting. |