Closed GoogleCodeExporter closed 9 years ago
We might want to refactor those into non-test helper methods. I don't feel too
strongly either way.
I guess AddTable is a pretty fundamental operation though - if that fails the
tests
that depend on the database structure being correct for their own test cases
aren't
going to work either right?
Original comment by geoffl...@gmail.com
on 13 Jun 2008 at 1:58
I agree with the refactor. For sure if we break _provider.AddTable we will
break
hundreds of unit tests depending on it, but if we put a wrong assert in the
AddTable
test it will break only that test...
Original comment by gustavo.ringel@gmail.com
on 13 Jun 2008 at 2:05
SVN 98
Refactored out those reused methods so they are not test methods, but rather
just
shared by the tests.
A couple of other small refactorings as well.
Original comment by geoffl...@gmail.com
on 19 Jun 2008 at 2:56
Original issue reported on code.google.com by
gustavo.ringel@gmail.com
on 13 Jun 2008 at 1:33