tedious tdd
i've been reading a number of samples of tdd including the bookmarkcollection sample of james newkirk in his blog here (http://blogs.msdn.com/jamesnewkirk/archive/category/5458.aspx).
some samples i've read tests for the value of the property after setting it. although i agree that i might add additional implementation on the mutator of the properties or attach some rollback changes on the OnPropertyChanged handler depending on some rules later on the development, do we really have to add these redundant simple tests?
james newkirk has this series of tests for the bookmarkcollection, check count increment after adding, etc. i know that these simple tests will be important in the long run but can we just automate the creation of these kind of simple tests. i've read that one can use codesmith (which used to be free) for this kind of stuff but i want to know how you guys are doing it?